Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 820161 - dev-libs/gobject-introspection-1.70.0: does not specify dependency on gio-2.0 (Run-time dependency gio-2.0 found: NO (tried pkgconfig and cmake))
Summary: dev-libs/gobject-introspection-1.70.0: does not specify dependency on gio-2.0...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-25 08:25 UTC by Michael Mounteney
Modified: 2021-10-25 11:31 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Mounteney 2021-10-25 08:25:41 UTC
# cat /tmp/T/portage/dev-libs/gobject-introspection-1.70.0/temp/build.log
 * Package:    dev-libs/gobject-introspection-1.70.0
 * Repository: gentoo
 * Maintainer: gnome@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux python_single_target_python3_8 userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
 * Using python3.8 to build
meson setup --buildtype plain --libdir lib64 --localstatedir /var/lib --prefix /usr --sysconfdir /etc --wrap-mode nodownload --build.pkg-config-path /tmp/T/portage/dev-libs/gobject-introspection-1.70.0/temp/python3.8/pkgconfig:/usr/share/pkgconfig --pkg-config-path /tmp/T/portage/dev-libs/gobject-introspection-1.70.0/temp/python3.8/pkgconfig:/usr/share/pkgconfig --native-file /tmp/T/portage/dev-libs/gobject-introspection-1.70.0/temp/meson.x86_64-pc-linux-gnu.amd64.ini -Dcairo=disabled -Ddoctool=disabled -Dgtk_doc=false -Dpython=python3.8 /tmp/T/portage/dev-libs/gobject-introspection-1.70.0/work/gobject-introspection-1.70.0 /tmp/T/portage/dev-libs/gobject-introspection-1.70.0/work/gobject-introspection-1.70.0-build
The Meson build system
Version: 0.59.2
Source dir: /tmp/T/portage/dev-libs/gobject-introspection-1.70.0/work/gobject-introspection-1.70.0
Build dir: /tmp/T/portage/dev-libs/gobject-introspection-1.70.0/work/gobject-introspection-1.70.0-build
Build type: native build
Project name: gobject-introspection
Project version: 1.70.0
C compiler for the host machine: x86_64-pc-linux-gnu-gcc (gcc 11.2.0 "x86_64-pc-linux-gnu-gcc (Gentoo 11.2.0 p1) 11.2.0")
C linker for the host machine: x86_64-pc-linux-gnu-gcc ld.bfd 2.36.1
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program python3.8 found: YES (/usr/bin/python3.8)
Compiler for C supports arguments -Warray-bounds: YES 
Compiler for C supports arguments -Wcast-align: YES 
Compiler for C supports arguments -Wdeclaration-after-statement: YES 
Compiler for C supports arguments -Wduplicated-branches: YES 
Compiler for C supports arguments -Wformat=2: YES 
Compiler for C supports arguments -Wformat-nonliteral: YES 
Compiler for C supports arguments -Wformat-security: YES 
Compiler for C supports arguments -Wimplicit-function-declaration: YES 
Compiler for C supports arguments -Winit-self: YES 
Compiler for C supports arguments -Wjump-misses-init: YES 
Compiler for C supports arguments -Wlogical-op: YES 
Compiler for C supports arguments -Wmissing-declarations: YES 
Compiler for C supports arguments -Wmissing-format-attribute: YES 
Compiler for C supports arguments -Wmissing-include-dirs: YES 
Compiler for C supports arguments -Wmissing-noreturn: YES 
Compiler for C supports arguments -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wnested-externs: YES 
Compiler for C supports arguments -Wnull-dereference: YES 
Compiler for C supports arguments -Wold-style-definition: YES 
Compiler for C supports arguments -Wpacked: YES 
Compiler for C supports arguments -Wpointer-arith: YES 
Compiler for C supports arguments -Wrestrict: YES 
Compiler for C supports arguments -Wreturn-type: YES 
Compiler for C supports arguments -Wshadow: YES 
Compiler for C supports arguments -Wsign-compare: YES 
Compiler for C supports arguments -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wstrict-prototypes: YES 
Compiler for C supports arguments -Wundef: YES 
Compiler for C supports arguments -Wunused-but-set-variable: YES 
Compiler for C supports arguments -Wwrite-strings: YES 
Compiler for C supports arguments -fno-strict-aliasing: YES 
Checking for size of "char" : 1
Checking for size of "short" : 2
Checking for size of "int" : 4
Checking for size of "long" : 8
Configuring config.h using configuration
Found pkg-config: /usr/bin/x86_64-pc-linux-gnu-pkg-config (1.8.0)
Run-time dependency glib-2.0 found: YES 2.70.0
Run-time dependency gobject-2.0 found: YES 2.70.0
Found CMake: /usr/bin/cmake (3.21.3)
Run-time dependency gio-2.0 found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency gio-2.0

meson.build:138:0: ERROR: Automatic wrap-based subproject downloading is disabled

A full log can be found at /tmp/T/portage/dev-libs/gobject-introspection-1.70.0/work/gobject-introspection-1.70.0-build/meson-logs/meson-log.txt
 * ERROR: dev-libs/gobject-introspection-1.70.0::gentoo failed (configure phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  127:  Called src_configure
 *   environment, line 2443:  Called meson_src_configure
 *   environment, line 1718:  Called die
 * The specific snippet of code:
 *       "${mesonargs[@]}" ) || die
 * 
 * If you need support, post the output of `emerge --info '=dev-libs/gobject-introspection-1.70.0::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-libs/gobject-introspection-1.70.0::gentoo'`.
 * The complete build log is located at '/tmp/T/portage/dev-libs/gobject-introspection-1.70.0/temp/build.log'.
 * The ebuild environment file is located at '/tmp/T/portage/dev-libs/gobject-introspection-1.70.0/temp/environment'.
 * Working directory: '/tmp/T/portage/dev-libs/gobject-introspection-1.70.0/work/gobject-introspection-1.70.0'
 * S: '/tmp/T/portage/dev-libs/gobject-introspection-1.70.0/work/gobject-introspection-1.70.0'

Reproducible: Always

Steps to Reproduce:
1. emerge @world
Actual Results:  
Build fails with the log as per description above.

Expected Results:  
Build should succeed and install the library.
Comment 1 Michael Mounteney 2021-10-25 08:26:33 UTC
# emerge --info
Portage 3.0.26 (python 3.9.6-final-0, default/linux/amd64/17.1/desktop/gnome/systemd, gcc-11.2.0, glibc-2.33-r7, 5.11.4-gentoo-6 x86_64)
=================================================================
System uname: Linux-5.11.4-gentoo-6-x86_64-Intel-R-_Core-TM-_i7-4765T_CPU_@_2.00GHz-with-glibc2.33
KiB Mem:    16292920 total,   4660020 free
KiB Swap:   12582900 total,  11089532 free
Timestamp of repository gentoo: Sun, 24 Oct 2021 03:51:28 +0000
Head commit of repository gentoo: 4beca096282abd1549861a983f00ddd1262709f8

Timestamp of repository haskell: Sat, 23 Oct 2021 22:36:19 +0000
Head commit of repository haskell: e9bc04b1da24248d5522803111d03e1df410952a

Timestamp of repository mva: Mon, 18 Oct 2021 19:36:38 +0000
Head commit of repository mva: 54b8e51a260b3e41e42bd4770b705f246aafaa01

Timestamp of repository wine: Sat, 23 Oct 2021 21:21:20 +0000
Head commit of repository wine: df6b9df0ae233b98d6df92a2f10e631d8d75f459

sh bash 5.1_p8
ld GNU ld (Gentoo 2.36.1 p3) 2.36.1
app-shells/bash:          5.1_p8::gentoo
dev-java/java-config:     2.3.1::gentoo
dev-lang/perl:            5.34.0-r3::gentoo
dev-lang/python:          2.7.18_p13::gentoo, 3.8.11::gentoo, 3.9.6::gentoo, 3.10.0_beta3::gentoo
dev-lang/rust:            1.56.0-r1::gentoo
dev-util/cmake:           3.21.3::gentoo
sys-apps/baselayout:      2.8::gentoo
sys-apps/sandbox:         2.27::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r5::gentoo, 2.71-r1::gentoo
sys-devel/automake:       1.16.5::gentoo
sys-devel/binutils:       2.36.1-r1::gentoo, 2.37_p1::gentoo
sys-devel/gcc:            11.2.0::gentoo
sys-devel/gcc-config:     2.4::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.3::gentoo
sys-kernel/linux-headers: 5.14::gentoo (virtual/os-headers)
sys-libs/glibc:           2.33-r7::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/gentoo.git
    priority: -1000
    sync-git-verify-commit-signature: yes

haskell
    location: /var/db/repos/haskell
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/haskell.git
    masters: gentoo

mva
    location: /var/db/repos/mva
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/mva.git
    masters: gentoo

wine
    location: /var/db/repos/wine
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/wine.git
    masters: gentoo

Installed sets: @Cinna-desktop, @iscsi, @metal, @michael, @miit, @uefi, @wayland
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE unRAR"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-pipe -O2 -march=native -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.3/ext-active/ /etc/php/cgi-php7.3/ext-active/ /etc/php/cli-php7.3/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-pipe -O2 -march=native -fomit-frame-pointer"
DISTDIR="/var/db/repos/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going --with-bdeps=y --verbose-conflicts --quiet --update --changed-use --autounmask=n --autounmask-write=n --deep"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-pipe -O2 -march=native -fomit-frame-pointer"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-pipe -O2 -march=native -fomit-frame-pointer"
GENTOO_MIRRORS="http://ftp.swin.edu.au/gentoo http://mirror.pacific.net.au/linux/Gentoo ftp://ftp.swin.edu.au/gentoo ftp://mirror.pacific.net.au/linux/Gentoo "
LANG="en_GB.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="en en_GB"
MAKEOPTS="-j1 -s"
PKGDIR="/var/db/repos/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi ada alsa amd64 autoipd avahi branding bzip2 cairo cdda cdr cjk cli colord context crypt cups dbus detex disk-partition doc dri dts dv dvb dvd dvdr dvi2tty emboss encode epspdf evo exif extras flac fontconfig foomatic fortran freerdp gbm gd gdbm gif git glamor glibc-omitfp gnat_2018 gnome gnome-keyring gnome-online-accounts gnutls gpm graphics gstreamer gtk gtk3 gui humanities iconv icu imap inotify introspection iscsi jadetex jpeg jpeg2k kpathsea lame latex lcms ldap libglvnd libnotify libsecret libtirpc litehtml luatex lzma lzo mad mercurial metapost mmap mms mng mp3 mp4 mpeg msn mtp multilib musepack music nautilus ncurses networkmanager nfsv41 nls nntp npp nptl nsplugin odbc ogg openexr opengl openmp oscar oss pam pango pcre pdf pdfannotextractor pdo png policykit postgres ppds pstricks publishers pulseaudio quicktime rdesktop readline real rss sasl science sdl seccomp slang smime spam-report spamassassin spell split-usr sql ssh ssl startup-notification subversion svg sysprof systemd taglib tcpd tex4ht texi2html theora threads tiff tracker truetype udev udisks unicode upower usb v4l2 vcd vim-syntax vnc vorbis wavpack wayland win32codecs wmf wxwidgets x264 xattr xcb xcomposite xetex xface xine xinerama xml xmp xnest xpm xv xvid yahoo zlib" ABI_X86="64" ADA_TARGET="gnat_2019" ALSA_CARDS="intel" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev" KERNEL="linux" L10N="en en-GB" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-3 php7-4" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_8" PYTHON_TARGETS="python3_9 pypy3 python3_8" RUBY_TARGETS="ruby30" USERLAND="GNU" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RUSTFLAGS