Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 807670 - dev-libs/libpeas-1.30.0 - docs/.../meson.build: ERROR: not-found is not a pkgconfig dependency
Summary: dev-libs/libpeas-1.30.0 - docs/.../meson.build: ERROR: not-found is not a pkg...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-11 07:18 UTC by Toralf Förster
Modified: 2022-03-22 02:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,18.37 KB, text/plain)
2021-08-11 07:18 UTC, Toralf Förster
Details
dev-libs:libpeas-1.30.0:20210811-060502.log (dev-libs:libpeas-1.30.0:20210811-060502.log,5.07 KB, text/plain)
2021-08-11 07:18 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,537.66 KB, text/plain)
2021-08-11 07:18 UTC, Toralf Förster
Details
environment (environment,128.15 KB, text/plain)
2021-08-11 07:18 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,33.20 KB, application/x-bzip)
2021-08-11 07:18 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,3.72 KB, application/x-bzip)
2021-08-11 07:18 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,29.28 KB, application/x-bzip)
2021-08-11 07:18 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-08-11 07:18:44 UTC
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"
Comment 1 Toralf Förster gentoo-dev 2021-08-11 07:18:46 UTC
Created attachment 732175 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-08-11 07:18:47 UTC
Created attachment 732178 [details]
dev-libs:libpeas-1.30.0:20210811-060502.log
Comment 3 Toralf Förster gentoo-dev 2021-08-11 07:18:49 UTC
Created attachment 732181 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-08-11 07:18:51 UTC
Created attachment 732184 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-08-11 07:18:52 UTC
Created attachment 732187 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-08-11 07:18:53 UTC
Created attachment 732190 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-08-11 07:18:54 UTC
Created attachment 732193 [details]
temp.tar.bz2
Comment 8 Matt Turner gentoo-dev 2022-03-22 02:45:00 UTC
(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.
Comment 9 Larry the Git Cow gentoo-dev 2022-03-22 02:46:25 UTC
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(-)