* Grant <emailgr...@gmail.com> [120131 14:26]: > I can't seem to get gcc-4.5.3-r1 to compile. I tried twice and it > failed at the exact same point both times. The build log doesn't > mention a segfault. Does anyone know how to fix this? I was able to > compile gcc-4.3.3 a short while ago. > > /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/gcc/config/i386/i386.md: > In function 'internal_dfa_insn_code': > /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/gcc/config/i386/i386.md:360:1: > internal compiler error: Aborted > Please submit a full bug report, > with preprocessed source if appropriate. > See <http://bugs.gentoo.org/> for instructions. > make[3]: *** [insn-attrtab.o] Error 1 > make[3]: Leaving directory > `/var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/build/gcc' > make[2]: *** [all-stage2-gcc] Error 2 > make[2]: Leaving directory > `/var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/build' > make[1]: *** [stage2-bubble] Error 2 > make[1]: Leaving directory > `/var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/build' > make: *** [bootstrap-lean] Error 2 > emake failed > > - Grant
Did you check the log for OOM (Out of Memory) problems? I've had problems building gcc on a machine with limited RAM when my swap hasn't been enabled. Todd