-- Found procps: /usr/lib64/libprocps.so CMake Error at CMakeLists.txt:196 (find_package): By not providing "FindWaffle.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Waffle", but CMake did not find one. Could not find a package configuration file provided by "Waffle" with any of the following names: ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1-j5-20230313-020913 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-13 * clang/llvm (if any): clang version 15.0.7 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/15/bin Configuration file: /etc/clang/clang.cfg /usr/lib/llvm/15 15.0.7 Python 3.10.10 Available Ruby profiles: [1] ruby27 (with Rubygems) [2] ruby30 (with Rubygems) * Available Rust versions: [1] rust-1.67.1 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 11.0.18_p10 [openjdk-bin-11] *) Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17] 3) Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-11 [3] openjdk-bin-17 system-vm php cli (if any): HEAD of ::gentoo commit f2a7564e136191d67dbb4df369ea58e60f4bf916 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue Mar 14 19:47:02 2023 +0000 2023-03-14 19:47:02 UTC emerge -qpvO dev-util/apitrace [ebuild N ] dev-util/apitrace-9.0-r3 USE="-X -qt5" ABI_X86="(64) -32 (-x32)" PYTHON_SINGLE_TARGET="python3_10 -python3_9"
Created attachment 857855 [details] emerge-info.txt
Created attachment 857857 [details] CMakeOutput.log
Created attachment 857859 [details] dev-util:apitrace-9.0-r3:20230314-202941.log
Created attachment 857861 [details] emerge-history.txt
Created attachment 857863 [details] environment
Created attachment 857865 [details] etc.clang.tar.bz2
Created attachment 857867 [details] etc.portage.tar.bz2
Created attachment 857869 [details] logs.tar.bz2
Created attachment 857871 [details] temp.tar.bz2
Looks like media-libs/waffle upstream intentionally dropped[1] generating cmake files when building with Meson on non-Windows in 1.7.1 (and deprecate cmake support altogether[2]). [1]: https://gitlab.freedesktop.org/mesa/waffle/-/commit/a16983fea590491727c8119256c7b938fe1f9d10 [2]: https://gitlab.freedesktop.org/mesa/waffle/-/issues/74
Created attachment 861710 [details, diff] Patch for media-libs/waffle restoring the generation of CMake files I've attached a patch for media-libs/waffle that restores the generation of CMake files (thanks to Denis for pointing out the issue). I was able to successfully build apitrace after re-emerging waffle.
I am also running into this problem and Florian's patch fixes it for me.