[Bug 294900] Errors during buildworld: C++20 extension
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 294900] Errors during buildworld: C++20 extension"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 May 2026 06:28:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294900
--- Comment #14 from Benjamin Jacobs <freebsd@dev.thsi.be> ---
Great news!
I suppose that the problem was with:
WITHOUT_CROSS_COMPILER="yes"
Disabling some targets is fine (WITHOUT_LLVM_TARGET_ALL or
WITHOUT_LLVM_TARGET_{TGT}), as I have the following in poudriere.d/src.conf and
poudriere did have no problem updating the jail:
WITHOUT_CLANG_FULL=1
WITHOUT_LLVM_ASSERTIONS=1
WITHOUT_LLVM_COV=1
WITHOUT_LLVM_TARGET_ALL=1
WITH_LLVM_TARGET_AARCH64=1
WITH_LLVM_TARGET_ARM=1
WITHOUT_GOOGLETEST=1
WITHOUT_TESTS=1
WITH_MALLOC_PRODUCTION=1
WITH_LIB32=1
WITH_LLDB=1
WITHOUT_PTHREADS_ASSERTIONS=1
--
You are receiving this mail because:
You are the assignee for the bug.