Re: Problems compiling kernel

From: Konstantin Belousov <kostikbel_at_gmail.com>
Date: Thu, 30 Dec 2021 19:42:57 UTC
On Thu, Dec 30, 2021 at 08:33:09PM +0100, tuexen@freebsd.org wrote:
> > On 30. Dec 2021, at 20:26, Michael Gmelin <grembo@FreeBSD.org> wrote:
> > 
> > This should have been resolved today in https://cgit.freebsd.org/src/commit/?id=5e6a2d6eb220d780c9128c81b58f133114061415
> I do have that commit locally in the tree... But I can't build world or kernel.
> 
> Looking for libc++.so.1 I get
> 
> tuexen@head:~/freebsd-src % ls -l /usr/lib/libc++*
> -r--r--r--  1 root  wheel  6939492 Dec 30 11:38 /usr/lib/libc++.a
> -r--r--r--  1 root  wheel       68 Jan 28  2021 /usr/lib/libc++.so
> -r--r--r--  1 root  wheel    35234 Dec 30 11:38 /usr/lib/libc++experimental.a
> tuexen@head:~/freebsd-src % ls -l /lib/libc++*
> ls: No match.
> tuexen@head:~/freebsd-src % 
> 
> How can I build a kernel?

Take libc++.so.1 somewhere, for instance from
https://download.freebsd.org/ftp/snapshots/amd64/amd64/14.0-CURRENT/base.txz
archive, and put the library to /lib.