Date: Fri, 19 May 2017 17:47:44 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 219406] graphics/mesa-dri breaks in the freedreno driver Message-ID: <bug-219406-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219406 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@FreeBSD.org Reporter: Andrew@FreeBSD.org Assignee: x11@FreeBSD.org Flags: maintainer-feedback?(x11@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=3D../../../../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' --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219406-7141>