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

Bug 81875

Summary: media-tv/mythtv-0.17 can't compile
Product: Gentoo Linux Reporter: fredrik danerklint <fredan-gentoo-bugs>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description fredrik danerklint 2005-02-13 10:01:33 UTC
Can compile mythtv-0.17, since there seems to be some problems with the mmx code in libavcodec. Tried both gcc 3.3.5 and gcc 3.4.3.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
gcc -c -pipe -w -march=athlon-xp -O2 -pipe -fomit-frame-pointer 
-momit-leaf-frame-pointer -mmmx -msse -m3dnow -fno-pie -march=athlon-xp -O2 
-pipe -fomit-frame-pointer -momit-leaf-frame-pointer -mmmx -msse -m3dnow 
-fno-pie -DPIC -fPIC -fomit-frame-pointer -DHAVE_AV_CONFIG_H -I.. 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -D_REENTRANT  
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr\" -DMMX -DUSING_IVTV 
-DUSING_DVB -DUSING_DVB_EIT -DUSING_FIREWIRE -DUSING_XVMC -DUSING_OPENGL_VSYNC 
-DUSING_XRANDR -DHAVE_XVMC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT 
-I/usr/qt/3/mkspecs/linux-g++ -I. -I../.. -I/usr/qt/3/include -o postprocess.o 
libpostproc/postprocess.c 
In file included from libpostproc/postprocess.c:645: 
libpostproc/postprocess_template.c: I funktion `postProcess_MMX': 
libpostproc/postprocess_template.c:3198: error: can't find a register in class 
`GENERAL_REGS' while reloading `asm' 
libpostproc/postprocess_template.c:3283: error: can't find a register in class 
`GENERAL_REGS' while reloading `asm' 
libpostproc/postprocess_template.c:3198: error: can't find a register in class 
`GENERAL_REGS' while reloading `asm' 
libpostproc/postprocess_template.c:3283: error: can't find a register in class 
`GENERAL_REGS' while reloading `asm' 
make: *** [postprocess.o] Fel 1 
make: *** Inv
Comment 1 fredrik danerklint 2005-02-13 10:01:33 UTC
Can compile mythtv-0.17, since there seems to be some problems with the mmx code in libavcodec. Tried both gcc 3.3.5 and gcc 3.4.3.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
gcc -c -pipe -w -march=athlon-xp -O2 -pipe -fomit-frame-pointer 
-momit-leaf-frame-pointer -mmmx -msse -m3dnow -fno-pie -march=athlon-xp -O2 
-pipe -fomit-frame-pointer -momit-leaf-frame-pointer -mmmx -msse -m3dnow 
-fno-pie -DPIC -fPIC -fomit-frame-pointer -DHAVE_AV_CONFIG_H -I.. 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -D_REENTRANT  
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr\" -DMMX -DUSING_IVTV 
-DUSING_DVB -DUSING_DVB_EIT -DUSING_FIREWIRE -DUSING_XVMC -DUSING_OPENGL_VSYNC 
-DUSING_XRANDR -DHAVE_XVMC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT 
-I/usr/qt/3/mkspecs/linux-g++ -I. -I../.. -I/usr/qt/3/include -o postprocess.o 
libpostproc/postprocess.c 
In file included from libpostproc/postprocess.c:645: 
libpostproc/postprocess_template.c: I funktion `postProcess_MMX': 
libpostproc/postprocess_template.c:3198: error: can't find a register in class 
`GENERAL_REGS' while reloading `asm' 
libpostproc/postprocess_template.c:3283: error: can't find a register in class 
`GENERAL_REGS' while reloading `asm' 
libpostproc/postprocess_template.c:3198: error: can't find a register in class 
`GENERAL_REGS' while reloading `asm' 
libpostproc/postprocess_template.c:3283: error: can't find a register in class 
`GENERAL_REGS' while reloading `asm' 
make: *** [postprocess.o] Fel 1 
make: *** Inväntar oavslutade jobb... 
make: Leaving directory 
`/usr/tmp/portage/mythtv-0.17/work/mythtv-0.17/libs/libavcodec'
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-13 10:16:37 UTC
sync again, this should be fixed

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