Gentoo Archives: gentoo-alt

From: Perry Smith <pedzsan@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] prefix installer, AIX 5.3 gcc failed to build
Date: Thu, 23 Dec 2010 01:19:04
Message-Id: 69A0BA14-668E-471F-AD31-A0DECA3E46F1@gmail.com
In Reply to: Re: [gentoo-alt] prefix installer, AIX 5.3 gcc failed to build by Michael Haubenwallner
1 On Dec 22, 2010, at 2:05 AM, Michael Haubenwallner wrote:
2
3 >
4 > On 12/22/2010 01:33 AM, Perry Smith wrote:
5 >> Hi,
6 >>
7 >> Sorry if I'm becoming a thorn that won't go away.
8 >>
9 >> I started over from scratch and died here.
10 >> This sounds similar to what the emails were describing.
11 >> The files listed, like ebuild, egencache, emerge, etc are not in prefix/usr/bin so I can't see what they look like.
12 >> The path to python appears to be valid but it is from my prefix-launcher directory.
13 >
14 > Recently I've been able to do a successfull bootstrap on Linux,
15 > because I've added a workaround for the missing python-symlink
16 > to eprefix-bootstrap.
17 >
18 > So you will have to update eprefix-bootstrap/eprefix-bootstrap.build
19 > in prefix-launcher from svn trunk, and then do:
20 > $ gmake config
21 > $ rm -rf buildroot/eprefix-bootstrap/*
22 > $ gmake eprefix-bootstrap
23
24 So I did:
25
26 make /usr/dumps/src/prefix-launcher-2.1.0/buildroot/eprefix-bootstrap/eprefix_bootstrap.fetched
27
28 to refetch it and then the
29
30 make eprefix-bootsrap
31
32 worked.