C++ -O2 -pipe -march=native -fno-diagnostics-color Linker flags: Executable -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 Module -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 Shared -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -- Configuring incomplete, errors occurred! * ERROR: media-plugins/calf-0.90.6::gentoo failed (configure phase): * cmake failed ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_desktop_systemd-20250419-222502 The attached etc.portage.tar.xz has all details. ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-14 * clang version 20.1.3 llvm-config: 20.1.3 Python 3.12.10 go version go1.24.2 linux/amd64 Available Ruby profiles: [1] ruby32 (with Rubygems) * Available Rust versions: [1] rust-bin-1.86.0 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 11.0.26_p4 [openjdk-bin-11] 2) Eclipse Temurin JDK 17.0.14_p7 [openjdk-bin-17] *) Eclipse Temurin JDK 21.0.6_p7 [openjdk-bin-21] 4) Eclipse Temurin JDK 8.442_p06 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-11 [3] openjdk-bin-17 [4] openjdk-bin-21 system-vm HEAD of ::gentoo commit 9917dd473320d5e3f571d0cc564f7aa0cb2d990f Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Sun Apr 20 23:05:18 2025 +0000 2025-04-20 23:05:18 UTC The tinderbox task was: media-plugins/calf emerge -qpvO =media-plugins/calf-0.90.6 [ebuild N ] media-plugins/calf-0.90.6 USE="experimental gtk lash -jack -lv2" CPU_FLAGS_X86="sse"
Created attachment 925566 [details] emerge-info.txt
Created attachment 925567 [details] emerge-history.txt
Created attachment 925568 [details] environment
Created attachment 925569 [details] etc.clang.tar.xz
Created attachment 925570 [details] etc.portage.tar.xz
Created attachment 925571 [details] logs.tar.xz
Created attachment 925572 [details] media-plugins:calf-0.90.6:20250421-014311.log
Created attachment 925573 [details] qlist-info.txt
Created attachment 925574 [details] temp.tar.xz
I have the same issue, build with USE=lv2 passed. Could be a temp solution.
``` CMake Error at src/CMakeLists.txt:119 (install): install TARGETS given target "calflv2gui" which does not exist. ```
(In reply to Drunkard Zhang from comment #10) > I have the same issue, build with USE=lv2 passed. Could be a temp solution. Could you try https://github.com/calf-studio-gear/calf/pull/384 please to see if it helps?
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cdbe0cf6a36c1271e1060a52a1f057e434d4939 commit 7cdbe0cf6a36c1271e1060a52a1f057e434d4939 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2025-06-01 19:19:53 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2025-06-02 15:14:07 +0000 media-plugins/calf: IUSE gtk -> gui, fix desktop file and buildsys GNUInstallDirs patch makes downstream docdir patch obsolete, is prerequisite for follow-up patches and as an aside, fixes library install dir. Closes: https://bugs.gentoo.org/954142 Closes: https://bugs.gentoo.org/955628 Closes: https://bugs.gentoo.org/957044 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> media-plugins/calf/calf-0.90.6-r1.ebuild | 75 +++++++++++ .../calf/files/calf-0.90.6-desktop-file.patch | 65 +++++++++ .../calf/files/calf-0.90.6-gnuinstalldirs.patch | 148 +++++++++++++++++++++ media-plugins/calf/files/calf-0.90.6-lv2gui.patch | 24 ++++ 4 files changed, 312 insertions(+)