Gentoo Archives: gentoo-alt

From: Greg <trigggl@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] gawk failing prefix-launcher-1.2 on AIX
Date: Mon, 02 Jun 2008 19:06:12
Message-Id: 4844449E.1050701@yahoo.com
In Reply to: [gentoo-alt] gawk failing prefix-launcher-1.2 on AIX by Greg Trigg
1 Greg Trigg wrote:
2
3 > I finally got gcc-4.2 installed on my AIX 5.2 box along with a lot of
4 > other GNU base progs. I also got gmake installed and tried to build.
5
6
7 It turns out that this gcc 4.2 that I got from pware didn't work very
8 well. It also didn't install in the standard place for an AIX box
9 (/opt/freeware/). It installed in /opt/pware and didn't create the
10 symlinks in /usr/bin like it should have. I found 4.2 somewhere else
11 that did install correctly and also compiled gawk properly.
12
13 Now, the install gets to gcc before it fails. It seems to do a lot of
14 redundant checks and then partly through the beginning compile stages,
15 stops with this error:
16
17 gcc -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC -W
18 -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
19 -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition
20 -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE `case
21 gcc in *gcc*) echo -Wl,-bbigtoc ;; esac;` -o build/genattrtab \
22 build/genattrtab.o build/genautomata.o \
23 build/rtl.o build/read-rtl.o build/ggc-none.o
24 build/min-insn-modes.o build/gensupport.o build/insn-conditions.o
25 build/print-rtl.o build/errors.o \
26 build/varray.o
27 ../build-powerpc-ibm-aix5.2.0.0/libiberty/libiberty.a -lm
28 build/genattrtab
29 /usr/local/src/prefix-launcher-1.2/buildroot/gcc/gcc-4.1.1/gcc/config/rs6000/rs6000.md
30 > tmp-attrtab.c
31
32 out of memory allocating 4072 bytes after a total of 4161654620 bytes
33 gmake[2]: *** [s-attrtab] Error 1
34 gmake[2]: Leaving directory
35 `/usr/local/src/prefix-launcher-1.2/buildroot/gcc/ibm_slow.powerpc-ibm-aix5.2.0.0/gcc'
36 gmake[1]: *** [stage1_build] Error 2
37 gmake[1]: Leaving directory
38 `/usr/local/src/prefix-launcher-1.2/buildroot/gcc/ibm_slow.powerpc-ibm-aix5.2.0.0/gcc'
39 gmake: *** [bootstrap] Error 2
40 gmake: ***
41 [/usr/local/src/prefix-launcher-1.2/buildroot/gcc/gcc.ibm_slow.powerpc-ibm-aix5.2.0.0.builded]
42 Error 1
43
44
45 If I'm running out of space, I don't know where.
46
47 >
48 > I don't think patching is working either.
49
50
51 I still don't think patching is working. I don't know why.
52
53 --
54 Greg
55
56 --
57 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] gawk failing prefix-launcher-1.2 on AIX Fabian Groffen <grobian@g.o>
Re: [gentoo-alt] gawk failing prefix-launcher-1.2 on AIX Greg <trigggl@×××××.com>