meson: Tests fail with llvm 16
See for example https://github.com/mesonbuild/meson/pull/11580#issuecomment-1482108696
[UNEXSKIP] frameworks: 15 llvm (method=cmake link-static=False)
Reason: Test asked to be skipped (llvm not found.), but was not expected to for MESON_CI_JOBNAME 'macos-clang-unity'
[UNEXSKIP] frameworks: 15 llvm (method=cmake link-static=True)
Reason: Test asked to be skipped (llvm not found.), but was not expected to for MESON_CI_JOBNAME 'macos-clang-unity'
[ERROR] frameworks: 15 llvm (method=combination link-static=False)
During: configure
Reason: Generating the build system failed.
[ERROR] frameworks: 15 llvm (method=combination link-static=True)
During: configure
Extended logs start here: https://github.com/mesonbuild/meson/actions/runs/4505588849/jobs/7932032771?pr=11580#step:7:954
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 27 (27 by maintainers)
Commits related to this issue
- ci: Don't search for llvm modules with LLVM 16.0.x See: https://github.com/mesonbuild/meson/issues/11642 — committed to nirbheek/meson by nirbheek a year ago
- ci: Don't search for llvm modules with LLVM 16.0.x See: https://github.com/mesonbuild/meson/issues/11642 — committed to nirbheek/meson by nirbheek a year ago
- ci: Don't search for llvm modules with LLVM 16.0.x See: https://github.com/mesonbuild/meson/issues/11642 — committed to nirbheek/meson by nirbheek a year ago
- ci: Don't search for llvm modules with LLVM 16.0.x See: https://github.com/mesonbuild/meson/issues/11642 — committed to mesonbuild/meson by nirbheek a year ago
- ci: Don't search for llvm modules with LLVM 16.0.x See: https://github.com/mesonbuild/meson/issues/11642 — committed to mesonbuild/meson by nirbheek a year ago
- ciimage: fix pathological brokenness in Debian packaging of python In this case, PEP 668 was created to allow a thing that Debian wanted, which is for `pip install foobar` to not break the system pyt... — committed to eli-schwartz/meson by eli-schwartz a year ago
- [CMake] Quote variables where "TARGET" may be a value In CMake, "TARGET" is a special keyword. But it's also an LLVM component, which means downstreams may request "target" or "TARGET" from CMake. Qu... — committed to llvm/llvm-project by thesamesam a year ago
- [CMake] Quote variables where "TARGET" may be a value In CMake, "TARGET" is a special keyword. But it's also an LLVM component, which means downstreams may request "target" or "TARGET" from CMake. Qu... — committed to llvm/llvm-project-release-prs by thesamesam a year ago
- clang: Update to 16.0.5 + a backport for an issue affecting meson: https://github.com/mesonbuild/meson/issues/11642#issuecomment-1586524670 — committed to lazka/MINGW-packages by lazka a year ago
- llvm 16.0.6 Also: 1. Apply patch to fix broken CMake config files (mesonbuild/meson#11642). 2. Remove flags that are no longer necessary with the current version of CMake. 3. Remove installati... — committed to carlocab/homebrew-core by carlocab a year ago
Patch at https://reviews.llvm.org/D152121.
@thesamesam said that based on the expected schedule the next release would be in 10 days.
Amazing work, thanks for looking into this!