[Bug 219406] graphics/mesa-dri breaks in the freedreno driver
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri May 19 17:47:45 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219406
Bug ID: 219406
Summary: graphics/mesa-dri breaks in the freedreno driver
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: x11 at FreeBSD.org
Reporter: Andrew at FreeBSD.org
Assignee: x11 at FreeBSD.org
Flags: maintainer-feedback?(x11 at FreeBSD.org)
While building messa-dri on arm64 the build fails in the freedreno driver. It
looks like it depends on textproc/py-mako.
The error is as follows:
Making all in drivers/freedreno
gmake[5]: Entering directory
'/wrkdirs/usr/ports/graphics/mesa-dri/work/mesa-17.0.4/src/gallium/drivers/freedreno'
/bin/mkdir -p ir3
PYTHONPATH=../../../../src/compiler/nir python2.7 ./ir3/ir3_nir_trig.py >
ir3/ir3_nir_trig.c || (rm -f ir3/ir3_nir_trig.c; false)
Traceback (most recent call last):
File "./ir3/ir3_nir_trig.py", line 24, in <module>
import nir_algebraic
File
"/wrkdirs/usr/ports/graphics/mesa-dri/work/mesa-17.0.4/src/compiler/nir/nir_algebraic.py",
line 32, in <module>
import mako.template
ImportError: No module named mako.template
gmake[5]: *** [Makefile:1395: ir3/ir3_nir_trig.c] Error 1
gmake[5]: Leaving directory
'/wrkdirs/usr/ports/graphics/mesa-dri/work/mesa-17.0.4/src/gallium/drivers/freedreno'
gmake[4]: *** [Makefile:605: all-recursive] Error 1
gmake[4]: Leaving directory
'/wrkdirs/usr/ports/graphics/mesa-dri/work/mesa-17.0.4/src/gallium'
gmake[3]: *** [Makefile:859: all-recursive] Error 1
gmake[3]: Leaving directory
'/wrkdirs/usr/ports/graphics/mesa-dri/work/mesa-17.0.4/src'
gmake[2]: *** [Makefile:650: all] Error 2
gmake[2]: Leaving directory
'/wrkdirs/usr/ports/graphics/mesa-dri/work/mesa-17.0.4/src'
gmake[1]: *** [Makefile:647: all-recursive] Error 1
gmake[1]: Leaving directory
'/wrkdirs/usr/ports/graphics/mesa-dri/work/mesa-17.0.4'
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list