Gentoo Archives: gentoo-osx

From: Grobian <grobian@g.o>
To: gentoo-osx@l.g.o
Cc: Michael Haubenwallner <michael.haubenwallner@×××××××.at>
Subject: Re: [gentoo-osx] PREFIX the next generation...
Date: Tue, 20 Dec 2005 21:20:41
Message-Id: 20051220205355.GD583@gentoo.org
In Reply to: Re: [gentoo-osx] PREFIX the next generation... by m h
1 On 20-12-2005 12:11:41 -0800, m h wrote:
2 > No, that doesn't work. I've looked through the code of portage and
3 > the portage.root value is hardcoded in some places as "/"....
4
5 I just got this:
6 % ebuild gpm-1.20.1-r5.ebuild digest
7 !!! Problem with sandbox binary. Disabling...
8
9 !!! File system problem. (Bad Symlink?)
10 !!! Fetching may fail: [Errno 2] No such file or directory: ''
11 !!! No write access to /
12 !!! File gpm-1.20.1.tar.bz2 isn't fetched but unable to get it.
13
14 I solved it by uncommenting the DISTDIR=${PORTDIR}/distfiles line in my
15 etc/make.conf. The default is apparently set before the ${PORTDIR}
16 variable is set:
17
18
19 % ebuild gpm-1.20.1-r5.ebuild digest
20 !!! Problem with sandbox binary. Disabling...
21
22 *** Adjusting cvs-src permissions for portage user...
23 >>> Downloading ftp://ftp.tu-clausthal.de/pub/linux/gentoo/distfiles/gpm-1.20.1-patches-1.4.tar.bz2
24 --21:51:09-- ftp://ftp.tu-clausthal.de/pub/linux/gentoo/distfiles/gpm-1.20.1-patches-1.4.tar.bz2
25 => `/programs/gentoo/usr/portage/distfiles/gpm-1.20.1-patches-1.4.tar.bz2'
26 Resolving ftp.tu-clausthal.de... 139.174.2.36
27 Connecting to ftp.tu-clausthal.de|139.174.2.36|:21... connected.
28 Logging in as anonymous ... Logged in!
29 ==> SYST ... done. ==> PWD ... done.
30 ==> TYPE I ... done. ==> CWD /pub/linux/gentoo/distfiles ... done.
31 ==> PASV ... done. ==> RETR gpm-1.20.1-patches-1.4.tar.bz2 ... done.
32 Length: 8,049 (7.9K) (unauthoritative)
33
34 100%[====================================>] 8,049 --.--K/s
35
36 21:51:12 (201.48 KB/s) - `/programs/gentoo/usr/portage/distfiles/gpm-1.20.1-patches-1.4.tar.bz2' saved [8049]
37
38 >>> Generating digest file...
39 <<< gpm-1.20.1-patches-1.4.tar.bz2
40 <<< gpm-1.20.1.tar.bz2
41 >>> Generating manifest file...
42 <<< ChangeLog
43 <<< files/digest-gpm-1.20.1-r5
44 <<< files/gpm-linux26-headers.patch
45 <<< files/gpm.conf.d
46 <<< files/gpm.rc6
47 <<< gpm-1.20.1-r5.ebuild
48 <<< metadata.xml
49 >>> Computed message digests.
50
51
52 --
53 Fabian Groffen
54 Gentoo for Mac OS X Project -- Interim Lead
55 --
56 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] PREFIX the next generation... m h <sesquile@×××××.com>