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: Wed, 02 Jul 2008 15:52:27
Message-Id: 1215013908.28906.81.camel@sapc154.salomon.at
In Reply to: Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX by Greg
1 On Wed, 2008-07-02 at 08:07 -0500, Greg wrote:
2 > Michael Haubenwallner wrote:
3 >
4 > >On Tue, 2008-07-01 at 05:16 -0500, Greg Trigg wrote:
5 > >
6 > >>Greg wrote:
7 > >>
8 > >>>Fabian Groffen wrote:
9 > >>>
10 > >>>>>I installed this patch and now instead of failing it just locks up.
11 > >>>>>I think python is failing. It probably goes back to the 'as'
12 > >>>>>command not working when python was compiling. I may have to look
13 > >>>>>into installing a working assembler.
14 > >>>>>
15 > >
16 > >Uh oh, don't now what you install "binutils from source" (this tells me
17 > >that you mean GNU-binutils) for or who told you to do so, but do NOT use
18 > >GNU-binutils (as, ld, nm, ...) on AIX at all, I've found they're just
19 > >broken for that platform. I always use the system provided ones (for
20 > >native builds).
21 > >
22 > >/haubi/
23 > >
24 > Well, the native build does go faster and it does compile everything
25 > pretty smoothly. However, I'm back to having troubles with Python. I
26 > guess I'll post more specific information this time. Here's where
27 > Python appears to be locking up.
28 >
29 >
30
31 > This is the entry in the process table as of now.
32 >
33 > greg 319512 348378 62 10:50:51 pts/0 120:07 /usr/ccs/bin/as -u -mPPC
34 > -o
35 > build/temp.aix-5.2-2.5/usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Modules/_ctypes/libffi/src/powerpc/aix.o
36 > /tmp//ccJ3fThk.s
37 >
38 > The C value is 62, so it is busy, but busy with what? It has been going
39 > 120 minutes.
40
41 Huh?
42
43 Did you check the AIX specific system requirements as seen in
44 prefix-launcher wiki[1], mainly "Environment size" (a kernel parameter)
45 and "data segment size limit", and highly recommended having
46 CONFIG_SHELL pointing to some bash ?
47
48 [1] http://prefix-launcher.wiki.sourceforge.net/howto+install+prefix+launcher
49
50 > I'm not sure if this is the native assembler, but I
51 > altered my path so that native would be the default if it exists.
52 > '/usr/ccs/bin/as' is sym linked from '/bin/as'.
53
54 Yes, this is native as.
55
56 > I didn't have this
57 > problem with prefix-launcher-1.2. At least I didn't notice it. It did
58 > find the right compiler.
59
60 Well, prefix-launcher builds gcc-4.1.1 itself, besides GNU make just
61 needing some Ansi-C-compiler preinstalled: xlc or gcc, any version
62 should do.
63
64 > Thanks everyone for your patience with me and prompt replies. You've
65 > all been a big help.
66
67 We're happy to have users/testers who find our strange work useful
68 enough to spend so much time on it, thank you! ;)
69
70
71 Btw: I'm at the initial 'emerge system', but still with some tweaks and
72 restarts while bootstrapping a fresh prefix on AIX, using
73 prefix-launcher from svn.
74 There are 50 packages emerged already, and app-editors/nano and
75 dev-libs/libiconv are failing ATM, still need to dig into them.
76
77 /haubi/
78 --
79 Michael Haubenwallner
80 Gentoo on a different level
81
82 --
83 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX Greg <trigggl@×××××.com>