domain-pool.c: In function `qac_model_alloc': domain-pool.c:298: internal compiler error: in remember_web_was_spilled, at ra-build.c:2314 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugs.gentoo.org/> for instructions. Preprocessed source stored into /var/tmp/portage/netpbm-10.20/temp/cchNdkEs.out file, please attach this to your bugreport. distcc[20343] ERROR: compile domain-pool.c on localhost failed make[4]: *** [domain-pool.o] Error 1 make[4]: Leaving directory `/var/tmp/portage/netpbm-10.20/work/netpbm-10.20/converter/other/fiasco/codec' make[3]: *** [codec/libfiasco_codec.a] Error 2 make[3]: Leaving directory `/var/tmp/portage/netpbm-10.20/work/netpbm-10.20/converter/other/fiasco' make[2]: *** [fiasco/all] Error 2 make[2]: Leaving directory `/var/tmp/portage/netpbm-10.20/work/netpbm-10.20/converter/other' make[1]: *** [other/all] Error 2 make[1]: Leaving directory `/var/tmp/portage/netpbm-10.20/work/netpbm-10.20/converter' make: *** [converter/all] Error 2 !!! ERROR: media-libs/netpbm-10.20 failed. !!! Function src_compile, Line 61, Exitcode 2 !!! emake failed I've saved the cchNdkEs.out (over 5000 lines) and can send it someone, who want's it. Reproducible: Always Steps to Reproduce: 1. 2. 3. Portage 2.0.50-r11 (gcc34-x86-2004.2, gcc-3.4.2, glibc-2.3.4.20040808-r0, 2.6.8-gentoo-r3) ================================================================= System uname: 2.6.8-gentoo-r3 i686 AMD Athlon(tm) XP Gentoo Base System version 1.5.3 distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled] ccache version 2.3 [enabled] Autoconf: sys-devel/autoconf-2.59-r4 Automake: sys-devel/automake-1.8.5-r1 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-O2 -march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -pipe -fforce-addr -fmerge-all-constants -ffast-math -fnew-ra -ftracer -funroll-all-loops -fprefetch-loop-arrays -fstrict-aliasing -falign-labels=1 -falign-loops=16 -falign-jumps=16 -march=athlon-xp -fomit-frame-pointer -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -mfpmath=sse -mpreferred-stack-boundary=4 -mno-push-args -maccumulate-outgoing-args -minline-all-stringops -fPIC" CHOST="i686-pc-linux-gnu" COMPILER="" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -pipe -fforce-addr -fmerge-all-constants -ffast-math -fnew-ra -ftracer -funroll-all-loops -fprefetch-loop-arrays -fstrict-aliasing -falign-labels=1 -falign-loops=16 -falign-jumps=16 -march=athlon-xp -fomit-frame-pointer -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -mfpmath=sse -mpreferred-stack-boundary=4 -mno-push-args -maccumulate-outgoing-args -minline-all-stringops -fPIC" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache distcc sandbox" GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://gentoo.inode.at/source/ http://gentoo.inode.at/" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync16.de.gentoo.org/gentoo-merged" USE="3dnow X Xaw3d aalib acpi alsa apm avi berkdb bitmap-fonts bonobo cdr crypt cups directfb divx4linux dvd encode esd faad fbcon foomaticdb gd gd-external gdbm gif gimpprint gpm gtk gtk2 imlib java joystick jpeg kde libg++ libwww linguas_de mad mikmod mmx mng motif mpeg ncurses nls nptl oav oggvorbis opengl oss pam pdflib perl pic png ppds python qt quicktime readline samba sdl slang socks5 speex spell sse ssl svg svga tcltk tcpd theora threads tiff truetype usb wmf x86 xft xml xml2 xmms xosd xprint xv xvid zlib"
you cflags make no sense! O_O could you please re-try with something remotely sane in cflags just to see if the problem goes away? like... "-O2 -march=athlon-xp"? i know, an ICE is an ICE, but new-ra's docs even say not to expect it'll work. i'm marking this one invalid...
with "-O2 -march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -pipe" it works. I've not test other constellation up to now.
ok, it seems, that the parameter '-fnew-ra' is the reason for the internal error