Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 683212

Summary: x11-wm/awesome-4.3 - Error: /usr/share/lua/5.1/lgi/namespace.lua:151: Typelib file for namespace 'GdkPixbuf' (any version) not found
Product: Gentoo Linux Reporter: Quentin Minster <quentin>
Component: Current packagesAssignee: Maxim Koltsov (RETIRED) <maksbotan>
Status: RESOLVED FIXED    
Severity: normal CC: Manfred.Knick, zima
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/18674
Whiteboard:
Package list:
Runtime testing required: ---

Description Quentin Minster 2019-04-13 05:42:50 UTC
x11-wm/awesome fails to build when running `lgi-check` with the following error:

    Error: /usr/share/lua/5.1/lgi/namespace.lua:151: Typelib file for namespace 'GdkPixbuf' (any version) not found

This is fixed by re-emerging x11-libs/gdk-pixbuf with the 'introspection' USE flag enabled (I previously had it disabled).
Perhaps x11-wm/awesome should depend on x11-libs/gdk-pixbuf[introspection] rather than just x11-libs/gdk-pixbuf.

(I can't provide the build.log, the box where I have this error is not operational yet.)
Comment 1 Petr Zima 2019-08-20 00:23:09 UTC
Confirming. Reinstalling x11-libs/gdk-pixbuf with 'introspection' fixes it here too, please update the dependency.
Comment 2 Larry the Git Cow gentoo-dev 2020-12-27 05:35:52 UTC
The bug has been closed via the following commit(s):

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

commit fcd94bbe959b6b0d8ebc2b513128bf1e4cb3dc51
Author:     Jeffrey Lin <jeffrey@icurse.nl>
AuthorDate: 2020-12-16 04:03:37 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-12-27 05:31:00 +0000

    x11-wm/awesome: depend on x11-libs/gdk-pixbuf[introspection]
    
    Closes: https://bugs.gentoo.org/683212
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl>
    Closes: https://github.com/gentoo/gentoo/pull/18674
    Signed-off-by: Sam James <sam@gentoo.org>

 x11-wm/awesome/awesome-4.3-r1.ebuild   | 2 +-
 x11-wm/awesome/awesome-4.3-r100.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)