1 | [osx-pkg] /usr/bin/hostinfo | grep 'processors$'
|
---|
2 | [osx-pkg] Using 8 parallel CPUs
|
---|
3 | [osx-pkg] Including components: mythtv myththemes mythplugins
|
---|
4 | [osx-pkg] Using previously downloaded freetype
|
---|
5 | [osx-pkg] Using previously unpacked freetype
|
---|
6 | [osx-pkg] Using previously configured freetype
|
---|
7 | [osx-pkg] Using previously built freetype
|
---|
8 | [osx-pkg] Using previously downloaded lame
|
---|
9 | [osx-pkg] Using previously unpacked lame
|
---|
10 | [osx-pkg] Using previously configured lame
|
---|
11 | [osx-pkg] Using previously built lame
|
---|
12 | [osx-pkg] Using previously downloaded mysqlclient
|
---|
13 | [osx-pkg] Using previously unpacked mysqlclient
|
---|
14 | [osx-pkg] Using previously configured mysqlclient
|
---|
15 | [osx-pkg] Using previously built mysqlclient
|
---|
16 | [osx-pkg] Using previously downloaded qt-mt
|
---|
17 | [osx-pkg] Using previously unpacked qt-mt
|
---|
18 | [osx-pkg] Using previously configured qt-mt
|
---|
19 | [osx-pkg] Using previously built qt-mt
|
---|
20 | [osx-pkg] Using previously downloaded tiff
|
---|
21 | [osx-pkg] Using previously unpacked tiff
|
---|
22 | [osx-pkg] Using previously configured tiff
|
---|
23 | [osx-pkg] Using previously built tiff
|
---|
24 | [osx-pkg] Using previously downloaded exif
|
---|
25 | [osx-pkg] Using previously unpacked exif
|
---|
26 | [osx-pkg] Using previously configured exif
|
---|
27 | [osx-pkg] Using previously built exif
|
---|
28 | [osx-pkg] Using previously downloaded dvdcss
|
---|
29 | [osx-pkg] Using previously unpacked dvdcss
|
---|
30 | [osx-pkg] Using previously configured dvdcss
|
---|
31 | [osx-pkg] Using previously built dvdcss
|
---|
32 | [osx-pkg] Using previously downloaded libmad
|
---|
33 | [osx-pkg] Using previously unpacked libmad
|
---|
34 | [osx-pkg] Using previously configured libmad
|
---|
35 | [osx-pkg] Using previously built libmad
|
---|
36 | [osx-pkg] Using previously downloaded taglib
|
---|
37 | [osx-pkg] Using previously unpacked taglib
|
---|
38 | [osx-pkg] Using previously configured taglib
|
---|
39 | [osx-pkg] Using previously built taglib
|
---|
40 | [osx-pkg] Using previously downloaded libogg
|
---|
41 | [osx-pkg] Using previously unpacked libogg
|
---|
42 | [osx-pkg] Using previously configured libogg
|
---|
43 | [osx-pkg] Using previously built libogg
|
---|
44 | [osx-pkg] Using previously downloaded vorbis
|
---|
45 | [osx-pkg] Using previously unpacked vorbis
|
---|
46 | [osx-pkg] Using previously configured vorbis
|
---|
47 | [osx-pkg] Using previously built vorbis
|
---|
48 | [osx-pkg] Using previously downloaded flac
|
---|
49 | [osx-pkg] Using previously unpacked flac
|
---|
50 | [osx-pkg] Using previously configured flac
|
---|
51 | [osx-pkg] Using previously built flac
|
---|
52 | [osx-pkg] Cleaning previous installs of MythTV
|
---|
53 | [osx-pkg] /usr/bin/svn log http://svn.mythtv.org/svn/ --revision HEAD --xml | grep revision
|
---|
54 | [osx-pkg] rm -fr /Users/jad/myth/OSX/.osx-packager/src/myth-svn/mythtv/config
|
---|
55 | [osx-pkg] Checking out source code
|
---|
56 | [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
|
---|
57 | A /Users/jad/myth/OSX/.osx-packager/src/myth-svn/mythtv/config
|
---|
58 | Checked out revision 16376.
|
---|
59 | Checked out revision 16376.
|
---|
60 | Checked out revision 16376.
|
---|
61 | [osx-pkg] Cleaning MythTV makefiles containing PREFIX
|
---|
62 | [osx-pkg] find . -name Makefile -exec egrep -q PREFIX {} ; -delete
|
---|
63 | [osx-pkg] echo 'Index: libs/libmythui/mythmainwindow.cpp
|
---|
64 | ===================================================================
|
---|
65 | --- libs/libmythui/mythmainwindow.cpp (revision 12154)
|
---|
66 | +++ libs/libmythui/mythmainwindow.cpp (working copy)
|
---|
67 | @@ -1094,6 +1094,10 @@
|
---|
68 | {
|
---|
69 | QKeyEvent *ke = dynamic_cast<QKeyEvent*>(e);
|
---|
70 |
|
---|
71 | + // Work around weird GCC run-time bug. Only manifest on Mac OS X
|
---|
72 | + if (!ke)
|
---|
73 | + ke = (QKeyEvent *)e;
|
---|
74 | +
|
---|
75 | if (currentWidget())
|
---|
76 | {
|
---|
77 | ke->accept();
|
---|
78 | ' | patch -p0 --forward
|
---|
79 | patching file libs/libmythui/mythmainwindow.cpp
|
---|
80 | Reversed (or previously applied) patch detected! Skipping patch.
|
---|
81 | 1 out of 1 hunk ignored -- saving rejects to file libs/libmythui/mythmainwindow.cpp.rej
|
---|
82 | [osx-pkg] Failed system call: " echo 'Index: libs/libmythui/mythmainwindow.cpp
|
---|
83 | ===================================================================
|
---|
84 | --- libs/libmythui/mythmainwindow.cpp (revision 12154)
|
---|
85 | +++ libs/libmythui/mythmainwindow.cpp (working copy)
|
---|
86 | @@ -1094,6 +1094,10 @@
|
---|
87 | {
|
---|
88 | QKeyEvent *ke = dynamic_cast<QKeyEvent*>(e);
|
---|
89 |
|
---|
90 | + // Work around weird GCC run-time bug. Only manifest on Mac OS X
|
---|
91 | + if (!ke)
|
---|
92 | + ke = (QKeyEvent *)e;
|
---|
93 | +
|
---|
94 | if (currentWidget())
|
---|
95 | {
|
---|
96 | ke->accept();
|
---|
97 | ' | patch -p0 --forward " with error code 1
|
---|
98 | [osx-pkg] Configuring mythtv
|
---|
99 | [osx-pkg] ./configure --prefix=/Users/jad/myth/OSX/.osx-packager/build --disable-distcc
|
---|
100 | cat: /proc/cpuinfo: No such file or directory
|
---|
101 | cat: /proc/cpuinfo: No such file or directory
|
---|
102 |
|
---|
103 | *** WARNING ***
|
---|
104 | Your CPU was not detected properly:
|
---|
105 | uname -m: i386
|
---|
106 | uname -p: i386
|
---|
107 |
|
---|
108 |
|
---|
109 |
|
---|
110 | If you are using a recent checkout from
|
---|
111 | http://svn.mythtv.org/svn/trunk/mythtv
|
---|
112 | please e-mail the above to mythtv-users@mythtv.org
|
---|
113 | With the subject "configure did not detect my cpu"
|
---|
114 |
|
---|
115 | Firewire being disabled. /Developer/FireWireSDK* missing
|
---|
116 | # Basic Settings
|
---|
117 | Compile type release
|
---|
118 | Compiler cache no
|
---|
119 | DistCC no
|
---|
120 | install prefix /Users/jad/myth/OSX/.osx-packager/build
|
---|
121 | CPU x86_32 (Intel(R) Xeon(R) CPU E5462 @ 2.80GHz)
|
---|
122 | big-endian no
|
---|
123 | MMX enabled no
|
---|
124 | CMOV enabled yes
|
---|
125 | CMOV is fast no
|
---|
126 |
|
---|
127 | # Input Support
|
---|
128 | Joystick menu default
|
---|
129 | lirc support no
|
---|
130 | Apple Remote yes
|
---|
131 | Video4Linux sup. no
|
---|
132 | ivtv support no
|
---|
133 | FireWire support no
|
---|
134 | DVB support no [/usr/include]
|
---|
135 | DBox2 support yes
|
---|
136 | HDHomeRun support yes
|
---|
137 | IPTV support yes
|
---|
138 |
|
---|
139 | # Sound Output Support
|
---|
140 | OSS support no
|
---|
141 | ALSA support no
|
---|
142 | aRts support no
|
---|
143 | JACK support no
|
---|
144 | libfftw3 support no
|
---|
145 |
|
---|
146 | # Video Output Support
|
---|
147 | x11 support no
|
---|
148 | xrandr support no
|
---|
149 | xv support no
|
---|
150 | XvMC support no
|
---|
151 | XvMC VLD support no
|
---|
152 | XvMC pro support no
|
---|
153 | XvMC OpenGL sup. no
|
---|
154 | XvMC libs -lXvMCW
|
---|
155 | OpenGL video no
|
---|
156 | Mac acceleration no
|
---|
157 | OpenGL vsync no
|
---|
158 | DirectFB no
|
---|
159 | Fribidi formatting no
|
---|
160 |
|
---|
161 | # Misc Features
|
---|
162 | multi threaded libavcodec yes
|
---|
163 | Frontend yes
|
---|
164 | Backend yes
|
---|
165 |
|
---|
166 | # Bindings
|
---|
167 | bindings_perl yes
|
---|
168 | bindings_python yes
|
---|
169 |
|
---|
170 | Creating libs/libmyth/mythconfig.h and libs/libmyth/mythconfig.mak
|
---|
171 |
|
---|
172 | WARNING: When using --enable-proc-opt you must include the
|
---|
173 | output of ./configure along with any bug report.
|
---|
174 |
|
---|
175 | libs/libmyth/mythconfig.h is unchanged
|
---|
176 | [osx-pkg] Running qmake for mythtv
|
---|
177 | [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
|
---|
178 | [osx-pkg] Removing Nigel's hacks from file programs/programs.pro
|
---|
179 | [osx-pkg] Making mythtv
|
---|
180 | [osx-pkg] /usr/bin/make -j8
|
---|
181 | 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
|
---|
182 | 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
|
---|
183 | 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
|
---|
184 | 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
|
---|
185 | 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
|
---|
186 | 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
|
---|
187 | cd libs && /usr/bin/make -f Makefile
|
---|
188 | 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
|
---|
189 | 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
|
---|
190 | 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
|
---|
191 | 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
|
---|
192 | 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
|
---|
193 | 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
|
---|
194 | 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
|
---|
195 | 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
|
---|
196 | 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
|
---|
197 | 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
|
---|
198 | 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
|
---|
199 | 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
|
---|
200 | 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
|
---|
201 | 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
|
---|
202 | cd libavutil && /usr/bin/make -f Makefile
|
---|
203 | make[2]: Nothing to be done for `first'.
|
---|
204 | cd libavcodec && /usr/bin/make -f Makefile
|
---|
205 | make[2]: Nothing to be done for `first'.
|
---|
206 | cd libavformat && /usr/bin/make -f Makefile
|
---|
207 | make[2]: Nothing to be done for `first'.
|
---|
208 | cd libmythsamplerate && /usr/bin/make -f Makefile
|
---|
209 | make[2]: Nothing to be done for `first'.
|
---|
210 | cd libmythsoundtouch && /usr/bin/make -f Makefile
|
---|
211 | make[2]: Nothing to be done for `first'.
|
---|
212 | cd libmythmpeg2 && /usr/bin/make -f Makefile
|
---|
213 | make[2]: Nothing to be done for `first'.
|
---|
214 | cd libmythdvdnav && /usr/bin/make -f Makefile
|
---|
215 | make[2]: Nothing to be done for `first'.
|
---|
216 | cd libmythfreesurround && /usr/bin/make -f Makefile
|
---|
217 | make[2]: Nothing to be done for `first'.
|
---|
218 | cd libmythupnp && /usr/bin/make -f Makefile
|
---|
219 | 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"
|
---|
220 | cd libmythui && /usr/bin/make -f Makefile
|
---|
221 | 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
|
---|
222 | In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:29,
|
---|
223 | from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverServices.h:32,
|
---|
224 | from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:125,
|
---|
225 | from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20,
|
---|
226 | from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21,
|
---|
227 | from /System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:20,
|
---|
228 | from /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/Menus.h:20,
|
---|
229 | from mythmainwindow.cpp:15:
|
---|
230 | /usr/lib/gcc/i686-apple-darwin9/4.0.1/include/xmmintrin.h:35:3: error: #error "SSE instruction set not enabled"
|
---|
231 | /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:216: error: â__m128â does not name a type
|
---|
232 | /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:217: error: â__m128iâ does not name a type
|
---|
233 | /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:218: error: â__m128dâ does not name a type
|
---|
234 | make[2]: *** [mythmainwindow.o] Error 1
|
---|
235 | make[1]: *** [sub-libmythui] Error 2
|
---|
236 | make: *** [sub-libs] Error 2
|
---|
237 | [osx-pkg] Failed system call: " /usr/bin/make -j8 " with error code 2
|
---|
238 | Died at ./osx-packager.pl line 1004.
|
---|