powerpc64: graphics/mesa-dri fails to build because "ImportError: No module named mako.template"

2017-12-29 Thread Mark Millard
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=yes as the
second try.)

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

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: What to do when SCons-based project tries to open $LDFLAGS value as a file?

2017-12-29 Thread Yuri

On 12/29/17 02:14, Tijl Coosemans wrote:

Figure out where the double quotes come from and remove that.



This turned out to be a bug in SCons. It mishandles arguments containing 
spaces that are passed through the command line.



Yuri

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


How to order GROUP, MULTI, and RADIO option sections?

2017-12-29 Thread Yuri
Individual items from OPTIONS_{GROUP,MULTI,RADIO} appear in the same 
order as defined within each kind.


However, the question remains how to establish the order between 
sections of different kinds?


For example, OPTIONS_MULTI always appears after OPTIONS_GROUP.


There must be something like OPTIONS_SECTIONS_ORDER=MULTI1 GROUP1 MULTI2 
GROUP2 RADIO1.



Yuri

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


ClusterSSH runtime errors

2017-12-29 Thread Dave
ClusterSSH is continuously generating the following while running.
On at least one occasion I cam back to find all the client xterms
closed.  Maybe the error counter overflowed and crashed it?

Tk::Error: Can't use an undefined value as a symbol reference at 
/usr/local/lib/perl5/site_perl/App/ClusterSSH.pm line 1457.
 Tk::After::repeat at /usr/local/lib/perl5/site_perl/mach/5.24/Tk/After.pm line 
80
 [repeat,[{},after#23481,500,repeat,[\::ClusterSSH::__ANON__]]]
 ("after" script)
XS_Tk__Callback_Call error:Can't use an undefined value as a symbol reference 
at /usr/local/lib/perl5/site_perl/App/ClusterSSH.pm line 1457.


uname -a
FreeBSD laptop 10.3-RELEASE-p24 FreeBSD 10.3-RELEASE-p24 #0: Wed Nov 15 
04:57:40 UTC 2017 
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

pkgs/ports up to date as of about an hour ago.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


FreeBSD ports you maintain which are out of date

2017-12-29 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
multimedia/xine | 0.99.9  | 0.99.10
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: What to do when SCons-based project tries to open $LDFLAGS value as a file?

2017-12-29 Thread Tijl Coosemans
On Thu, 28 Dec 2017 23:35:00 -0800 Yuri  wrote:
> I am getting this error from scons:
> 
>> g++6 -o lib/libtmv.so.0 " -L/usr/local/lib -fstack-protector   
>> -Wl,-rpath=/usr/local/lib/gcc6 -L/usr/local/lib/gcc6" -fopenmp -shared ...
>>
>> g++6: error:  -L/usr/local/lib -fstack-protector   
>> -Wl,-rpath=/usr/local/lib/gcc6 -L/usr/local/lib/gcc6: No such file or 
>> directory
> 
> It tries to open LDFLAGS that were passed to it as LINKFLAGS as a file.

Figure out where the double quotes come from and remove that.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"