Gentoo Archives: gentoo-alt

From: Greg <trigggl@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX
Date: Wed, 02 Jul 2008 13:07:40
Message-Id: 486B7D93.1080304@yahoo.com
In Reply to: Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX by Michael Haubenwallner
1 Michael Haubenwallner wrote:
2
3 >On Tue, 2008-07-01 at 05:16 -0500, Greg Trigg wrote:
4 >
5 >>Greg wrote:
6 >>
7 >>>Fabian Groffen wrote:
8 >>>
9 >>>>>I installed this patch and now instead of failing it just locks up.
10 >>>>>I think python is failing. It probably goes back to the 'as'
11 >>>>>command not working when python was compiling. I may have to look
12 >>>>>into installing a working assembler.
13 >>>>>
14 >
15 >Uh oh, don't now what you install "binutils from source" (this tells me
16 >that you mean GNU-binutils) for or who told you to do so, but do NOT use
17 >GNU-binutils (as, ld, nm, ...) on AIX at all, I've found they're just
18 >broken for that platform. I always use the system provided ones (for
19 >native builds).
20 >
21 >/haubi/
22 >
23 Well, the native build does go faster and it does compile everything
24 pretty smoothly. However, I'm back to having troubles with Python. I
25 guess I'll post more specific information this time. Here's where
26 Python appears to be locking up.
27
28
29 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall
30 -Wstrict-prototypes -I.
31 -I/usr/local/prefix-launcher/buildroot/python/Python-2.5.2/./Include
32 -Ibuild/temp.aix-5.2-2.5/libffi/include -Ibuild/temp.aix-5.2-2.5/libffi
33 -I/usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Modules/_ctypes/libffi/src
34 -I/usr/local/prefix-launcher-1pre.greg/powerpc-ibm-aix5.2.0.0/include
35 -I. -IInclude
36 -I/usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Include
37 -I/usr/local/prefix-launcher/buildroot/python/ibm_slow.powerpc-ibm-aix5.2.0.0/Include
38 -I/usr/local/prefix-launcher/buildroot/python/ibm_slow.powerpc-ibm-aix5.2.0.0
39 -c -I.
40 -I/usr/local/prefix-launcher/buildroot/python/Python-2.5.2/./Include
41 -Ibuild/temp.aix-5.2-2.5/libffi/include -Ibuild/temp.aix-5.2-2.5/libffi
42 -I/usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Modules/_ctypes/libffi/src
43 -I/usr/local/prefix-launcher-1pre.greg/powerpc-ibm-aix5.2.0.0/include
44 -I. -IInclude
45 -I/usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Include
46 -I/usr/local/prefix-launcher/buildroot/python/ibm_slow.powerpc-ibm-aix5.2.0.0/Include
47 -I/usr/local/prefix-launcher/buildroot/python/ibm_slow.powerpc-ibm-aix5.2.0.0
48 -c
49 /usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c
50 -o
51 build/temp.aix-5.2-2.5/usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Modules/_ctypes/libffi/src/powerpc/ffi_darwin.o
52 /usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c:
53 In function 'ffi_closure_helper_DARWIN':
54 /usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c:623:
55 warning: unused variable 'temp_ld'
56 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall
57 -Wstrict-prototypes -I.
58 -I/usr/local/prefix-launcher/buildroot/python/Python-2.5.2/./Include
59 -Ibuild/temp.aix-5.2-2.5/libffi/include -Ibuild/temp.aix-5.2-2.5/libffi
60 -I/usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Modules/_ctypes/libffi/src
61 -I/usr/local/prefix-launcher-1pre.greg/powerpc-ibm-aix5.2.0.0/include
62 -I. -IInclude
63 -I/usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Include
64 -I/usr/local/prefix-launcher/buildroot/python/ibm_slow.powerpc-ibm-aix5.2.0.0/Include
65 -I/usr/local/prefix-launcher/buildroot/python/ibm_slow.powerpc-ibm-aix5.2.0.0
66 -c -I.
67 -I/usr/local/prefix-launcher/buildroot/python/Python-2.5.2/./Include
68 -Ibuild/temp.aix-5.2-2.5/libffi/include -Ibuild/temp.aix-5.2-2.5/libffi
69 -I/usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Modules/_ctypes/libffi/src
70 -I/usr/local/prefix-launcher-1pre.greg/powerpc-ibm-aix5.2.0.0/include
71 -I. -IInclude
72 -I/usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Include
73 -I/usr/local/prefix-launcher/buildroot/python/ibm_slow.powerpc-ibm-aix5.2.0.0/Include
74 -I/usr/local/prefix-launcher/buildroot/python/ibm_slow.powerpc-ibm-aix5.2.0.0
75 -c
76 /usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Modules/_ctypes/libffi/src/powerpc/aix.S
77 -o
78 build/temp.aix-5.2-2.5/usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Modules/_ctypes/libffi/src/powerpc/aix.o
79
80 This is the entry in the process table as of now.
81
82 greg 319512 348378 62 10:50:51 pts/0 120:07 /usr/ccs/bin/as -u -mPPC
83 -o
84 build/temp.aix-5.2-2.5/usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Modules/_ctypes/libffi/src/powerpc/aix.o
85 /tmp//ccJ3fThk.s
86
87 The C value is 62, so it is busy, but busy with what? It has been going
88 120 minutes. I'm not sure if this is the native assembler, but I
89 altered my path so that native would be the default if it exists.
90 '/usr/ccs/bin/as' is sym linked from '/bin/as'. I didn't have this
91 problem with prefix-launcher-1.2. At least I didn't notice it. It did
92 find the right compiler.
93
94 Thanks everyone for your patience with me and prompt replies. You've
95 all been a big help.
96
97 --
98
99
100
101 Greg Trigg
102
103 Jacksonville, AR
104
105
106
107 --
108 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX Michael Haubenwallner <haubi@g.o>