Program g-ir-compiler found: YES (/usr/bin/g-ir-compiler) docs/reference/meson.build:4:0: ERROR: 'not-found' is not a pkgconfig dependency A full log can be found at /var/tmp/portage/dev-libs/libpeas-1.30.0/work/libpeas-1.30.0-build/meson-logs/meson-log.txt * ERROR: dev-libs/libpeas-1.30.0::gentoo failed (configure phase): * (no error message) ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_no_multilib_hardened-j3-20210803-215352 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-11.2.0 * clang version 12.0.1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/12/bin /usr/lib/llvm/12 12.0.1 Python 3.9.6 Available Ruby profiles: [1] ruby26 (with Rubygems) [2] ruby30 (with Rubygems) * Available Rust versions: [1] rust-bin-1.54.0 * The following VMs are available for generation-2: 1) IcedTea JDK 3.16.0 [icedtea-bin-8] *) AdoptOpenJDK JRE 8.292_p10 [openjdk-jre-bin-8] Available Java Virtual Machines: [1] icedtea-bin-8 [2] openjdk-jre-bin-8 system-vm The Glorious Glasgow Haskell Compilation System, version 8.10.4 HEAD of ::gentoo commit fb9ab2ea5c5f744928506f4d83df6a2aadd6390e Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Wed Aug 11 04:52:34 2021 +0000 2021-08-11 04:52:32 UTC emerge -qpvO dev-libs/libpeas [ebuild N ] dev-libs/libpeas-1.30.0 USE="gtk-doc python vala -glade -gtk -lua -test" LUA_SINGLE_TARGET="lua5-1 -luajit" PYTHON_SINGLE_TARGET="python3_9 -python3_8"
Created attachment 732175 [details] emerge-info.txt
Created attachment 732178 [details] dev-libs:libpeas-1.30.0:20210811-060502.log
Created attachment 732181 [details] emerge-history.txt
Created attachment 732184 [details] environment
Created attachment 732187 [details] etc.portage.tar.bz2
Created attachment 732190 [details] logs.tar.bz2
Created attachment 732193 [details] temp.tar.bz2
(In reply to Toralf Förster from comment #0) > docs/reference/meson.build:4:0: ERROR: 'not-found' is not a pkgconfig > dependency This line in libpeas-1.30 is > gtk_prefix = gtk_dep.get_pkgconfig_variable('prefix') gtk_dep is set by > gtk_dep = dependency('gtk+-3.0', version: gtk_req, required: false) gtk+ is optional, based on USE=gtk. I believe this is because we don't have a REQUIRED_USE. Looks like this bug is no longer possible in 1.32.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0cd0cf955fb0d4403d6f49af09706850a4a551 commit 2a0cd0cf955fb0d4403d6f49af09706850a4a551 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2022-03-22 02:45:32 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2022-03-22 02:46:10 +0000 dev-libs/libpeas: Require USE=gtk for USE=gtk-doc Closes: https://bugs.gentoo.org/807670 Signed-off-by: Matt Turner <mattst88@gentoo.org> dev-libs/libpeas/libpeas-1.30.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)