Gentoo Archives: gentoo-alt

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] prefix installer, AIX 5.3 gcc failed to build
Date: Mon, 13 Dec 2010 09:55:43
Message-Id: 4D05ED85.5060200@gentoo.org
In Reply to: [gentoo-alt] prefix installer, AIX 5.3 gcc failed to build by Perry Smith
1 On 12/11/2010 09:46 PM, Perry Smith wrote:
2 > I'm trying to do the "make install" of the prefix installer and I died with this:
3 >
4 > make[4]: Entering directory `/gsa/ausgsa-h2/01/pedzan/src/prefix-launcher-2.1.0/buildroot/gcc/p51.powerpc-ibm-aix5.3.0.0/libcpp'
5 > /gsa/ausgsa-h2/01/pedzan/src/prefix-launcher-2.1.0/buildroot/gcc/p51.powerpc-ibm-aix5.3.0.0/./prev-gcc/xgcc -B/gsa/ausgsa-h2/01/pedzan/src/prefix-launcher-2.1.0/buildroot/gcc/p51.powerpc-ibm-aix5.3.0.0/./prev-gcc/ -B/gsa/ausgsa/home/p/e/pedzan/prefix-launcher-2.1.0/powerpc-ibm-aix5.3.0.0/powerpc-ibm-aix5.3.0.0/bin/ -I/gsa/ausgsa-h2/01/pedzan/src/prefix-launcher-2.1.0/buildroot/gcc/gcc-4.2.4/libcpp -I. -I/gsa/ausgsa-h2/01/pedzan/src/prefix-launcher-2.1.0/buildroot/gcc/gcc-4.2.4/libcpp/../include -I/gsa/ausgsa-h2/01/pedzan/src/prefix-launcher-2.1.0/buildroot/gcc/gcc-4.2.4/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I/gsa/ausgsa-h2/01/pedzan/src/prefix-launcher-2.1.0/buildroot/gcc/gcc-4.2.4/libcpp -I. -I/gsa/ausgsa-h2/01/pedzan/src/prefix-launcher-2.1.0/buildroot/gcc/gcc-4.2.4/libcpp/../include -I/gsa/ausgsa-h2/01/pedzan/src/prefix-launcher-2.1.0/buildroot
6 /gcc/gcc-4.2.4/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Po /gsa/ausgsa-h2/01/pedzan/src/prefix-launcher-2.1.0/buildroot/gcc/gcc-4.2.4/libcpp/charset.c
7 > xgcc: Internal error: Killed (program cc1)
8
9 Interesting - this works since ages on the AIX 5.3 boxes here...
10
11 And there isn't anything in prefix-launcher-trunk over prefix-launcher-2.1.0
12 that should have any influence for AIX 5.3, only AIX 6.1:
13 http://prefix-launcher.svn.sourceforge.net/viewvc/prefix-launcher/prefix-launcher/trunk/ChangeLog?view=log
14
15 > Please submit a full bug report.
16 > See <URL:http://gcc.gnu.org/bugs.html> for instructions.
17 > make[4]: *** [charset.o] Error 1
18
19 Are you able to compile 'charset.o' with '-save-temps' compiler flag?
20 Some hints for prefix-launcher:
21 $ gmake config gcc_BUILDMODE=INTERACTIVE
22 $ gmake gcc SHELL=/bin/bash
23 Instead of running src_compile() from gcc/gcc.build, you get a bash-prompt where
24 you can run (parts of) src_compile manyally. However, this isn't Ctrl-C save.
25
26 > make[4]: Leaving directory `/gsa/ausgsa-h2/01/pedzan/src/prefix-launcher-2.1.0/buildroot/gcc/p51.powerpc-ibm-aix5.3.0.0/libcpp'
27 >
28 > So far, I've not found a similar bug report.
29 > I'm trying it a second time but I assume its not going to work.
30 > This is on stage 2 which is a bit odd.
31
32 Does it work to build vanilla gcc-4.2.4 out-of-the-box?
33
34 /haubi/
35 --
36 Michael Haubenwallner
37 Gentoo on a different level

Replies

Subject Author
Re: [gentoo-alt] prefix installer, AIX 5.3 gcc failed to build Perry Smith <pedzsan@×××××.com>