[osx-pkg] /usr/bin/hostinfo | grep 'processors$'
[osx-pkg] Using 8 parallel CPUs
[osx-pkg] Including components: mythtv myththemes mythplugins
[osx-pkg] Using previously downloaded freetype
[osx-pkg] Using previously unpacked freetype
[osx-pkg] Using previously configured freetype
[osx-pkg] Using previously built freetype
[osx-pkg] Using previously downloaded lame
[osx-pkg] Using previously unpacked lame
[osx-pkg] Using previously configured lame
[osx-pkg] Using previously built lame
[osx-pkg] Using previously downloaded mysqlclient
[osx-pkg] Using previously unpacked mysqlclient
[osx-pkg] Using previously configured mysqlclient
[osx-pkg] Using previously built mysqlclient
[osx-pkg] Using previously downloaded qt-mt
[osx-pkg] Using previously unpacked qt-mt
[osx-pkg] Using previously configured qt-mt
[osx-pkg] Using previously built qt-mt
[osx-pkg] Using previously downloaded tiff
[osx-pkg] Using previously unpacked tiff
[osx-pkg] Using previously configured tiff
[osx-pkg] Using previously built tiff
[osx-pkg] Using previously downloaded exif
[osx-pkg] Using previously unpacked exif
[osx-pkg] Using previously configured exif
[osx-pkg] Using previously built exif
[osx-pkg] Using previously downloaded dvdcss
[osx-pkg] Using previously unpacked dvdcss
[osx-pkg] Using previously configured dvdcss
[osx-pkg] Using previously built dvdcss
[osx-pkg] Using previously downloaded libmad
[osx-pkg] Using previously unpacked libmad
[osx-pkg] Using previously configured libmad
[osx-pkg] Using previously built libmad
[osx-pkg] Using previously downloaded taglib
[osx-pkg] Using previously unpacked taglib
[osx-pkg] Using previously configured taglib
[osx-pkg] Using previously built taglib
[osx-pkg] Using previously downloaded libogg
[osx-pkg] Using previously unpacked libogg
[osx-pkg] Using previously configured libogg
[osx-pkg] Using previously built libogg
[osx-pkg] Using previously downloaded vorbis
[osx-pkg] Using previously unpacked vorbis
[osx-pkg] Using previously configured vorbis
[osx-pkg] Using previously built vorbis
[osx-pkg] Using previously downloaded flac
[osx-pkg] Using previously unpacked flac
[osx-pkg] Using previously configured flac
[osx-pkg] Using previously built flac
[osx-pkg] Cleaning previous installs of MythTV
[osx-pkg] /usr/bin/svn log http://svn.mythtv.org/svn/ --revision HEAD --xml | grep revision
[osx-pkg] rm -fr /Users/jad/myth/OSX/.osx-packager/src/myth-svn/mythtv/config
[osx-pkg] Checking out source code
[osx-pkg] /usr/bin/svn co --revision 16376 http://svn.mythtv.org/svn/trunk/mythtv http://svn.mythtv.org/svn/trunk/myththemes http://svn.mythtv.org/svn/trunk/mythplugins /Users/jad/myth/OSX/.osx-packager/src/myth-svn
A    /Users/jad/myth/OSX/.osx-packager/src/myth-svn/mythtv/config
Checked out revision 16376.
Checked out revision 16376.
Checked out revision 16376.
[osx-pkg] Cleaning MythTV makefiles containing PREFIX
[osx-pkg] find . -name Makefile -exec egrep -q PREFIX {} ; -delete
[osx-pkg] echo 'Index: libs/libmythui/mythmainwindow.cpp
===================================================================
--- libs/libmythui/mythmainwindow.cpp  (revision 12154)
+++ libs/libmythui/mythmainwindow.cpp  (working copy)
@@ -1094,6 +1094,10 @@
         {
             QKeyEvent *ke = dynamic_cast<QKeyEvent*>(e);
 
+            // Work around weird GCC run-time bug. Only manifest on Mac OS X
+            if (!ke)
+                ke = (QKeyEvent *)e;
+
             if (currentWidget())
             {
                 ke->accept();
' | patch -p0 --forward
patching file libs/libmythui/mythmainwindow.cpp
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file libs/libmythui/mythmainwindow.cpp.rej
[osx-pkg] Failed system call: " echo 'Index: libs/libmythui/mythmainwindow.cpp
===================================================================
--- libs/libmythui/mythmainwindow.cpp  (revision 12154)
+++ libs/libmythui/mythmainwindow.cpp  (working copy)
@@ -1094,6 +1094,10 @@
         {
             QKeyEvent *ke = dynamic_cast<QKeyEvent*>(e);
 
+            // Work around weird GCC run-time bug. Only manifest on Mac OS X
+            if (!ke)
+                ke = (QKeyEvent *)e;
+
             if (currentWidget())
             {
                 ke->accept();
' | patch -p0 --forward " with error code 1
[osx-pkg] Configuring mythtv
[osx-pkg] ./configure --prefix=/Users/jad/myth/OSX/.osx-packager/build --disable-distcc
cat: /proc/cpuinfo: No such file or directory
cat: /proc/cpuinfo: No such file or directory

 *** WARNING *** 
 Your CPU was not detected properly:
   uname -m: i386
   uname -p: i386
 
      

 If you are using a recent checkout from 
   http://svn.mythtv.org/svn/trunk/mythtv 
 please e-mail the above to mythtv-users@mythtv.org
 With the subject "configure did not detect my cpu"

Firewire being disabled. /Developer/FireWireSDK* missing
# Basic Settings
Compile type              release
Compiler cache            no
DistCC                    no
install prefix            /Users/jad/myth/OSX/.osx-packager/build
CPU                       x86_32 (Intel(R) Xeon(R) CPU           E5462  @ 2.80GHz)
big-endian                no
MMX enabled               no
CMOV enabled              yes
CMOV is fast              no

# Input Support
Joystick menu             default
lirc support              no
Apple Remote              yes
Video4Linux sup.          no
ivtv support              no
FireWire support          no
DVB support               no [/usr/include]
DBox2 support             yes
HDHomeRun support         yes
IPTV support              yes

# Sound Output Support
OSS support               no
ALSA support              no
aRts support              no
JACK support              no
libfftw3 support          no

# Video Output Support
x11 support               no
xrandr support            no
xv support                no
XvMC support              no
XvMC VLD support          no
XvMC pro support          no
XvMC OpenGL sup.          no
XvMC libs                 -lXvMCW
OpenGL video              no
Mac acceleration          no
OpenGL vsync              no
DirectFB                  no
Fribidi formatting        no

# Misc Features
multi threaded libavcodec yes
Frontend                  yes
Backend                   yes

# Bindings
bindings_perl             yes
bindings_python           yes

Creating libs/libmyth/mythconfig.h and libs/libmyth/mythconfig.mak

WARNING: When using --enable-proc-opt you must include the 
         output of ./configure along with any bug report.

libs/libmyth/mythconfig.h is unchanged
[osx-pkg] Running qmake for mythtv
[osx-pkg] /Users/jad/myth/OSX/.osx-packager/build/bin/qmake PREFIX=../Resources QMAKE_LFLAGS+=-Wl,-search_paths_first INCLUDEPATH+="/Users/jad/myth/OSX/.osx-packager/build/include" LIBS+=-L/usr/lib -L"/Users/jad/myth/OSX/.osx-packager/build/lib" mythtv.pro
[osx-pkg] Removing Nigel's hacks from file programs/programs.pro
[osx-pkg] Making mythtv
[osx-pkg] /usr/bin/make -j8
cd libs && qmake libs.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+="/Users/jad/myth/OSX/.osx-packager/build/include"" "LIBS+=-L/usr/lib -L"/Users/jad/myth/OSX/.osx-packager/build/lib"" -o Makefile
cd filters && qmake filters.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+="/Users/jad/myth/OSX/.osx-packager/build/include"" "LIBS+=-L/usr/lib -L"/Users/jad/myth/OSX/.osx-packager/build/lib"" -o Makefile
cd i18n && qmake i18n.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+="/Users/jad/myth/OSX/.osx-packager/build/include"" "LIBS+=-L/usr/lib -L"/Users/jad/myth/OSX/.osx-packager/build/lib"" -o Makefile
cd themes && qmake themes.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+="/Users/jad/myth/OSX/.osx-packager/build/include"" "LIBS+=-L/usr/lib -L"/Users/jad/myth/OSX/.osx-packager/build/lib"" -o Makefile
cd bindings && qmake bindings.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+="/Users/jad/myth/OSX/.osx-packager/build/include"" "LIBS+=-L/usr/lib -L"/Users/jad/myth/OSX/.osx-packager/build/lib"" -o Makefile
cd programs && qmake programs.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+="/Users/jad/myth/OSX/.osx-packager/build/include"" "LIBS+=-L/usr/lib -L"/Users/jad/myth/OSX/.osx-packager/build/lib"" -o Makefile
cd libs && /usr/bin/make -f Makefile
cd libavutil && qmake libavutil.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+=/Users/jad/myth/OSX/.osx-packager/build/include" "LIBS+=-L/usr/lib -L/Users/jad/myth/OSX/.osx-packager/build/lib" -o Makefile
cd libavcodec && qmake libavcodec.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+=/Users/jad/myth/OSX/.osx-packager/build/include" "LIBS+=-L/usr/lib -L/Users/jad/myth/OSX/.osx-packager/build/lib" -o Makefile
cd libavformat && qmake libavformat.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+=/Users/jad/myth/OSX/.osx-packager/build/include" "LIBS+=-L/usr/lib -L/Users/jad/myth/OSX/.osx-packager/build/lib" -o Makefile
cd libmythsoundtouch && qmake libmythsoundtouch.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+=/Users/jad/myth/OSX/.osx-packager/build/include" "LIBS+=-L/usr/lib -L/Users/jad/myth/OSX/.osx-packager/build/lib" -o Makefile
cd libmythsamplerate && qmake libmythsamplerate.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+=/Users/jad/myth/OSX/.osx-packager/build/include" "LIBS+=-L/usr/lib -L/Users/jad/myth/OSX/.osx-packager/build/lib" -o Makefile
cd libmythmpeg2 && qmake libmythmpeg2.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+=/Users/jad/myth/OSX/.osx-packager/build/include" "LIBS+=-L/usr/lib -L/Users/jad/myth/OSX/.osx-packager/build/lib" -o Makefile
cd libmythfreesurround && qmake libmythfreesurround.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+=/Users/jad/myth/OSX/.osx-packager/build/include" "LIBS+=-L/usr/lib -L/Users/jad/myth/OSX/.osx-packager/build/lib" -o Makefile
cd libmythdvdnav && qmake libmythdvdnav.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+=/Users/jad/myth/OSX/.osx-packager/build/include" "LIBS+=-L/usr/lib -L/Users/jad/myth/OSX/.osx-packager/build/lib" -o Makefile
cd libmythupnp && qmake libmythupnp.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+=/Users/jad/myth/OSX/.osx-packager/build/include" "LIBS+=-L/usr/lib -L/Users/jad/myth/OSX/.osx-packager/build/lib" -o Makefile
cd libmythui && qmake libmythui.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+=/Users/jad/myth/OSX/.osx-packager/build/include" "LIBS+=-L/usr/lib -L/Users/jad/myth/OSX/.osx-packager/build/lib" -o Makefile
cd libmyth && qmake libmyth.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+=/Users/jad/myth/OSX/.osx-packager/build/include" "LIBS+=-L/usr/lib -L/Users/jad/myth/OSX/.osx-packager/build/lib" -o Makefile
cd libmythfreemheg && qmake libmythfreemheg.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+=/Users/jad/myth/OSX/.osx-packager/build/include" "LIBS+=-L/usr/lib -L/Users/jad/myth/OSX/.osx-packager/build/lib" -o Makefile
cd libmythlivemedia && qmake libmythlivemedia.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+=/Users/jad/myth/OSX/.osx-packager/build/include" "LIBS+=-L/usr/lib -L/Users/jad/myth/OSX/.osx-packager/build/lib" -o Makefile
cd libmythtv && qmake libmythtv.pro "PREFIX=../Resources" "QMAKE_LFLAGS+=-Wl,-search_paths_first" "INCLUDEPATH+=/Users/jad/myth/OSX/.osx-packager/build/include" "LIBS+=-L/usr/lib -L/Users/jad/myth/OSX/.osx-packager/build/lib" -o Makefile
cd libavutil && /usr/bin/make -f Makefile
make[2]: Nothing to be done for `first'.
cd libavcodec && /usr/bin/make -f Makefile
make[2]: Nothing to be done for `first'.
cd libavformat && /usr/bin/make -f Makefile
make[2]: Nothing to be done for `first'.
cd libmythsamplerate && /usr/bin/make -f Makefile
make[2]: Nothing to be done for `first'.
cd libmythsoundtouch && /usr/bin/make -f Makefile
make[2]: Nothing to be done for `first'.
cd libmythmpeg2 && /usr/bin/make -f Makefile
make[2]: Nothing to be done for `first'.
cd libmythdvdnav && /usr/bin/make -f Makefile
make[2]: Nothing to be done for `first'.
cd libmythfreesurround && /usr/bin/make -f Makefile
make[2]: Nothing to be done for `first'.
cd libmythupnp && /usr/bin/make -f Makefile
sh -c "echo 'const char *myth_source_version =' '\"'`(svnversion /Users/jad/myth/OSX/.osx-packager/src/myth-svn/mythtv 2>/dev/null) || echo Unknown`'\";' > .vers.new" ; sh -c "echo 'const char *myth_source_path =' '\"'`echo ": http://svn.mythtv.org/svn/trunk/mythtv/version.pro " | sed -e 's,.*/svn/,,' -e 's,/mythtv/version\.pro.*,,'`'\";' >> .vers.new" ; sh -c "echo 'const char *myth_binary_version =' '\""0.21.20080224-1"\";' >> .vers.new" ; sh -c "diff .vers.new version.cpp > .vers.diff 2>&1 ; if test -s .vers.diff ; then mv -f .vers.new version.cpp ; fi ; rm -f .vers.new .vers.diff"
cd libmythui && /usr/bin/make -f Makefile
g++ -c -pipe -march=i386 -fomit-frame-pointer -O3 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -D__STDC_CONSTANT_MACROS -Wno-long-double -F/System/Library/Frameworks/Carbon.framework/Frameworks -DPIC -fPIC  -DUSING_APPLEREMOTE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/Users/jad/myth/OSX/.osx-packager/build\" -DLIBDIR=\"/Users/jad/myth/OSX/.osx-packager/build/lib\" -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT -DQT_NO_DEBUG -I/Users/jad/myth/OSX/.osx-packager/build/mkspecs/default -I. -I../../../../../build/include -I../../../../../build/include -I../libmyth -I../.. -I.. -I/Users/jad/myth/OSX/.osx-packager/build/include -o mythmainwindow.o mythmainwindow.cpp
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:29,
                 from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverServices.h:32,
                 from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:125,
                 from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20,
                 from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21,
                 from /System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:20,
                 from /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/Menus.h:20,
                 from mythmainwindow.cpp:15:
/usr/lib/gcc/i686-apple-darwin9/4.0.1/include/xmmintrin.h:35:3: error: #error "SSE instruction set not enabled"
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:216: error: ‘__m128’ does not name a type
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:217: error: ‘__m128i’ does not name a type
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:218: error: ‘__m128d’ does not name a type
make[2]: *** [mythmainwindow.o] Error 1
make[1]: *** [sub-libmythui] Error 2
make: *** [sub-libs] Error 2
[osx-pkg] Failed system call: " /usr/bin/make -j8 " with error code 2
Died at ./osx-packager.pl line 1004.
