Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] Re: gcc-4.5.3-r1 fails to compile with "internal compiler error"
Date: Tue, 07 Feb 2012 04:54:19
Message-Id: CAN0CFw0j2Uoo09Eg04ZyUV0RYx53Vdgvm7RQSfLYX=hWPRBx1g@mail.gmail.com
In Reply to: [gentoo-user] Re: gcc-4.5.3-r1 fails to compile with "internal compiler error" by Grant
1 >> I can't seem to get gcc-4.5.3-r1 to compile.  I tried twice and it
2 >> failed at the exact same point both times.  The build log doesn't
3 >> mention a segfault.  Does anyone know how to fix this?  I was able to
4 >> compile gcc-4.3.3 a short while ago.
5 >>
6 >> /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/gcc/config/i386/i386.md:
7 >> In function 'internal_dfa_insn_code':
8 >> /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/gcc/config/i386/i386.md:360:1:
9 >> internal compiler error: Aborted
10 >> Please submit a full bug report,
11 >> with preprocessed source if appropriate.
12 >> See <http://bugs.gentoo.org/> for instructions.
13 >> make[3]: *** [insn-attrtab.o] Error 1
14 >> make[3]: Leaving directory
15 >> `/var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/build/gcc'
16 >> make[2]: *** [all-stage2-gcc] Error 2
17 >> make[2]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/build'
18 >> make[1]: *** [stage2-bubble] Error 2
19 >> make[1]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/build'
20 >> make: *** [bootstrap-lean] Error 2
21 >> emake failed
22 >>
23 >> - Grant
24 >
25 > I get the same error trying to recompile gcc-4.3.4 which is currently
26 > installed and was emerged successfully about a week ago.  I'll file a
27 > bug?
28 >
29 > - Grant
30
31 Fixed! It may have been changing my locale from POSIX to UTF8 or
32 maybe some kernel changes I made.
33
34 - Grant