Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 2017 00:10:24 -0800
From:      Mark Millard <markmi@dsl-only.net>
To:        FreeBSD PowerPC ML <freebsd-ppc@freebsd.org>, FreeBSD Ports <freebsd-ports@freebsd.org>, freebsd-x11@freebsd.org
Cc:        Jan Beich <jbeich@freebsd.org>, se@FreeBSD.org
Subject:   Re: powerpc64: graphics/mesa-dri fails to build because "ImportError: No module named mako.template"
Message-ID:  <087297E8-4108-442B-8A1A-DB6FDF8A35BA@dsl-only.net>
In-Reply-To: <2765A66A-8908-44A1-ACB6-43157202F49C@dsl-only.net>
References:  <2765A66A-8908-44A1-ACB6-43157202F49C@dsl-only.net>

next in thread | previous in thread | raw e-mail | index | archive | help
[I experiment with system clang based powerpc64 and powerpc
builds. For powerpc64, linking pkg requires using a ports
binutils instead of the system binutils. This blocks using
poudriere. So portmaster is in use here.]

On 2017-Dec-29, at 11:36 PM, Mark Millard <markmi at dsl-only.net> =
wrote:

> 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 <module>
>    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
>=20
> (The above is from using MAKE_JOBS_UNSAFE=3Dyes as the
> second try.)

freshports indicated:

	=E2=80=A2 py27-mako>0 : textproc/py-mako@py27

as a build dependency but portmaster did not
try to create a textproc/py-mako@py27 on
its own.

A separate portmaster run for textproc/py-mako@py27
put it in place and then for retrying graphics/mesa-dri
the vulkan material was able to get past the above.
( graphics/mesa-dri is still building.)

=3D=3D=3D
Mark Millard
markmi at dsl-only.net





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?087297E8-4108-442B-8A1A-DB6FDF8A35BA>