>>> Source unpacked in /var/tmp/portage/app-misc/datovka-4.23.1/work >>> Preparing source in /var/tmp/portage/app-misc/datovka-4.23.1/work/datovka-4.23.1 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-misc/datovka-4.23.1/work/datovka-4.23.1 ... Info: creating stash file /var/tmp/portage/app-misc/datovka-4.23.1/work/datovka-4.23.1/.qmake.stash Info: creating cache file /var/tmp/portage/app-misc/datovka-4.23.1/work/datovka-4.23.1/.qmake.cache WARNING: Project ERROR: Unknown module(s) in QT: svgwidgets core5compat Updating '/var/tmp/portage/app-misc/datovka-4.23.1/work/datovka-4.23.1/locale/datovka_en.qm'... Generated 10 translation(s) (10 finished and 0 unfinished) ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_musl_hardened-20240501-134026 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-musl-13 * clang/llvm (if any): clang version 18.1.4 Target: x86_64-pc-linux-musl Thread model: posix InstalledDir: /usr/lib/llvm/18/bin Configuration file: /etc/clang/x86_64-pc-linux-musl-clang.cfg /usr/lib/llvm/18 18.1.4 Python 3.11.9 Available Ruby profiles: [1] ruby31 (with Rubygems) [2] ruby32 (with Rubygems) [3] ruby33 (with Rubygems) * Available Rust versions: [1] rust-bin-1.77.1 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 17.0.10_p7 [openjdk-bin-17] *) Eclipse Temurin JDK 21.0.2_p13 [openjdk-bin-21] Available Java Virtual Machines: [1] openjdk-bin-17 [2] openjdk-bin-21 system-vm php cli (if any): [1] php8.1 * [2] php8.3 go version go1.22.2 linux/amd64 HEAD of ::gentoo commit c58b2ffb22cd9d08e0fc5e4dc8c5f5b16b9a9a83 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Fri May 3 03:04:14 2024 +0000 2024-05-03 03:04:13 UTC emerge -qpvO app-misc/datovka [ebuild N ] app-misc/datovka-4.23.1
Created attachment 892189 [details] emerge-info.txt
Created attachment 892190 [details] app-misc:datovka-4.23.1:20240503-035111.log
Created attachment 892191 [details] emerge-history.txt
Created attachment 892192 [details] environment
Created attachment 892193 [details] etc.clang.tar.xz
Created attachment 892194 [details] etc.portage.tar.xz
Created attachment 892195 [details] logs.tar.xz
Created attachment 892196 [details] qlist-info.txt
Created attachment 892197 [details] temp.tar.xz
Why, of course it does ... > greaterThan(QT_MAJOR_VERSION, 5) { > QT += svgwidgets # QGraphicsSvgItem in Qt-6 > } ... consequently fails to detect compatible quazip-qt6, so then goes on to require ... > isEqual(BUNDLED_QUAZIP, 1) { > message(Compiling and statically linking bundled QuaZIP sources.) > > greaterThan(QT_MAJOR_VERSION, 5) { > QT += core5compat # QuaZip-1.4 > }
Not related to musl, just bad automagic.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f22b4bbb7d7e09a803c4076eeef3b432aff5ad commit d8f22b4bbb7d7e09a803c4076eeef3b432aff5ad Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2025-01-03 20:04:20 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2025-01-04 07:26:22 +0000 app-misc/datovka: add 4.25.0 Closes: https://bugs.gentoo.org/931116 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> app-misc/datovka/Manifest | 1 + app-misc/datovka/datovka-4.25.0.ebuild | 50 ++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b52d5e2aa22a84861ab9028128e88effa0d9f58 commit 0b52d5e2aa22a84861ab9028128e88effa0d9f58 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2025-01-03 20:04:36 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2025-01-04 07:26:22 +0000 app-misc/datovka: drop 4.23.7 Broken with any system having Qt6 installed due to automagic. Bug: https://bugs.gentoo.org/931116 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> app-misc/datovka/Manifest | 1 - app-misc/datovka/datovka-4.23.7.ebuild | 56 ---------------------------------- app-misc/datovka/datovka-4.25.0.ebuild | 3 +- 3 files changed, 2 insertions(+), 58 deletions(-)