I'm updating all my systems that run myth, no problems with the first two. The last one for some reason is choking on mythtv compile, complaining about python stuff. I don't know what to do to make it work. This is what I'm getting:<div>
<br></div><div><div>$ make</div><div>sh version.sh /usr/src/mythtv</div><div>make -C external/FFmpeg</div><div>make[1]: Entering directory `/usr/src/mythtv/external/FFmpeg'</div><div>make[1]: Nothing to be done for `all'.</div>
<div>make[1]: Leaving directory `/usr/src/mythtv/external/FFmpeg'</div><div>make -C bindings/perl</div><div>make[1]: Entering directory `/usr/src/mythtv/bindings/perl'</div><div>make[2]: Entering directory `/usr/src/mythtv/bindings/perl'</div>
<div>make[2]: Leaving directory `/usr/src/mythtv/bindings/perl'</div><div>make[1]: Leaving directory `/usr/src/mythtv/bindings/perl'</div><div>make -C bindings/python</div><div>make[1]: Entering directory `/usr/src/mythtv/bindings/python'</div>
<div>python setup.py build</div><div>running build</div><div>running build_py</div><div>running build_scripts</div><div>python setprefix.py "/usr/local"</div><div>setprefix.py:18: Warning: 'with' will become a reserved keyword in Python 2.6</div>
<div> File "setprefix.py", line 18</div><div> with open(path) as fi:</div><div> ^</div><div>SyntaxError: invalid syntax</div><div>make[1]: *** [python_build] Error 1</div><div>make[1]: Leaving directory `/usr/src/mythtv/bindings/python'</div>
<div>make: *** [bindings/python] Error 2</div></div><div>$</div><div><br></div><div>At first I thought my checkout was bad so I checked out a clean version from the trunk but no love.</div><div><br></div><div>-Greg</div>