during update i saw : ffv1.c: In function `encode_rgb_frame': ffv1.c:459: internal compiler error: in find_function_data, at function.c:320 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/avifile-0.7.41.20041001-r1/temp/ccn4fGnn.out file, please attach this to your bugreport. make[3]: *** [ffv1.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... gcc -DHAVE_CONFIG_H -I. -I. -I../../include -DHAVE_AV_CONFIG_H -I./.. -Wall -Wno-unused -I../../include -O3 -march=athlon-xp -mcpu=athlon-xp -m3dnow -mmmx -msse -mfpmath=sse -maccumulate-outgoing-args -fomit-frame-pointer -finline-limit=1200 -fforce-addr -funroll-loops -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -c flicvideo.c -fPIC -DPIC -o .libs/flicvideo.o make[3]: Leaving directory `/var/tmp/portage/avifile-0.7.41.20041001-r1/work/avifile-0.7-0.7.41/ffmpeg/libavcodec' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/avifile-0.7.41.20041001-r1/work/avifile-0.7-0.7.41/ffmpeg/libavcodec' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/avifile-0.7.41.20041001-r1/work/avifile-0.7-0.7.41/ffmpeg' make: *** [all-recursive] Error 1 !!! ERROR: media-video/avifile-0.7.41.20041001-r1 failed. !!! Function src_compile, Line 139, Exitcode 2 !!! (no error message) !!! If you need support, post the topmost build error, NOT this status message. Next i try : CFLAGS="-march=athlon-xp -O3" CXXFLAGS="-march=athlon-xp -O3" emerge -v avifile and everything was fine but there was "Please submit a full bug report" result so here it is... Reproducible: Always Steps to Reproduce: 1.emerge avifile 2. 3. Actual Results: internal compiler error during compilation Expected Results: successfull emerge Portage 2.0.51-r3 (default-linux/x86/2004.2, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.9-gentoo-r4 i686) ================================================================= System uname: 2.6.9-gentoo-r4 i686 AMD Athlon(tm) XP 2600+ Gentoo Base System version 1.4.16 ccache version 2.3 [enabled] Autoconf: sys-devel/autoconf-2.59-r5 Automake: sys-devel/automake-1.8.5-r1 Binutils: sys-devel/binutils-2.15.90.0.1.1-r3 Headers: sys-kernel/linux-headers-2.4.21-r1 Libtools: sys-devel/libtool-1.5.2-r7 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-O3 -march=athlon-xp -mcpu=athlon-xp -m3dnow -mmmx -msse -mfpmath=sse -maccumulate-outgoing-args -fomit-frame-pointer -finline-limit=1200 -fforce-addr -funroll-loops -pipe" 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="-O3 -march=athlon-xp -mcpu=athlon-xp -m3dnow -mmmx -msse -mfpmath=sse -maccumulate-outgoing-args -fomit-frame-pointer -finline-limit=1200 -fforce-addr -funroll-loops -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms" GENTOO_MIRRORS="http://gentoo.prz.rzeszow.pl http://gentoo.zie.pg.gda.pl" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="3dnow 3dnowex X aalib acpi alsa apache2 arts avi berkdb bitmap-fonts bzlib cdr crypt cups directfb divx4linux doc dvd dvdr encode f77 fam fastcgi fbcon flac foomaticdb fortran ftp gd gdbm gif gmp gpg gphoto2 gpm gstreamer gtk gtk2 imagemagick imlib java javascript jikes jpeg jpeg2k junit kde libg++ libwww mad matroska mikmod mime mmap mmx mmx2 mng motif mpeg mysql nas ncurses nls odbc oggvorbis opengl oss pampda pdflib perl php png postgres ppds python qt quicktime readline real samba scanner sdl slang spell sse ssl svg svga tcltk tcpd tiff truetype unicode usb videos wmf wxwindows x86 xine xinerama xml xml2 xosdxv xvid zlib linguas_en linguas_pl"
Retry it with "-O3 -march=athlon-xp -pipe". We cannot support an arbitrary amount of compilerflags and yours are definitely fine enough, to shoot yourself in your foot. Please reopen, if you have still issues then.
Created attachment 45693 [details] Preprocessed source as a additional info Added preprocessed source info as suggested in emerge output
About my compiler flags i would discuss if i should shoot my foot but not here. I've send this bug because system pleased me about this. In next step i made successfull emerge with CFLAGS="-march=athlon-xp -O3" CXXFLAGS="-march=athlon-xp -O3" emerge -v avifile as i write so it no issue me...