-pipe -mcpu=970 -mtune=970 -fprofile-generate -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I/var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/gcc -I/var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/gcc/. -I/var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/gcc/../include -I/var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/gcc/../libcpp/include -I/var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/gcc/../libdecnumber -I../libdecnumber insn-attrtab.c -o insn-attrtab.o {standard input}: Assembler messages: {standard input}:2247: Warning: end of file not at end of a line; newline inserted {standard input}:3596: Error: missing operand {standard input}:3596: Error: syntax error; found ` xgcc: Internal error: Killed (program cc1) Please submit a full bug report. See <URL:http://bugs.gentoo.org/> for instructions. make[3]: *** [insn-attrtab.o] Error 1 make[3]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.2.0/work/build/gcc' make[2]: *** [all-stageprofile-gcc] Error 2 make[2]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.2.0/work/build' make[1]: *** [stageprofile-bubble] Error 2 make[1]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.2.0/work/build' make: *** [profiledbootstrap] Error 2 !!! ERROR: sys-devel/gcc-4.2.0 failed. Call stack: ebuild.sh, line 1621: Called dyn_compile ebuild.sh, line 973: Called qa_call 'src_compile' ebuild.sh, line 44: Called src_compile ebuild.sh, line 1311: Called toolchain_src_compile toolchain.eclass, line 26: Called gcc_src_compile toolchain.eclass, line 1541: Called gcc_do_make toolchain.eclass, line 1415: Called die !!! emake failed with profiledbootstrap !!! If you need support, post the topmost build error, and the call stack if relevant. !!! A complete build log is located at '/var/tmp/portage/sys-devel/gcc-4.2.0/temp/build.log'. Reproducible: Always Steps to Reproduce: userland64, PS3,
not infra related
Created attachment 124588 [details] A complete build log
you probably need more ram or remove -pipe as the error: xgcc: Internal error: Killed (program cc1) means the kernel killed the program also check `dmesg` to see if anything interesting is in there
(In reply to comment #3) > you probably need more ram or remove -pipe as the error: > > xgcc: Internal error: Killed (program cc1) > > means the kernel killed the program > > also check `dmesg` to see if anything interesting is in there > I checked dmesg, and i saw that my system has not swap memory (I made the partition, but i forgot to make mkswap -c /dev/sda2) Thanks