Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 624656 - dev-libs/appstream-glib-0.6.13 [introspection] needs x11-libs/gdk-pixbuf [introspection]
Summary: dev-libs/appstream-glib-0.6.13 [introspection] needs x11-libs/gdk-pixbuf [int...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-12 07:47 UTC by Jan Fikar
Modified: 2017-09-10 10:13 UTC (History)
1 user (show)

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


Attachments
appstream-glib build.log (build.log,146.01 KB, text/x-log)
2017-07-12 07:47 UTC, Jan Fikar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Fikar 2017-07-12 07:47:37 UTC
Created attachment 483338 [details]
appstream-glib build.log

This is a followup of a bug https://bugs.gentoo.org/show_bug.cgi?id=619704

The introspection USE fag is disabled globally and fwupd forces it in appstream-glib and libgusb. However appstream-glib with introspection fails, as it needs introspection in gdk-pixbuf.

Relevant part of build.log of appstream-glib:
...
Couldn't find include 'GdkPixbuf-2.0.gir' (search path: '['.', '.', 'gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0']')
...

Manually setting USE introspection for gdk-pixbuf solves the problem. Probably dev-libs/appstream-glib-0.6.13 [introspection] should force x11-libs/gdk-pixbuf [introspection].
Comment 1 Larry the Git Cow gentoo-dev 2017-09-10 10:13:27 UTC
Bug has been closed via the following commit:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246bbe43c475198dec18118494262316f3fb7959

commit 246bbe43c475198dec18118494262316f3fb7959
Author:     Gilles Dartiguelongue <eva@gentoo.org>
AuthorDate: 2017-09-10 10:01:23 +0000
Commit:     Gilles Dartiguelongue <eva@gentoo.org>
CommitDate: 2017-09-10 10:13:21 +0000

    dev-libs/appstream-glib: add missing USE dependency on gdk-pixbuf, bug #624656
    
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=624656
    Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/appstream-glib/appstream-glib-0.6.13.ebuild | 2 +-
 dev-libs/appstream-glib/appstream-glib-0.6.8.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)