Emerging pornview-0.1.5 fails with the following error when trying to emerge xine-libs-0.9.13-r2: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../src -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/xine-utils -march=k6-2 -O2 -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -O3 -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops -finline-functions -c demux_asf.c -DPIC -o demux_asf.lo {standard input}: Assembler messages: {standard input}:4696: Error: value of ffffffffffffff6c too large for field of 1 bytes at 0000000000002ab1 make[3]: *** [demux_qt.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory `/var/tmp/portage/xine-lib-0.9.13-r2/work/xine-lib-0.9.13/src/demuxers' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/xine-lib-0.9.13-r2/work/xine-lib-0.9.13/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/xine-lib-0.9.13-r2/work/xine-lib-0.9.13' make: *** [all-recursive-am] Error 2 !!! ERROR: media-libs/xine-lib-0.9.13-r2 failed. !!! Function src_compile, Line 106, Exitcode 2 !!! (no error message) Reproducible: Always Steps to Reproduce: 1. 2. 3. # emerge info Portage 2.0.47-r2 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r2) ================================================================= System uname: 2.4.19-gentoo-r10 i586 AMD-K6(tm) 3D processor GENTOO_MIRRORS="http://gentoo.oregonstate.edu/ http://distro.ibiblio.org/pub/Linux/distributions/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="" USE="x86 oss 3dnow apm avi crypt cups encode gif gpm jpeg libg++ mikmod mmx mpeg ncurses nls pdflib png qtmt quicktime spell truetype xml2 xmms xv zlib alsa gdbm berkdb slang readline tetex svga guile X sdl tcpd pam libwww ssl perl python esd imlib oggvorbis gnome gtk motif opengl mozilla -arts -java -kde -qt" COMPILER="gcc3" CHOST="i586-pc-linux-gnu" CFLAGS="-march=k6-2 -O2" CXXFLAGS="-march=k6-2 -O2" ACCEPT_KEYWORDS="x86" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.gentoo.org/gentoo-portage" FEATURES="sandbox ccache"
use flag-o-magic to replace k6, k6-2, k6-3 to i686
to fix your problem in the meantime, lower your CFLAGS and re-emerge
Should be fixed in ebuilds 0.9.13-r2 and above. For the record, I'm having doubts with filtering out the flags for the user. IMO over-optimization is the user's error and we should not be supporting anything above some generic conservative flags (such as -02 -m686). :)