I have a fresh install of Ubuntu 14.10, and python2 is installed along python3, I believe by default. There is a python3 mako package installed, but not one for python2, and since Mesa explicitly uses python2, this fails, until I manually install the python-mako package. No check during configure occurs. Here is the resulting failure: make[2]: Entering directory '/usr/src/mesa-git/src/glsl' GEN nir/nir_opcodes.c Traceback (most recent call last): File "./nir/nir_opcodes_c.py", line 28, in <module> from mako.template import Template ImportError: No module named mako.template Makefile:2259: recipe for target 'nir/nir_opcodes.c' failed
Under my Debian Testing box and current master (21efe2528cd88cb09ba9f69222f69a8ee47611c9), it detects than python2's mako is installed: [...] checking if module mako in python is installed... No module named mako no configure: error: Python mako module v0.8.0 or higher not found No matter if I have python3's mako installed or not. Please verify that it works for you with current master. If it doesn't, just re-open the bug.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.