pIIx2 [ebuild U ] media-video/mplayer-1.0_pre6-r2 [1.0_pre6] -3dfx -3dnow -3dnowex +X +aalib +alsa (-altivec) -arts +avi -bidi +cdparanoia -debug +dga -directfb -divx4linux -doc -dts -dv -dvb +dvd +dvdread -edl +encode -esd -fbcon -ggi +gif -gtk -i8x0 -ipv6 -jack -joystick +jpeg -libcaca -lirc +live -lzo +mad -matroska -matrox +mmx -mmxext +mpeg -mythtv -nas -nls -nvidia +oggvorbis +opengl +oss +png +real +rtc -samba +sdl -sse -sse2 -svga -tga -theora +truetype -v4l -v4l2 -xanim -xinerama -xmms +xv +xvid -xvmc 0 kB Build fails like this: cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -mcpu=i686 -pipe -O2 -frename-registers -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -o imdct.o imdct.c imdct.c: In function `imdct_do_512_sse': imdct.c:783: error: undefined named operand 'data' imdct.c:954: warning: use of memory input without lvalue in asm operand 1 is deprecated imdct.c:954: warning: use of memory input without lvalue in asm operand 2 is deprecated imdct.c: In function `imdct_init': imdct.c:1332: error: `imdct_do_512_3dnowex' undeclared (first use in this function) imdct.c:1332: error: (Each undeclared identifier is reported only once imdct.c:1332: error: for each function it appears in.) imdct.c:1338: error: `imdct_do_512_3dnow' undeclared (first use in this function) make: *** [imdct.o] Error 1 Tried with USE="3dnow" and "3dnowex", but still fails. Looked at the code, but its full of ASM and #ifdef madness, and I see the first error is in a section of code you are patching yourself. It builds after backing out 'mplayer-1.0_pre6-pic.patch'
Should be already fixed, please emerge sync again *** This bug has been marked as a duplicate of 86158 ***