From owner-freebsd-ports@freebsd.org Tue May 16 21:19:12 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 330C2D70C8B for ; Tue, 16 May 2017 21:19:12 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 21156125D for ; Tue, 16 May 2017 21:19:12 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1D7DDD70C8A; Tue, 16 May 2017 21:19:12 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B443D70C89; Tue, 16 May 2017 21:19:12 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F0A3E125C; Tue, 16 May 2017 21:19:11 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 20AB720B4; Tue, 16 May 2017 21:19:11 +0000 (UTC) From: Jan Beich To: bob prohaska Cc: ports@freebsd.org, freebsd-arm@freebsd.org Subject: Re: graphics/mesa-dri missing mako.template References: <20170516192732.GB98474__2326.45124565369$1494962860$gmane$org@www.zefox.net> Date: Tue, 16 May 2017 23:19:04 +0200 In-Reply-To: <20170516192732.GB98474__2326.45124565369$1494962860$gmane$org@www.zefox.net> (bob prohaska's message of "Tue, 16 May 2017 12:27:32 -0700") Message-ID: <7f1g-jy9j-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2017 21:19:12 -0000 --=-=-= Content-Type: text/plain bob prohaska writes: > When trying to compile graphics/mesa-dri on RPI2 make reports in part: > > /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 > import nir_algebraic > File "/usr/ports/graphics/mesa-dri/work/mesa-17.0.4/src/compiler/nir/nir_algebraic.py", line 32, in > import mako.template > ImportError: No module named mako.template > gmake[6]: *** [Makefile:1395: ir3/ir3_nir_trig.c] Error 1 > gmake[6]: Leaving directory '/usr/ports/graphics/mesa-dri/work/mesa-17.0.4/src/gallium/drivers/freedreno' 17.0.3 built fine[1], so this is a regression. aarch64 is also affected[2]. Try installing textproc/py-mako or comment out arm-specific drivers in graphics/mesa-dri/Makefile. I'm a bit puzzled why it tries to regen ir3/ir3_nir_trig.c when 17.0.4 distfile already contains a copy. Can you check if 17.1.0 (bug 219247) is also affected? [1] http://beefy8.nyi.freebsd.org/data/latest-per-pkg/dri/17.0.3%2C2/head-armv6-default.log [2] http://thunderx1.nyi.freebsd.org/data/latest-per-pkg/mesa-dri/17.0.4/110arm64-default.log --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQF8BAEBCgBmBQJZG2zIXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bcroH/3oWDEwVVADjK1Xuf++s3Dq5 QjGkIy8L8BIbtyLzzJ9rmbIzZQ7st+wy6SKAomNC0b9mYudgdYCBkyaUcn98gFOi Loeg3KkDyY+NXzXVVbrcxZhX85PSMvS5klHex+H5Wl8gXkCpJcft7nPX4w5qjd0o 8mgCP9JT4oUQj5DB359+tZKBSU9FqYafuk1ZRkwtNAF9eNzxd/Logp8Vbx9uYFdb mpLuS7XihtR1fw8k0xGBDCq2K4eGO8VjKCRWWMf4i/+yAipcHgUlQwBaOk7xLnNh lGJdRMZG2xe+GTkIQukL6VWq/zI31xXJMvanrZMulWwYvGnZic5YHN55hrVRXcg= =zBb0 -----END PGP SIGNATURE----- --=-=-=--