Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81875 - media-tv/mythtv-0.17 can't compile
Summary: media-tv/mythtv-0.17 can't compile
Status: RESOLVED DUPLICATE of bug 81610
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-13 10:01 UTC by fredrik danerklint
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 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 ***