[mythtv] osx-packer.pl PPC fails on "Invalid mnemonic 'emms'"

David Snider dsnider at thesniderpad.com
Sat Mar 3 20:37:29 UTC 2007


This has been failing for a few weeks now.   Looks like it is part of 
something put in for the Intel Macs?  I tried it on two different macs 
just to make sure.   If I comment out the emms lines in utils.c it 
compiles just fine... 

        //emms_c(); //needed to avoid an emms_c() call before every return;


but unfortunately then dies on mpegvideo.c

Here is the initial output from osx-packager.pl

cd libavcodec && qmake libavcodec.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+=/nobackup/test/.osx-packager/build/include" "LIBS+=-L/usr/lib -L/nobackup/test/.osx-packager/build/lib" -o Makefile

cd libavcodec && /usr/bin/make -f Makefile

cc -c -pipe -mcpu=7450 -mtune=7450 -mpowerpc-gfxopt -faltivec -w -O3 -I/nobackup/test/.osx-packager/build/include -no-cpp-precomp -pipe -force_cpusubtype_ALL -Wno-sign-compare -fomit-frame-pointer -Wall -Wno-switch -fomit-frame-pointer -faltivec -DPIC -fPIC  -DMMX -Di386 -DUSING_APPLEREMOTE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/nobackup/test/.osx-packager/build\" -DLIBDIR=\"/nobackup/test/.osx-packager/build/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT -I/nobackup/test/.osx-packager/src/qt-mac-free-3.3.6/mkspecs/default -I. -I.. -I../.. -I../libavutil -I/nobackup/test/.osx-packager/src/qt-mac-free-3.3.6/include -o bitstream.o bitstream.c

cc -c -pipe -mcpu=7450 -mtune=7450 -mpowerpc-gfxopt -faltivec -w -O3 -I/nobackup/test/.osx-packager/build/include -no-cpp-precomp -pipe -force_cpusubtype_ALL -Wno-sign-compare -fomit-frame-pointer -Wall -Wno-switch -fomit-frame-pointer -faltivec -DPIC -fPIC  -DMMX -Di386 -DUSING_APPLEREMOTE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/nobackup/test/.osx-packager/build\" -DLIBDIR=\"/nobackup/test/.osx-packager/build/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT -I/nobackup/test/.osx-packager/src/qt-mac-free-3.3.6/mkspecs/default -I. -I.. -I../.. -I../libavutil -I/nobackup/test/.osx-packager/src/qt-mac-free-3.3.6/include -o utils.o utils.c

{standard input}:7813:Invalid mnemonic 'emms'

{standard input}:7895:Invalid mnemonic 'emms'

make[2]: *** [utils.o] Error 1

make[1]: *** [sub-libavcodec] Error 2

make: *** [sub-libs] Error 2

[osx-pkg] Failed system call: " /usr/bin/make  " with error code 2

Died at ./osx-packager.pl line 906.




More information about the mythtv-dev mailing list