Gentoo Archives: gentoo-alt

From: Greg <trigggl@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] gcc failing, prefix-launcher-1.2 on AIX
Date: Mon, 09 Jun 2008 21:50:55
Message-Id: 484DA5BB.8060103@yahoo.com
In Reply to: Re: [gentoo-alt] gcc failing, prefix-launcher-1.2 on AIX by Greg Trigg
1 Greg Trigg wrote:
2
3 >
4 > Well, before I start over again from svn, I thought I might as well
5 > post the point at which gcc failed this time. Now it gets to
6 > stage1/xgcc before failing. It's pretty annoying to have to wait 2-3
7 > hours to see if something is going to fail again and then on the next
8 > try, it starts from the beginning again. Anyways, this is where it
9 > failed on me.
10 >
11 > stage1/xgcc -Bstage1/
12 > -B/usr/local/prefix-launcher-1.2/powerpc-ibm-aix5.2.0.0/powerpc-ibm-aix5.2.0.0/bin/
13 > -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
14 > -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
15 > -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H
16 > -DGENERATOR_FILE -I. -Ibuild
17 > -I/usr/local/src/prefix-launcher-1.2/buildroot/gcc/gcc-4.1.1/gcc
18 > -I/usr/local/src/prefix-launcher-1.2/buildroot/gcc/gcc-4.1.1/gcc/build
19 > -I/usr/local/src/prefix-launcher-1.2/buildroot/gcc/gcc-4.1.1/gcc/../include
20 > -I/usr/local/src/prefix-launcher-1.2/buildroot/gcc/gcc-4.1.1/gcc/../libcpp/include
21 > -o build/genautomata.o
22 > /usr/local/src/prefix-launcher-1.2/buildroot/gcc/gcc-4.1.1/gcc/genautomata.c
23 >
24 > In file included from
25 > /usr/local/src/prefix-launcher-1.2/buildroot/gcc/gcc-4.1.1/gcc/genautomata.c:113:
26 >
27 > ./include/math.h:1066:2: error: '#' is not followed by a macro parameter
28 > In file included from
29 > /usr/local/src/prefix-launcher-1.2/buildroot/gcc/gcc-4.1.1/gcc/genautomata.c:113:
30 >
31 > ./include/math.h:1067: error: expected ')' before '==' token
32 > ./include/math.h:1067: error: expected ')' before '||' token
33 > ./include/math.h:1067: error: stray '#' in program
34 > ./include/math.h:1069: error: stray '#' in program
35 > ./include/math.h:1071: error: stray '#' in program
36 > gmake[2]: *** [build/genautomata.o] Error 1
37 > gmake[2]: Leaving directory
38 > `/usr/local/src/prefix-launcher-1.2/buildroot/gcc/ibm_slow.powerpc-ibm-aix5.2.0.0/gcc'
39 >
40 > gmake[1]: *** [stage2_build] Error 2
41 > gmake[1]: Leaving directory
42 > `/usr/local/src/prefix-launcher-1.2/buildroot/gcc/ibm_slow.powerpc-ibm-aix5.2.0.0/gcc'
43 >
44 > gmake: *** [bootstrap] Error 2
45 > gmake: ***
46 > [/usr/local/src/prefix-launcher-1.2/buildroot/gcc/gcc.ibm_slow.powerpc-ibm-aix5.2.0.0.builded]
47 > Error 1
48
49 I finally got the bright idea of Googling this and quickly found the
50 problem. AIX has bugs. :-O
51
52 I found a description of the problem here:
53 http://gcc.gnu.org/ml/gcc-bugs/2004-11/msg01996.html
54
55 After some more Googling, I found IBM's fix here:
56 http://www-1.ibm.com/support/docview.wss?uid=isg1IY46553
57
58 Hopefully I'll be able to install this fix and get back on my way to an
59 AIX Prefix.
60
61
62
63 Greg Trigg
64
65 Jacksonville, AR
66
67
68
69 --
70 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] gcc failing, prefix-launcher-1.2 on AIX Fabian Groffen <grobian@g.o>