Gentoo Archives: gentoo-alt

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

Replies

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