Gentoo Archives: gentoo-alt

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX
Date: Fri, 04 Jul 2008 09:11:08
Message-Id: 1215162651.28103.26.camel@sapc154.salomon.at
In Reply to: Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX by Greg
1 On Thu, 2008-07-03 at 10:59 -0500, Greg wrote:
2 > Michael Haubenwallner wrote:
3 >
4
5 > /usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Modules/_ctypes/libffi/src/powerpc/aix.S:83:23:
6 > error: fficonfig.h: No such file or directory
7 > /usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Modules/_ctypes/libffi/src/powerpc/aix.S:84:17:
8 > error: ffi.h: No such file or directory
9
10 This is because you're not inside prefix-launcher build-environment.
11
12 There is some logfile in /usr/local/prefix-launcher/:
13 buildroot/log/python.build.*.log
14 Can you send me that off-list (eventually zipped somehow) ?
15
16 Additionally, you can do the following in /usr/local/prefix-launcher/,
17 anything before the first '$' is the prompt, anything behind are the
18 commands you enter:
19
20 bash$ gmake config python_BUILDMODE=INTERACTIVE
21
22 bash$ gmake python SHELL=$BASH
23
24 INTERACTIVE python-build $ .$ENV
25 INTERACTIVE python-build $ src_build
26
27 When it hangs, kill the hanging process, and you should get the prompt
28 again:
29 INTERACTIVE python-build $
30
31 Now you can use truss to execute that command compiling aix.S as you
32 already did outside.
33
34 /haubi/
35 --
36 Michael Haubenwallner
37 Gentoo on a different level
38
39 --
40 gentoo-alt@l.g.o mailing list