Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 163917

Summary: media-libs/xvid-1.1.2 won't compile w/ yasm installed
Product: Gentoo Linux Reporter: Steve Cole <shaman>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Steve Cole 2007-01-26 15:00:54 UTC
xvid 1.1.2 fails to compile.  This looks to be something to do with MMX.  I am also having issues with MMX in libSDL so it is possible that it is my build system, however I did an emerge -e system to be sure and the results are the same.  Recompiled binutils, nasm and yasm just to be sure, same result.  CFLAGS have not changed (CFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer -fno-ident")

Reproducible: Always

Steps to Reproduce:
1. emerge xvid

Actual Results:  
  A: bitstream/x86_asm/cbp_3dne.asm
../../src/bitstream/x86_asm/cbp_3dne.asm:130: invalid argument to [SECTION]
../../src/bitstream/x86_asm/cbp_3dne.asm:130: undefined symbol `.note.GNU' (first use)
../../src/bitstream/x86_asm/cbp_3dne.asm:130: undefined symbol `stack' (first use)
../../src/bitstream/x86_asm/cbp_3dne.asm:130:  (Each undefined symbol is reported only once.)
make: *** [bitstream/x86_asm/cbp_3dne.o] Error 1
make: *** Waiting for unfinished jobs....
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-01-26 15:11:07 UTC

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