[Bug 269789] 13.2-BETA2 can't self-compile -- string_view:320:38: error: no member named '__char_traits_length_checked' in namespace 'std'

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 24 Feb 2023 16:29:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269789

--- Comment #5 from Dimitry Andric <dim@FreeBSD.org> ---
Similar on 13.1-R installation, doing a buildworld of 13.2-BETA2 sources, when
it has to bootstrap the compiler and linker:

Script started on Fri Feb 24 14:28:35 2023
Command: nice make -j4 buildworld
[Creating objdir /usr/obj/usr/src/amd64.amd64...]
--- buildworld ---
make[1]: "/usr/src/Makefile.inc1" line 340: SYSTEM_COMPILER: libclang will be
built for bootstrapping a cross-compiler.
make[1]: "/usr/src/Makefile.inc1" line 345: SYSTEM_LINKER: libclang will be
built for bootstrapping a cross-linker.
--- buildworld_prologue ---
--------------------------------------------------------------
>>> World build started on Fri Feb 24 14:28:35 CET 2023
--------------------------------------------------------------
...
--- kyua ---
objcopy --strip-debug --add-gnu-debuglink=kyua.debug  kyua.full kyua
--- buildworld_epilogue ---
--------------------------------------------------------------
>>> World build completed on Fri Feb 24 16:21:35 CET 2023
>>> World built in 6780 seconds, ncpu: 4, make -j4
--------------------------------------------------------------

Command exit status: 0
Script done on Fri Feb 24 16:21:35 2023

E.g. it seems to all work fine?

-- 
You are receiving this mail because:
You are the assignee for the bug.