https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269789
--- Comment #5 from Dimitry Andric <d...@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.