This is indeed broken (reported as such since 2020), but no functioning and required package needs this anymore.
Edit: To add some details.
The build actually goes through fine (though with 500+ compiler warnings about casts between incompatible function types, just to mention the most crash-cause-suspect issues).
Then in check()
, 15 tests fail due to LLVM ERROR: inconsistency in registered CommandLine options
, and 7 with other reasons, like assertion mismatches, input not found error, and a few further causes.
Pinned Comments
MarsSeed commented on 2023-11-24 15:55 (UTC) (edited on 2024-02-17 15:20 (UTC) by MarsSeed)
This is indeed broken (reported as such since 2020), but no functioning and required package needs this anymore.
Edit: To add some details.
The build actually goes through fine (though with 500+ compiler warnings about casts between incompatible function types, just to mention the most crash-cause-suspect issues).
Then in
check()
, 15 tests fail due toLLVM ERROR: inconsistency in registered CommandLine options
, and 7 with other reasons, like assertion mismatches, input not found error, and a few further causes.