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

Bug 165636

Summary: emerge media-libs/xine-lib-1.1.3 fails in eq.c, eq2.c
Product: Gentoo Linux Reporter: Jiri Pittner <jiri.pittner>
Component: [OLD] LibraryAssignee: 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 Jiri Pittner 2007-02-06 15:31:57 UTC
compilation of xine-lib-1.1.3 with gcc-4.1.1 failed with:
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -I../../../src/input -I../../../src/input -I../../../lib -I../../../lib -fvisibility=hidden -I/usr/include/postproc -fomit-frame-pointer -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -O2 -march=pentium4m -msse2 -pipe -fno-omit-frame-pointer -frename-registers -ffunction-sections -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Wstrict-aliasing=2 -c denoise3d.c  -fPIC -DPIC -o .libs/xineplug_post_planar_la-denoise3d.o
eq.c: In function 'process_MMX':
eq.c:50: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -I../../../src/input -I../../../src/input -I../../../lib -I../../../lib -fvisibility=hidden -I/usr/include/postproc -fomit-frame-pointer -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -O2 -march=pentium4m -msse2 -pipe -fno-omit-frame-pointer -frename-registers -ffunction-sections -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Wstrict-aliasing=2 -c eq2.c  -fPIC -DPIC -o .libs/xineplug_post_planar_la-eq2.o
eq2.c: In function 'affine_1d_MMX':
eq2.c:126: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
Probably architecture-specific to x86.


Reproducible: Always

Steps to Reproduce:
1.emerge --update xine-lib
2.
3.




gcc (GCC) 4.1.1 (Gentoo 4.1.1-r3)
Gentoo Base System version 1.12.6
Last Sync: Tue, 06 Feb 2007 10:50:01 +0000
ys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4m -msse2 -pipe -fno-omit-frame-pointer"
CHOST="i686-pc-linux-gnu"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-06 15:55:12 UTC
Remove -fno-omit-frame-pointer from your flags.


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