Installing gcc 3.4.3.20050110 on a recently installed 2005.0 system. Trying to install gcc 3.4 with nptl enabled... did an emerge gcc-config glibc binutils gcc... everything else completed fine... Calculating dependencies ...done! [ebuild R ] sys-devel/gcc-config-1.3.10-r2 [ebuild R ] sys-libs/glibc-2.3.5 [ebuild R ] sys-devel/binutils-2.15.92.0.2-r7 [ebuild NS ] sys-devel/gcc-3.4.3.20050110-r2 [ebuild N ] sys-libs/libstdc++-v3-3.3.4 Reproducible: Always Steps to Reproduce: 1. Install a base 2005.0 system on a nehemia processor 2. emerge gcc-config glibc binutils gcc 3. Actual Results: 17012 all allocated states, 101385 all allocated arcs 20258 all allocated alternative states 4765 all transition comb vector els, 13107 all trans table els 4765 all state alts comb vector els, 13107 all state alts table els 13107 all min delay table els 0 locked states num transformation: 0.033994, building DFA: 20.869827 DFA minimization: 1.464779, making insn equivalence: 0.005000 all automaton generation: 22.615563, output: 0.376943 /bin/sh /var/tmp/portage/gcc-3.4.3.20050110-r2/work/gcc-3.4.3/gcc/move-if-change tmp-attrtab.c insn-attrtab.c echo timestamp > s-attrtab stage1/xgcc -Bstage1/ -B/usr/i686-pc-linux-gnu/bin/ -march=i686 -pipe -O2 -fprofile-generate -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I/var/tmp/portage/gcc-3.4.3.20050110-r2/work/gcc-3.4.3/gcc -I/var/tmp/portage/gcc-3.4.3.20050110-r2/work/gcc-3.4.3/gcc/. -I/var/tmp/portage/gcc-3.4.3.20050110-r2/work/gcc-3.4.3/gcc/../include -c insn-attrtab.c \ -o insn-attrtab.o {standard input}: Assembler messages: {standard input}:62718: Warning: end of file not at end of a line; newline inserted xgcc: Internal error: Killed (program cc1) Please submit a full bug report. See <URL:http://bugs.gentoo.org/> for instructions. make[2]: *** [insn-attrtab.o] Error 1 make[2]: Leaving directory `/var/tmp/portage/gcc-3.4.3.20050110-r2/work/build/gcc' make[1]: *** [stageprofile_build] Error 2 make[1]: Leaving directory `/var/tmp/portage/gcc-3.4.3.20050110-r2/work/build/gcc' make: *** [profiledbootstrap] Error 2 !!! ERROR: sys-devel/gcc-3.4.3.20050110-r2 failed. !!! Function gcc_do_make, Line 1139, Exitcode 2 !!! emake failed with profiledbootstrap !!! If you need support, post the topmost build error, NOT this status message. Expected Results: gcc installs successfully... emerge info gives... Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5, glibc-2.3.5-r0, 2.6.11-epiam-r5 i686) ================================================================= System uname: 2.6.11-epiam-r5 i686 VIA Nehemiah Gentoo Base System version 1.4.16 Python: dev-lang/python-2.3.4-r1 [2.3.4 (#1, Mar 10 2005, 20:47:05)] dev-lang/python: 2.3.4-r1 sys-apps/sandbox: [Not Present] sys-devel/autoconf: 2.59-r6, 2.13 sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4 sys-devel/binutils: 2.15.92.0.2-r7 sys-devel/libtool: 1.5.10-r4 virtual/os-headers: 2.6.8.1-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-march=i686 -msse -mmmx -mfpmath=sse -Os -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-march=i686 -msse -mmmx -mfpmath=sse -Os -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict" GENTOO_MIRRORS="http://www.mirror.ac.uk/mirror/www.ibiblio.org/ http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ http://gentoo.oregonstate.edu" LINGUAS="en_GB" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="x86 aac alsa apm avi cle266 crypt directfb divx4linux dts dvb freetype gif ipv6 jpeg lirc live mad mmx moznocompose moznoirc moznomail mozsvg mp3 mpeg mpeg4 ncurses nptl ogg oggvorbis pam perl png python quicktime readline real sse ssl svg svga sysfs tcpd tga truetype truetype-fonts type1-fonts vorbis win32codecs zlib linguas_en_GB userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS
Created attachment 59150 [details] portage log of failure portage log on failed emerge
and if you try it with simpler CFLAGS ? say just '-Os -pipe' ?
I tried it with... CFLAGS="-march=i686 -Os -pipe" and got the same error message
I tried recompiling it with gcc 3.4.4 and it stopped with the same error. I then tried emerge gcc 3.4.4 with... CFLAGS="-march=i386 -Os -pipe" and it completed fine... sorry if this is what you meant before... any ideas?
(In reply to comment #4) > I tried recompiling it with gcc 3.4.4 and it stopped with the same error. > > I then tried emerge gcc 3.4.4 with... > > CFLAGS="-march=i386 -Os -pipe" > > and it completed fine... sorry if this is what you meant before... > > any ideas? Is this still a problem? I merged sys-devel/gcc-3.4.4-r1 a couple of days ago with no problems (using CFLAGS="-march=i686 -pipe -O2"), then a day later set CFLAGS="-march=c3-2 -pipe -O2" and it built without problems again. 'emerge info ' to follow.
Created attachment 72968 [details] emerge info of my Epia M10000
Also, does sys-devel/gcc-3.4.3.20050110-r2 as well? And seeing the multitude of versions currently marked for testing, shouldn't this bug be set to WONTFIX by now?
Sounds like its fixed in gcc-3.4.4. Reopen if its still an issue.