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: Wed, 21 Dec 2005 12:51:22
Message-Id: 20051221125020.GI6329@gentoo.org
In Reply to: Re: [gentoo-osx] PREFIX the next generation... by m h
1 On 20-12-2005 16:09:47 -0800, m h wrote:
2 > still chugging. Upto 550Megs of memory for configure.... I guess I
3 > need to see what is really going on here...
4
5 After adding many packages to either package.provided, or just porting
6 them to EAPI="prefix". (well in fact just adding them and doing a quick
7 scan for possible problems), I finally got portage giving me a whole
8 bunch of apps it wanted to emerge on emerge -av system.
9
10 Unfortunately, my luck was spoiled right after removing the -a:
11
12 Do you want me to merge these packages? [Yes/No] y
13 >>> emerge (1 of 70) sys-devel/patch-2.5.9-r1 to /
14 !!! Unable to create PORT_LOGDIR
15 !!!
16 Traceback (most recent call last):
17 File "/ufs/fabian/scratch/programs/gentoo/usr/bin/emerge", line 3257, in ?
18 mydepgraph.merge(pkglist)
19 File "/ufs/fabian/scratch/programs/gentoo/usr/bin/emerge", line 1951, in merge retval=portage.doebuild(y,"clean",myroot,self.pkgsettings,edebug,cleanup=1,tree="porttree")
20 File "/net/pegasus.ins.cwi.nl/export/scratch0/fabian/programs/gentoo/usr/lib/portage/pym/portage.py", line 2698, in doebuild
21 print "!!!",e
22 UnboundLocalError: local variable 'e' referenced before assignment
23
24
25 Do I understand Python's ****** stacktrace correctly if I think this is
26 an error during an error? I guess figuring out what PORT_LOGDIR should
27 be will help...
28
29
30 --
31 Fabian Groffen
32 Gentoo for Mac OS X Project -- Interim Lead
33 --
34 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] PREFIX the next generation... Brian Harring <ferringb@g.o>