recent commit breaks buildkernel

2021-12-29 Thread Gary Jennejohn
commit ff3a85d32411cdd7894f932b1d3d7ce01ec7a648 breaks buildkernel if options INET6 is not in the kernel config file. The breakage is in the new lltable_get function. It needs #ifdef INET6 around case AF_INET6. -- Gary Jennejohn

Re: git: 6b1c5775d1c2 - main - Move libc++ from /usr/lib to /lib

2021-12-29 Thread Mark Millard via dev-commits-src-main
[Resending with dev-commits-src-m...@freebsd.org CC'd.] On 2021-Dec-29, at 13:38, Mark Millard wrote: Building 33812d60b960 ( so after 6b1c5775d1c2 ) and installing and rebooting did not put in place a /lib/libc++.so.1 but delete-old-libs removed the /usr/lib/libc++.so.1 . (Luckily my environme

Re: git: 6b1c5775d1c2 - main - Move libc++ from /usr/lib to /lib

2021-12-29 Thread Mark Millard via freebsd-current
Building 33812d60b960 ( so after 6b1c5775d1c2 ) and installing and rebooting did not put in place a /lib/libc++.so.1 but delete-old-libs removed the /usr/lib/libc++.so.1 . (Luckily my environment has sufficient recent near-redundancy to recover easily by putting in place a /usr/lib/libc++.so.1 .)

Is amd64 buildworld supposed to be working for WITH_ASAN= WITH_UBSAN= (both used)? [It fails to link various things.]

2021-12-29 Thread Mark Millard via freebsd-current
In order to avoid the following for WITH_ASAN= WITH_UBSAN= (both used), so also WITH_LLVM_BINUTILS= in use: --- all_subdir_usr.bin/clang --- --- llvm-as.full --- ld: error: undefined symbol: compressBound >>> referenced by Compression.cpp:51 >>> (/usr/main-src/contrib/llvm-project/llvm/lib/Suppor

gmirror: read failed when one disk (of two) failed

2021-12-29 Thread Andriy Gapon
I have a gmirror-ed swap partition: # swapinfo -h Device Size UsedAvail Capacity /dev/mirror/swap 8.0G 2.6G 5.4G33% # gmirror list Geom name: swap State: COMPLETE Components: 2 Balance: prefer Slice: 4096 Flags: NONE GenID: 4 SyncID: 20 ID: 1722474567 Type:

Re: Arduino IDF -> make/automake based environment

2021-12-29 Thread Daniel Braniss
> On 29 Dec 2021, at 14:06, FreeBSD User wrote: > > On Wed, 29 Dec 2021 09:10:02 +0200 > Daniel Braniss mailto:da...@cs.huji.ac.il>> wrote: > >>> On 29 Dec 2021, at 01:25, FreeBSD User >> > wrote: >>> >>> On Mon, 20 Dec 2021 14:35:10 +0100 >>> Marc Fonvieille ma

Re: Arduino IDF -> make/automake based environment

2021-12-29 Thread FreeBSD User
On Wed, 29 Dec 2021 09:10:02 +0200 Daniel Braniss wrote: > > On 29 Dec 2021, at 01:25, FreeBSD User wrote: > > > > On Mon, 20 Dec 2021 14:35:10 +0100 > > Marc Fonvieille mailto:black...@freebsd.org>> wrote: > > > >> Le 19.12.2021 21:03, Andrew Stevenson a écrit : > >>> > >>> > On