https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275914
Charlie Li <vish...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://reviews.freebsd.org |https://reviews.freebsd.org |/D43762 |/D35327 --- Comment #27 from Charlie Li <vish...@freebsd.org> --- Some testing updates since no one has said anything for some time: 2.42 still exhibits similar indefinite wait behaviour as comment 24. With the base system modification to use the newer but unstable libc++ (per LLVM upstream) std::pair ABI, this is the last version to build successfully with clang. Note that I only tested on -CURRENT. 2.44 has some additional fallout on top of the modifications needed for 2.42. Currently trying a build with gcc (14) without any modifications. Given that the newer std::pair ABI will not feature in our base system until upstream LLVM declares it stable, that it will be a while until all supported base systems ship it, and the runtime issues with a clang-based build, I am inclined to special case this port and include USE_GCC if this test is successful. -- You are receiving this mail because: You are the assignee for the bug.