<div dir="ltr"><div><div><div><div>Hello JYA , that does seem odd to me too . Here is the packager I am using :<br><br>192-168-1-241:mythtv user$ head -n 50 <a href="http://osx-packager-qtsdk.pl">osx-packager-qtsdk.pl</a><br>
#!/usr/bin/perl<br><br>### = file<br>### <a href="http://osx-packager-qtsdk.pl">osx-packager-qtsdk.pl</a><br>###<br>### = revision<br>### 2.0<br>####<br>### Copyright (c) 2012 Jean-Yves Avenard<br>### based on <a href="http://osx-packager.pl">osx-packager.pl</a> by by Jeremiah Morris &lt;<a href="mailto:jm@whpress.com">jm@whpress.com</a>&gt;<br>
###<br>### = location<br>### <a href="https://github.com/MythTV/packaging//OSX/build/osx-packager-qtsdk.pl">https://github.com/MythTV/packaging//OSX/build/osx-packager-qtsdk.pl</a><br>###<br>### = description<br>### Tool for automating frontend builds on Mac OS X.<br>
### Run &quot;<a href="http://osx-packager.pl">osx-packager.pl</a> -man&quot; for full documentation.<br><br>use strict;<br>use Getopt::Long qw(:config auto_abbrev);<br>use Pod::Usage ();<br>use Cwd ();<br>use File::Temp qw/ tempfile tempdir /;<br>
....<br><pre>our %build_profile = (<br>  &#39;master&#39;<br>   =&gt; [<br>    &#39;branch&#39; =&gt; &#39;master&#39;,<br>    &#39;mythtv&#39;<br>    =&gt; [<br>        &#39;ccache&#39;,<br>        &#39;libtool&#39;,<br>
        &#39;pkgconfig&#39;,<br>        &#39;dvdcss&#39;,<br>        &#39;freetype&#39;,<br>        &#39;lame&#39;,<br>        &#39;cmake&#39;,<br>        &#39;mysqlclient&#39;,<br>        #&#39;dbus&#39;,<br>        &#39;qt&#39;,<br>
        &#39;yasm&#39;,<br>        &#39;liberation-sans&#39;,<br>        &#39;firewiresdk&#39;,<br>        &#39;libtool&#39;,<br>        &#39;autoconf&#39;,<br>        &#39;automake&#39;,<br>        &#39;taglib&#39;,<br>       ],<br>
    &#39;mythplugins&#39;<br>    =&gt; [<br>        &#39;exif&#39;,<br></pre><br></div>And I am running the command as suggested :<br><br>./<a href="http://osx-packager-qtsdk.pl">osx-packager-qtsdk.pl</a> -verbose -qtsrc 4.8.5 -gcc -nosysroot<br>
<br></div>The script was downloaded from as suggested :<br><br><a href="https://github.com/MythTV/packaging/blob/master/OSX/build/osx-packager-qtsdk.pl">https://github.com/MythTV/packaging/blob/master/OSX/build/osx-packager-qtsdk.pl</a><br>
<br></div>Is there perhaps another script , which has the 27 fixes defined under &quot;branch&quot;, because that would suit me better ( not ready yet to take plunge into .28 ) . Appreciate all the help greatly .<br><br></div>
Milorad<br><div><div><br><div><br><br></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Oct 12, 2013 at 12:41 PM, Jean-Yves Avenard <span dir="ltr">&lt;<a href="mailto:jyavenard@gmail.com" target="_blank">jyavenard@gmail.com</a>&gt;</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 10:50, OM Ugarcina &lt;<a href="mailto:mo.ucina@gmail.com">mo.ucina@gmail.com</a>&gt; wrote:<br>

&gt; --disable-lirc --disable-distcc --python=/usr/bin/python2.6<br>
&gt; --prefix=/Users/user/Downloads/mythtv/.osx-packager/build<br>
&gt; --cc=/Developer/usr/bin/gcc --cxx=/Developer/usr/bin/g++<br>
&gt; --qmake=/Users/user/Downloads/mythtv/.osx-packager/build/bin/qmake<br>
&gt; --extra-libs=-F/Users/user/Downloads/mythtv/.osx-packager/build/lib<br>
&gt; --firewire-sdk=/Users/user/Downloads/mythtv/.osx-packager/build/lib<br>
&gt; --disable-mythlogserver<br>
&gt; ERROR! You must have the Exiv2 image tag reader library installed to compile<br>
&gt; MythTV.<br>
<br>
</div>the you are either (or both), not building the fixes/0.27 branch and<br>
are building master. And/or you aren&#39;t using the <a href="http://osx-packager-qtsdk.pl" target="_blank">osx-packager-qtsdk.pl</a><br>
from the master branch.<br>
<br>
exiv2 is a requirements that was added to master a couple of weeks ago<br>
(for the new mythgallery) and the packager script got updated too for<br>
that dependency...<br>
<br>
if you want to build fixes/0.27 use the fixes/0.27 or master branch of<br>
the OSX builder<br>
if you want to build mythtv master (0.28) then you must use the OSX<br>
builder from the master branch<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>