Gentoo Archives: gentoo-dev

From: Terje Kvernes <terjekv@××××××××.no>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Help with first ebuild attempt (ACCESS DENIED)
Date: Tue, 16 Apr 2002 14:11:37
Message-Id: wxxg01v1ms7.fsf@nommo.uio.no
In Reply to: [gentoo-dev] Help with first ebuild attempt (ACCESS DENIED) by Avi Schwartz
1 Avi Schwartz <avi@×××××××××××××××.com> writes:
2
3 > src_install () {
4 >
5 > make DESTDIR=${D} install
6 >
7 > dodoc ChangeLog README
8 > }
9
10 you're getting a sandbox-error because your ebuild is trying to
11 write stuff outside of ${D}. you might want to try the alternate
12 make install-version that is mentioned in the skel.ebuild. if that
13 doesn't help you'll have to check the makefile and see why your
14 makefile wants to touch stuff outside ${D}.
15
16 --
17 Terje