Re: Build breakage with WITH_BEARSSL=1

2023-02-18 Thread Warner Losh
On Thu, Feb 16, 2023 at 12:57 AM Gordon Bergling wrote: > Hi Warner, > > On Wed, Feb 15, 2023 at 10:07:08AM -0700, Warner Losh wrote: > > On Sun, Feb 12, 2023, 3:18 PM Warner Losh wrote: > > > On Sun, Feb 12, 2023 at 3:54 AM Gordon Bergling > wrote: > > > > > >> Hi, > > >> > > >> I am currently

Re: core dump in ld during buildworld

2023-02-18 Thread Steve Kargl
On Sat, Feb 18, 2023 at 04:57:45PM -0800, Steve Kargl wrote: > > > > At that point it is still using the system compiler and linker, and it > > seems that the latter is lld. Do you know which version it is? > > > > Good question. Unfortunate ident(1) is useless in a git world. > > % ll /usr/bi

Re: Build breakage with WITH_BEARSSL=1

2023-02-18 Thread Simon J. Gerraty
Stephane Rochoy wrote: > It may be worth contacting BearSSL's maintainer directly: Thomas > Pornin . The guy was very responsive and helpful > back in 2020 :) Indeed.

Re: Build breakage with WITH_BEARSSL=1

2023-02-18 Thread Simon J. Gerraty
Warner Losh wrote: > Would be nice if we could get upstream to actually fix this, but i don't even > know how to submit bugs thereā€¦ > > Agreed. I didn't recall off of the top of my head, so I did the quick bandaid. I can reach out to the author, I don't know that he has a bug tracker. What is

Re: core dump in ld during buildworld

2023-02-18 Thread Steve Kargl
On Sun, Feb 19, 2023 at 01:50:07AM +0100, Dimitry Andric wrote: > On 19 Feb 2023, at 01:33, Steve Kargl > wrote: > > > > During biuldworld, > > > > ==> usr.bin/nm (obj,all,install) > > cc -O2 -pipe -g -fno-common -I/usr/src/contrib/elftoolchain/libelftc > > -I/usr/src/contrib/elftoolchain/comm

Re: core dump in ld during buildworld

2023-02-18 Thread Dimitry Andric
On 19 Feb 2023, at 01:33, Steve Kargl wrote: > > During biuldworld, > > ==> usr.bin/nm (obj,all,install) > cc -O2 -pipe -g -fno-common -I/usr/src/contrib/elftoolchain/libelftc > -I/usr/src/contrib/elftoolchain/common -std=gnu99 -Wno-format-zero-length > -Wsystem-headers -Wall -Wno-format-y2k -

core dump in ld during buildworld

2023-02-18 Thread Steve Kargl
During biuldworld, ==> usr.bin/nm (obj,all,install) cc -O2 -pipe -g -fno-common -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/elftoolchain/common -std=gnu99 -Wno-format-zero-length -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-proto

Heads up: vnet'ng of NFS server turned on

2023-02-18 Thread Rick Macklem
Commit ed03776ca7f4 enabled the NFSD_VNET, KRPC_VNET and KGSS_VNET macros. Kernels built with "options VIMAGE" now have a bunch of global variables used by the NFS server vnet'd. It is not quite ready to run the NFS server in a vnet prison. There are still a couple of patches in D37741 and D38371

Re: buildworld failure

2023-02-18 Thread Jeffrey Bouquet
On Sat, 18 Feb 2023 00:33:11 -0800 (PST), "Jeffrey Bouquet" wrote: > Building /usr/obj/usr/src/amd64.amd64/tools/build/test-includes/sys_bitcount.c > Building /usr/obj/usr/src/amd64.amd64/tools/build/test-includes/sys_bitcount.o > sys_bitcount.c:1:10: fatal error: 'sys/bitcount.h' file not fo

IPFW: IPv6 and NPTv6 issues: multiple IPv6 addresses confuses IPFW

2023-02-18 Thread FreeBSD User
Hello, running a small nanoBSD firewall/router appliance, the WAN interface (tun0) is confugred via SLAAC when it comes to IPv6. The allpliance is running in-kernel compiled IPFW. The OS is FreeBSD 13-STABLE, compiled on a recuurant weekly basis. On a 24 hour basis, the ISP changes the IPv4 and

Re: buildworld failure

2023-02-18 Thread Steve Kargl
On Sat, Feb 18, 2023 at 12:33:11AM -0800, Jeffrey Bouquet wrote: > Building /usr/obj/usr/src/amd64.amd64/tools/build/test-includes/sys_bitcount.c > Building /usr/obj/usr/src/amd64.amd64/tools/build/test-includes/sys_bitcount.o > sys_bitcount.c:1:10: fatal error: 'sys/bitcount.h' file not found > #i

buildworld failure

2023-02-18 Thread Jeffrey Bouquet
Building /usr/obj/usr/src/amd64.amd64/tools/build/test-includes/sys_bitcount.c Building /usr/obj/usr/src/amd64.amd64/tools/build/test-includes/sys_bitcount.o sys_bitcount.c:1:10: fatal error: 'sys/bitcount.h' file not found #include ^~~~ 1 error generated. *** Error code 1 St