From owner-freebsd-ppc@freebsd.org Sat Dec 30 08:03:30 2017 Return-Path: Delivered-To: freebsd-ppc@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 4BD7DEB03F8 for ; Sat, 30 Dec 2017 08:03:30 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-100.reflexion.net [208.70.210.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D58BC73886 for ; Sat, 30 Dec 2017 08:03:29 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 26904 invoked from network); 30 Dec 2017 07:36:43 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 30 Dec 2017 07:36:43 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v8.40.3) with SMTP; Sat, 30 Dec 2017 02:36:43 -0500 (EST) Received: (qmail 18183 invoked from network); 30 Dec 2017 07:36:42 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 30 Dec 2017 07:36:42 -0000 Received: from [192.168.1.25] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id 334A2EC94FA; Fri, 29 Dec 2017 23:36:42 -0800 (PST) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: powerpc64: graphics/mesa-dri fails to build because "ImportError: No module named mako.template" Message-Id: <2765A66A-8908-44A1-ACB6-43157202F49C@dsl-only.net> Date: Fri, 29 Dec 2017 23:36:41 -0800 To: FreeBSD PowerPC ML , FreeBSD Ports X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2017 08:03:30 -0000 gmake[5]: Entering directory = '/wrkdirs/usr/ports/graphics/mesa-dri/work/mesa-17.3.1/src/amd/vulkan' python2.7 ./radv_entrypoints_gen.py \ --xml ../../../src/vulkan/registry/vk.xml --outdir . Traceback (most recent call last): File "./radv_entrypoints_gen.py", line 30, in from mako.template import Template ImportError: No module named mako.template gmake[5]: *** [Makefile:1234: radv_entrypoints.c] Error 1 gmake[5]: Leaving directory = '/wrkdirs/usr/ports/graphics/mesa-dri/work/mesa-17.3.1/src/amd/vulkan' gmake[4]: *** [Makefile:861: all-recursive] Error 1 gmake[4]: Leaving directory = '/wrkdirs/usr/ports/graphics/mesa-dri/work/mesa-17.3.1/src' gmake[3]: *** [Makefile:652: all] Error 2 gmake[3]: Leaving directory = '/wrkdirs/usr/ports/graphics/mesa-dri/work/mesa-17.3.1/src' gmake[2]: *** [Makefile:659: all-recursive] Error 1 gmake[2]: Leaving directory = '/wrkdirs/usr/ports/graphics/mesa-dri/work/mesa-17.3.1' *** Error code 1 (The above is from using MAKE_JOBS_UNSAFE=3Dyes as the second try.) =3D=3D=3D Mark Millard markmi at dsl-only.net