<div dir="ltr"><div>Ok , further update , All dependencies build and installed , now turn for mythtv . Mythtv failed compilation at config stage with this error :<br><br>osx-pkg] CFLAGS = -arch ppc -D_USING_105SDK=1 -mmacosx-version-min=10.5 -I/Users/user/Downloads/mythtv/.osx-packager/build/include -I/Users/user/Downloads/mythtv/.osx-packager/build/mysql<br>
[osx-pkg] CXXFLAGS = -arch ppc -D_USING_105SDK=1 -mmacosx-version-min=10.5 -I/Users/user/Downloads/mythtv/.osx-packager/build/include -I/Users/user/Downloads/mythtv/.osx-packager/build/mysql<br>[osx-pkg] LDFLAGS = -arch ppc -mmacosx-version-min=10.5 -L/Users/user/Downloads/mythtv/.osx-packager/build/lib -F/Users/user/Downloads/mythtv/.osx-packager/build/lib<br>
[osx-pkg] Cleaning mythtv for ppc<br>[osx-pkg] /usr/bin/make distclean<br>Makefile:1: config.mak: No such file or directory<br>Makefile:34: *** run configure to create config.mak. Stop.<br>[osx-pkg] Failed system call: " /usr/bin/make distclean " with error code 2<br>
[osx-pkg] Configuring mythtv for ppc<br>[osx-pkg] ./configure --runprefix=../Resources --enable-libmp3lame --disable-lirc --disable-distcc --python=/usr/bin/python2.6 --prefix=/Users/user/Downloads/mythtv/.osx-packager/build --cc=/Developer/usr/bin/gcc --cxx=/Developer/usr/bin/g++ --qmake=/Users/user/Downloads/mythtv/.osx-packager/build/bin/qmake --extra-libs=-F/Users/user/Downloads/mythtv/.osx-packager/build/lib --firewire-sdk=/Users/user/Downloads/mythtv/.osx-packager/build/lib --disable-mythlogserver<br>
ERROR! You must have the Exiv2 image tag reader library installed to compile MythTV.<br><br>If you think configure made a mistake, make sure that you are using the latest<br>version of MythTV from git. If the latest version fails, report the problem to the<br>
<a href="mailto:mythtv-dev@mythtv.org">mythtv-dev@mythtv.org</a> mailing list or IRC #mythtv on <a href="http://irc.freenode.net">irc.freenode.net</a><br>Include the log file "config.ep" produced by configure as this will help<br>
solving the problem.<br>[osx-pkg] Failed system call: " ./configure --runprefix=../Resources --enable-libmp3lame --disable-lirc --disable-distcc --python=/usr/bin/python2.6 --prefix=/Users/user/Downloads/mythtv/.osx-packager/build --cc=/Developer/usr/bin/gcc --cxx=/Developer/usr/bin/g++ --qmake=/Users/user/Downloads/mythtv/.osx-packager/build/bin/qmake --extra-libs=-F/Users/user/Downloads/mythtv/.osx-packager/build/lib --firewire-sdk=/Users/user/Downloads/mythtv/.osx-packager/build/lib --disable-mythlogserver " with error code 1<br>
Died at ./<a href="http://osx-packager-qtsdk.pl">osx-packager-qtsdk.pl</a> line 1670.<br><br></div>Looking at the config.ep we get :<br><br>check_lib2 lame/lame.h lame_init -lmp3lame -lm<br>check_func_headers lame/lame.h lame_init -lmp3lame -lm<br>
check_ld cc -lmp3lame -lm<br>check_cc<br>BEGIN /var/folders/sL/sLOBDi2jH2mkaDoFCqemJ++++TI/-Tmp-//mythtv_conf.lNdqwBbt.c<br> 1 #include <lame/lame.h><br> 2 long check_lame_init(void) { return (long) lame_init; }<br>
3 int main(void) { return 0; }<br>END /var/folders/sL/sLOBDi2jH2mkaDoFCqemJ++++TI/-Tmp-//mythtv_conf.lNdqwBbt.c<br>ccache /Developer/usr/bin/gcc -arch ppc -D_USING_105SDK=1 -mmacosx-version-min=10.5 -I/Users/user/Downloads/mythtv/.osx-packager/build/include -I/Users/user/Downloads/mythtv/.osx-packager/build/mysql -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_DARWIN_C_SOURCE -DPIC -arch ppc -D_USING_105SDK=1 -mmacosx-version-min=10.5 -I/Users/user/Downloads/mythtv/.osx-packager/build/include -I/Users/user/Downloads/mythtv/.osx-packager/build/mysql -std=c99 -DNDEBUG -fomit-frame-pointer -fPIC -maltivec -mabi=altivec -g -Wall -Wno-parentheses -Wno-format-zero-length -Wdisabled-optimization -Wpointer-arith -Wno-pointer-sign -Wwrite-strings -Wundef -Wno-pointer-to-int-cast -Wstrict-prototypes -O3 -fno-math-errno -c -o /var/folders/sL/sLOBDi2jH2mkaDoFCqemJ++++TI/-Tmp-//mythtv_conf.q54PvmWO.o /var/folders/sL/sLOBDi2jH2mkaDoFCqemJ++++TI/-Tmp-//mythtv_conf.lNdqwBbt.c<br>
/Developer/usr/bin/gcc -arch ppc -mmacosx-version-min=10.5 -L/Users/user/Downloads/mythtv/.osx-packager/build/lib -F/Users/user/Downloads/mythtv/.osx-packager/build/lib -Wl,-dynamic,-search_paths_first -o /var/folders/sL/sLOBDi2jH2mkaDoFCqemJ++++TI/-Tmp-//mythtv_conf.tQUomp3d /var/folders/sL/sLOBDi2jH2mkaDoFCqemJ++++TI/-Tmp-//mythtv_conf.q54PvmWO.o -lmp3lame -lm -liconv -L/Users/user/Downloads/mythtv/.osx-packager/build/lib -lfreetype -lz -lbz2 -lmp3lame -lm -lbz2 -lz -F/Users/user/Downloads/mythtv/.osx-packager/build/lib<br>
ERROR! You must have the Exiv2 image tag reader library installed to compile MythTV.<br>192-168-1-241:mythtv user$ <br><br><div><br></div><div>Looks like a missing dependency "Exiv2" , any ideas where it comes from ?<br>
<br></div><div>Milorad<br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Oct 12, 2013 at 8:14 AM, Jean-Yves Avenard <span dir="ltr"><<a href="mailto:jyavenard@gmail.com" target="_blank">jyavenard@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 12 October 2013 07:49, OM Ugarcina <<a href="mailto:mo.ucina@gmail.com">mo.ucina@gmail.com</a>> wrote:<br>
> Hello Guys,<br>
><br>
> After a bit of searching found that two files needed patching . Patched them<br>
> for ppc support per :<br>
> - Apply patches in :<br>
> <a href="http://trac.macports.org/browser/trunk/dports/aqua/qt4-mac/files/patch-src_3rdparty_webkit_Source_WebKit_qt_QtWebKit.pro.diff?rev=96486" target="_blank">http://trac.macports.org/browser/trunk/dports/aqua/qt4-mac/files/patch-src_3rdparty_webkit_Source_WebKit_qt_QtWebKit.pro.diff?rev=96486</a><br>
> - Apply patch in :<br>
> <a href="http://trac.macports.org/browser/trunk/dports/aqua/qt4-mac/files/patch-src_3rdparty_webkit_Source_WebCore_WebCore.pro.diff?rev=96486" target="_blank">http://trac.macports.org/browser/trunk/dports/aqua/qt4-mac/files/patch-src_3rdparty_webkit_Source_WebCore_WebCore.pro.diff?rev=96486</a><br>
> Re started the script , and qt finished ok . Onwards we go again .<br>
<br>
</div>I was about to suggest you use Qt 4.7 which I know compile on ppc<br>
10.5... but it's good you figured it out..<br>
<br>
webkit has always been a pain to compile and most of the times any<br>
issues compiling qt is actually in web kit.<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br></div>