FreeBSD ports you maintain which are out of date

2021-08-21 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
+-+
finance/moneymanagerex  | 1.2.7   | v1.5.6
+-+
games/stonesoup | 0.23.2  | 0.27.1
+-+


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

Reported by:portscout!



Re: pkg builders for main-arm64 are crashing

2021-08-21 Thread Ronald Klop

Apparently this has already been solved.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257981

Regards,
Ronald.


On 8/20/21 7:48 PM, Ronald Klop wrote:

Hi,

See https://pkg-status.freebsd.org/builds?type=package&all=1 and Search: 
main-arm64.
For about a week the builds crash.

The Failed builds have output like this:
===
===>   evdev-proto-5.8 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[main-arm64-default-job-13] Installing pkg-1.17.1...
[main-arm64-default-job-13] Extracting pkg-1.17.1: .Child process 
pid=99752 terminated abnormally: Segmentation fault
*** Error code 139

Stop.
make: stopped in /usr/ports/devel/evdev-proto
=>> Cleaning up wrkdir
===>  Cleaning for evdev-proto-5.8

Who do I need to ping about it?

Regards,
Ronald.






Can not build math/sage

2021-08-21 Thread bruce

Hi,

I get the following error when building math/sage.  Can anyone help?

Thanks

Bruce

[sagelib-9.2] In file included from 
/usr/local/include/linbox/matrix/matrixdomain/opencl-domain.h:981:
[sagelib-9.2] 
/usr/local/include/linbox/matrix/matrixdomain/opencl-domain-factory.h:47:10: 
fatal error: 
'linbox/algorithms/opencl-kernels/opencl-domain-kernels.inl' file not found
[sagelib-9.2] #include 
"linbox/algorithms/opencl-kernels/opencl-domain-kernels.inl"

[sagelib-9.2] ^~~~
[sagelib-9.2] 1 error generated.
[sagelib-9.2] error: command 'cc' failed with exit status 254
[sagelib-9.2] Exception ignored in: 
[sagelib-9.2] Traceback (most recent call last):
[sagelib-9.2]   File "/usr/local/lib/python3.8/multiprocessing/pool.py", 
line 268, in __del__

[sagelib-9.2] self._change_notifier.put(None)
[sagelib-9.2]   File 
"/usr/local/lib/python3.8/multiprocessing/queues.py", line 368, in put

[sagelib-9.2] self._writer.send_bytes(obj)
[sagelib-9.2]   File 
"/usr/local/lib/python3.8/multiprocessing/connection.py", line 200, in 
send_bytes

[sagelib-9.2] self._send_bytes(m[offset:offset + size])
[sagelib-9.2]   File 
"/usr/local/lib/python3.8/multiprocessing/connection.py", line 411, in 
_send_bytes

[sagelib-9.2] self._send(header + buf)
[sagelib-9.2]   File 
"/usr/local/lib/python3.8/multiprocessing/connection.py", line 368, in _send

[sagelib-9.2] n = write(self._handle, buf)
[sagelib-9.2] OSError: [Errno 9] Bad file descriptor
[sagelib-9.2]
[sagelib-9.2] real    0m31.224s
[sagelib-9.2] user    0m29.978s
[sagelib-9.2] sys    0m1.298s
gmake[6]: *** [Makefile:2163: sagelib-no-deps] Error 1
gmake[5]: *** [Makefile:2163: 
/usr/ports/math/sage/work/build/usr/local/share/libdata/sage/installed/sagelib-9.2] 
Error 2

gmake[4]: *** [Makefile:1771: all-build] Error 2
gmake[4]: Leaving directory '/usr/ports/math/sage/work/sage-9.2/build/make'

real    1m12.025s
user    1m6.935s
sys    0m3.819s
***
Error building Sage.