Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 783786 - x11-libs/gdk-pixbuf: missing glib BDEPEND
Summary: x11-libs/gdk-pixbuf: missing glib BDEPEND
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: PATCH
Depends on:
Blocks:
 
Reported: 2021-04-18 14:26 UTC by David Michael
Modified: 2021-04-18 15:04 UTC (History)
0 users

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


Attachments
fix.patch (0001-x11-libs-gdk-pixbuf-add-missing-glib-BDEPEND.patch,1.33 KB, patch)
2021-04-18 14:27 UTC, David Michael
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Michael 2021-04-18 14:26:23 UTC
The configure phase started failing for gdk-pixbuf.  It might have had an implicit dependency that was lost from some recent eclass change.

> >>> Emerging (1 of 1) x11-libs/gdk-pixbuf-2.42.4::gentoo for /usr/i686-gentoo-linux-gnu/
> ...
> Program glib-compile-resources found: NO
> 
> ../gdk-pixbuf-2.42.4/meson.build:376:0: ERROR: Program 'glib-compile-resources' not found
> 
> A full log can be found at /var/tmp/portage/x11-libs/gdk-pixbuf-2.42.4/work/gdk-pixbuf-2.42.4-abi_x86_32.x86/meson-logs/meson-log.txt
>  * ERROR: x11-libs/gdk-pixbuf-2.42.4::gentoo failed (configure phase):
https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/meson.build#L410
Comment 1 David Michael 2021-04-18 14:27:33 UTC
Created attachment 700557 [details, diff]
fix.patch
Comment 2 Larry the Git Cow gentoo-dev 2021-04-18 15:04:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f005a691da2fa5fa9784022a32a4bb5009715242

commit f005a691da2fa5fa9784022a32a4bb5009715242
Author:     David Michael <fedora.dm0@gmail.com>
AuthorDate: 2021-04-18 14:27:10 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2021-04-18 15:04:38 +0000

    x11-libs/gdk-pixbuf: add missing glib BDEPEND
    
    Closes: https://bugs.gentoo.org/783786
    Package-Manager: Portage-3.0.17, Repoman-3.0.2
    Signed-off-by: David Michael <fedora.dm0@gmail.com>
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.4.ebuild | 1 +
 x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.6.ebuild | 1 +
 2 files changed, 2 insertions(+)