<p dir="ltr">This smells like strange Python problems.  Ccing the resident Python expert.</p>
<div class="gmail_quot<blockquote class=" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello, compiling mesa from git is failing on this error:<br>
<br>
Making all in isl<br>
make[5]: Entering directory `/«PKGBUILDDIR»/build/dri/src/intel/isl'<br>
python2.7  ../../../../../src/intel/isl/gen_format_layout.py \<br>
            --csv ../../../../../src/intel/isl/isl_format_layout.csv --out isl_format_layout.c<br>
Traceback (most recent call last):<br>
  File "../../../../../src/intel/isl/gen_format_layout.py", line 92, in <module><br>
    output_encoding='utf-8')<br>
TypeError: __init__() got an unexpected keyword argument 'future_imports'<br>
make[5]: *** [isl_format_layout.c] Error 1<br>
make[5]: Leaving directory `/«PKGBUILDDIR»/build/dri/src/intel/isl'<br>
make[4]: *** [all-recursive] Error 1<br>
make[4]: Leaving directory `/«PKGBUILDDIR»/build/dri/src/intel'<br>
make[3]: *** [all-recursive] Error 1<br>
make[3]: Leaving directory `/«PKGBUILDDIR»/build/dri/src'<br>
make[2]: *** [all] Error 2<br>
make[2]: Leaving directory `/«PKGBUILDDIR»/build/dri/src'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/«PKGBUILDDIR»/build/dri'<br>
make: *** [debian/stamp/x86_64-linux-gnu-build-dri] Error 2<br>
<br>
Any idea where is problem and how to fix it?<br>
<br>
Full build log is available at:<br>
<br>
<a href="https://launchpad.net/~pali/+archive/ubuntu/graphics-drivers/+build/10446196/+files/buildlog_ubuntu-precise-amd64.mesa-lts-trusty_11.3.0-git201607100358.5c17fb2~ubuntu12.04.1_BUILDING.txt.gz" rel="noreferrer" target="_blank">https://launchpad.net/~pali/+archive/ubuntu/graphics-drivers/+build/10446196/+files/buildlog_ubuntu-precise-amd64.mesa-lts-trusty_11.3.0-git201607100358.5c17fb2~ubuntu12.04.1_BUILDING.txt.gz</a><br>
<br>
--<br>
Pali Rohár<br>
<a href="mailto:pali.rohar@gmail.com">pali.rohar@gmail.com</a><br>
<br>_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
<br></div>