From owner-freebsd-arm@freebsd.org Tue May 16 19:27:34 2017 Return-Path: Delivered-To: freebsd-arm@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 69C61D70C87; Tue, 16 May 2017 19:27:34 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E755F34; Tue, 16 May 2017 19:27:33 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id v4GJRX7H099573 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 16 May 2017 12:27:34 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id v4GJRWWE099572; Tue, 16 May 2017 12:27:32 -0700 (PDT) (envelope-from fbsd) Date: Tue, 16 May 2017 12:27:32 -0700 From: bob prohaska To: ports@freebsd.org, freebsd-arm@freebsd.org Subject: graphics/mesa-dri missing mako.template Message-ID: <20170516192732.GB98474@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2017 19:27:34 -0000 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' Ports and sources are current as of a few minutes ago. I'm trying again after make clean, but hold out little hope. If there's something else to try please let me know. Thanks for reading, bob prohaska