Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 683212 - x11-wm/awesome-4.3 - Error: /usr/share/lua/5.1/lgi/namespace.lua:151: Typelib file for namespace 'GdkPixbuf' (any version) not found
Summary: x11-wm/awesome-4.3 - Error: /usr/share/lua/5.1/lgi/namespace.lua:151: Typelib...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maxim Koltsov (RETIRED)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-04-13 05:42 UTC by Quentin Minster
Modified: 2020-12-27 05:35 UTC (History)
2 users (show)

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 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(-)