Re: sparc64 bulk build report

2022-01-05 Thread Klemens Nanni
On Wed, Jan 05, 2022 at 02:18:35PM -0700, Kurt Mosiejczuk wrote: > http://build-failures.rhaalovely.net/sparc64/2022-01-03/graphics/qr-code-generator.log Fixed. This was a bug in our hand-rolled cc/c++ lines that caused it to always build with base cc/c++; C++11 and base c++ 4.2.1 from 2007 don'

Re: sparc64 bulk build report

2022-01-05 Thread Stuart Henderson
Quite a few of the new sparc64 failures are related to neon: > http://build-failures.rhaalovely.net/sparc64/2022-01-03/audio/libmusicbrainz.log > http://build-failures.rhaalovely.net/sparc64/2022-01-03/audio/libmusicbrainz5.log /usr/local/lib/libneon.so.31.3: undefined reference to `EVP_sha512_256

sparc64 bulk build report

2022-01-05 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Mon Jan 3 01:15:37 MST 2022 Finished: Wed Jan 5 14:17:58 MST 2022 Duration: 2 Days 13 hours 2 minutes Built using OpenBSD 7.0-current (GENERIC.MP) #1112: Tue Dec 21 02:45:58 MST 2021 Built 9446 packages Number of packages built each day: Ja

riscv64 bulk build report

2022-01-05 Thread jca
Bulk build on riscv64.ports.openbsd.org Started : Thu Dec 30 18:15:05 MST 2021 Finished: Wed Jan 5 12:42:42 MST 2022 Duration: 5 Days 18 hours 28 minutes Built using OpenBSD 7.0-current (GENERIC.MP) #6: Fri Dec 31 08:03:55 MST 2021 Built 9144 packages Number of packages built each day: Dec 30:

Re: Mark lang/php/8.1 BROKEN-sparc64

2022-01-05 Thread Jeremie Courreges-Anglas
On Wed, Jan 05 2022, Kurt Mosiejczuk wrote: > PHP 8.1 needs fibers support which doesn't exist on sparc64. I hope that > will change, but mark it BROKEN-sparc64 in the meantime? ok jca +cc maintainer > --Kurt > > Index: Makefile >

Re: [sparc64] Fix build of databases/pspg

2022-01-05 Thread Kurt Mosiejczuk
On Wed, Jan 05, 2022 at 10:09:54AM +0100, Omar Polo wrote: > Kurt Mosiejczuk writes: > > databases/pspg fails to build on sparc64 with: > > src/args.c: In function 'print_versions': > > src/args.c:262: error: '__SIZEOF_WCHAR_T__' undeclared (first use in this > > function) > > src/args.c:262: er

Re: mbedtls fails to verify rsa cert with clang-13

2022-01-05 Thread Martijn van Duren
On Tue, 2022-01-04 at 19:01 +0100, Martijn van Duren wrote: > I have an openvpn connection that needs the mbedtls flavor, because > libressl is a bit too strict with its validation (yes, the cert should > be changed, but it's not my server). > > Since the update to clang-13 the connection fails wi

Re: [sparc64] Fix build of databases/pspg

2022-01-05 Thread Omar Polo
Kurt Mosiejczuk writes: > databases/pspg fails to build on sparc64 with: > src/args.c: In function 'print_versions': > src/args.c:262: error: '__SIZEOF_WCHAR_T__' undeclared (first use in this > function) > src/args.c:262: error: (Each undeclared identifier is reported only once > src/args.c:262

Re: [sparc64] Fix build of lang/nqp

2022-01-05 Thread Pascal Stumpf
On Wed, 5 Jan 2022 02:55:01 -0500, Kurt Mosiejczuk wrote: > lang/nqp uses CFLAGS that base-gcc doesn't understand. This switches it to > baes-clang ports-gcc and fixes the build on sparc64. > > ok? OK > (cc MAINTAINER) > > --Kurt > > Index: Makefile > ==

[sparc64] Fix build of databases/pspg

2022-01-05 Thread Kurt Mosiejczuk
databases/pspg fails to build on sparc64 with: src/args.c: In function 'print_versions': src/args.c:262: error: '__SIZEOF_WCHAR_T__' undeclared (first use in this function) src/args.c:262: error: (Each undeclared identifier is reported only once src/args.c:262: error: for each function it appears