Gentoo Archives: gentoo-alt

From: darrell <darrell@×××××××.net>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] prefix python-3.3.0
Date: Mon, 18 Feb 2013 22:55:26
Message-Id: 5122B14F.1020905@flatlan.net
In Reply to: Re: [gentoo-alt] prefix python-3.3.0 by William Morris
1 On 02/17/2013 08:34 PM, William Morris wrote:
2 > Hi Darrell
3 > Not sore if it is relevant, but I had trouble bootstrapping Prefix. It turned
4 > out that I had some non-standrd entries in PATH. I'd suggest clering anything
5 > that modifies PATH in your .bashrc and trying again.
6 > Cheers
7 > --
8 > William
9
10 I ran emerge --sync today and the update from 3.3.0 to 3.3.0-r1 errored
11 with the same message as before so did the update from 2.7.3-r2 to 2.7.3-r3.
12
13 bootstrapping on the MBP got to 3.3.0-r1 and failed with the same error
14 as well
15
16 ebuild ~/Gentoo/usr/portage/dev-lang/python/python-3.3.0-r1.ebuild configure
17 shows that --without-pymalloc is still specified but using
18 EXTRA_ECONF="--with-pymalloc" today's update from the original
19 installation. for the time being, i'll stick with that except when
20 trying future revisions
21
22 as for my PATH on the new install before bootstrap script:
23
24 misato:~ darrell$ env | grep ^PATH
25 PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
26
27 and after:
28
29 darrell@misato ~ $ env | grep ^PATH
30 PATH=/Users/darrell/Gentoo/usr/bin:/Users/darrell/Gentoo/bin:/Users/darrell/Gentoo/opt/bin:/Users/darrell/Gentoo/usr/sbin:/Users/darrell/Gentoo/sbin:/Users/darrell/Gentoo/usr/x86_64-apple-darwin12/gcc-bin/4.2.1:/usr/bin:/bin
31
32 darrell

Replies

Subject Author
Re: [gentoo-alt] prefix python-3.3.0 Fabian Groffen <grobian@g.o>