QT_UIC= QT_MOC= QT_RCC= QT_LRELEASE= QT_LUPDATE= checking correct functioning of Qt installation... failure configure: error: Failed to find matching components of a complete Qt installation. Try using more options, see ./configure --help. ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_desktop-20240924-140001 UNMASKED: /etc/portage/package.unmask/60gcc:<sys-devel/gcc-15.0.9999:15 Issues involving opaque types / incomplete typedefs should block bug 930805 /etc/portage/package.unmask/50unstable:>=sys-libs/ncurses-6.5 The attached etc.portage.tar.xz has all details. ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-15 * clang/llvm (if any): clang version 19.1.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/19/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg /usr/lib/llvm/19 19.1.0 Python 3.12.6 Available Ruby profiles: [1] ruby31 (with Rubygems) [2] ruby32 (with Rubygems) [3] ruby33 (with Rubygems) * Available Rust versions: [1] rust-bin-1.81.0 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 17.0.12_p7 [openjdk-bin-17] *) Eclipse Temurin JDK 21.0.4_p7 [openjdk-bin-21] Available Java Virtual Machines: [1] openjdk-bin-17 [2] openjdk-bin-21 system-vm The Glorious Glasgow Haskell Compilation System, version 9.2.8 php cli (if any): go version go1.23.1 linux/amd64 HEAD of ::gentoo commit 90ed69d2a7011416b6476527576db0385bc57a2f Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Wed Sep 25 21:33:57 2024 +0000 2024-09-25 21:33:57 UTC emerge -qpvO =media-libs/libprojectm-3.1.12-r2 [ebuild N ] media-libs/libprojectm-3.1.12-r2 USE="qt5 sdl -gles2 -jack -pulseaudio"
Created attachment 903849 [details] emerge-info.txt
Created attachment 903850 [details] emerge-history.txt
Created attachment 903851 [details] environment
Created attachment 903852 [details] etc.clang.tar.xz
Created attachment 903853 [details] etc.portage.tar.xz
Created attachment 903854 [details] logs.tar.xz
Created attachment 903855 [details] media-libs:libprojectm-3.1.12-r2:20240926-010954.log
Created attachment 903856 [details] qlist-info.txt
Created attachment 903857 [details] temp.tar.xz
Created attachment 921070 [details, diff] Patch fixing an erroneus GCC flag added by the configure script I know why I rewrote projectM's build system to use CMake, this stuff still keeps haunting me. configure fails to check Qt (and also "glm" if Qt is disabled) because it somehow thinks it's building for Android. Removing the Android check and thus not adding "-stdlib=libc++" to the compiler command line fixes it, as this parameter somehow prevents GCC from finding the C++ STL headers.
Created attachment 921071 [details, diff] Patch fixing an erroneus GCC flag added by the configure script Fixed another variable substitution in the GLM check.
Created attachment 921073 [details, diff] Patch fixing configure issues with Qt and GLM
(In reply to Kai Blaschke from comment #12) > Created attachment 921073 [details, diff] [details, diff] > Patch fixing configure issues with Qt and GLM patch works for me