Re: boost-libs fails to build
- Reply: Dima Panov : "Re: boost-libs fails to build"
- In reply to: Robert Huff : "boost-libs fails to build"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Jan 2023 04:04:56 UTC
Robert Huff wrote: > > > Hello: > On a system running: > > FreeBSD 14.0-CURRENT #0 main-f0a15aafcb > Mon Oct 31 08:19:54 EDT 2022 > amd64 > > with all relevant ports up to date, boost-libs dies during > compilation with the errors appended. > > What vae I screwed up? > More important: how do I fix it? > You have hit LLVM/Clang assertions, which are enabled by default in -CURRENT. fluffy@ updated the ports to work around this issue by using ports LLVM, which do not have assertions enabled. Alternatively, you can rebuild your world by setting WITHOUT_LLVM_ASSERTIONS in your src.conf. See also: PR 268019 (though different assertion failure) -- Charlie Li …nope, still don't have an exit line.