[mythtv] Mythtv 0.15.1 compile problem on mandrake 9.1

weaselgod mythtv at firelizards.com
Sat Jul 10 07:35:13 EDT 2004


Ok, a while back I posted about an issue compiling on Mandrake 10 which
was solved by backing down the optimization level for gcc. I gave that a
shot in this case and it didn't make a difference.  I can compile 0.15 but
not 0.15.1.  Very odd, anyone have any ideas?  Details of the make 
below. You will notice -O3 here but the same happens with -O2 or -O1

Eric


[root at mythtv mythtv-0.15.1]# make
cd libs && make -f Makefile
make[1]: Entering directory `/usr/local/src/mythtv-0.15.1/libs'
cd libavcodec && make -f Makefile
make[2]: Entering directory `/usr/local/src/mythtv-0.15.1/libs/libavcodec'
gcc -c -pipe -w -Wall -g -O3 -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/local\" -DMMX -DUSING_IVTV -DQT_NO_DEBUG
-DQT_THREAD_SUPPORT -I/usr/lib/qt3/mkspecs/default -I. -I../..
-I/usr/lib/qt3/include -o h263.o h263.c
common.h: In function `h263p_encode_umotion':
common.h:414: internal error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:https://qa.mandrakesoft.com/> for instructions.
make[2]: *** [h263.o] Error 1
make[2]: Leaving directory `/usr/local/src/mythtv-0.15.1/libs/libavcodec'
make[1]: *** [sub-libavcodec] Error 2
make[1]: Leaving directory `/usr/local/src/mythtv-0.15.1/libs'


More information about the mythtv-dev mailing list