Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86303 - mplayer-1.0_pre6-r2 compile failure-- blame mplayer-1.0_pre6-pic.patch
Summary: mplayer-1.0_pre6-r2 compile failure-- blame mplayer-1.0_pre6-pic.patch
Status: RESOLVED DUPLICATE of bug 86158
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-22 13:35 UTC by Paul Thompson
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Thompson 2005-03-22 13:35:23 UTC
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'
Comment 1 Luca Barbato gentoo-dev 2005-03-22 15:16:01 UTC
Should be already fixed, please emerge sync again

*** This bug has been marked as a duplicate of 86158 ***