Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 753917 - www-client/w3m depends on gdk-pixbuf[X]
Summary: www-client/w3m depends on gdk-pixbuf[X]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 534330
  Show dependency tree
 
Reported: 2020-11-10 19:05 UTC by Matt Turner
Modified: 2020-11-16 19:51 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 Matt Turner gentoo-dev 2020-11-10 19:05:53 UTC
> checking GdkPixbuf version... 2.42.0
> Package gdk-pixbuf-xlib-2.0 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `gdk-pixbuf-xlib-2.0.pc'
> to the PKG_CONFIG_PATH environment variable
> Package 'gdk-pixbuf-xlib-2.0', required by 'virtual:world', not found
[...]
> x11_w3mimg.c:16:10: fatal error: glib-object.h: No such file or directory
>    16 | #include <glib-object.h>
>       |          ^~~~~~~~~~~~~~~
> compilation terminated.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2020-11-14 22:13:58 UTC
2 symbols used:

> $ nm -CD --with-symbol-versions /usr/libexec/w3m/w3mimgdisplay | grep -E "(gdk_pixbuf_xlib_|xlib_draw_|xlib_rgb_)"
>                  U gdk_pixbuf_xlib_init_with_depth
>                  U gdk_pixbuf_xlib_render_to_drawable_alpha
Comment 2 Larry the Git Cow gentoo-dev 2020-11-16 19:51:40 UTC
The bug has been closed via the following commit(s):

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

commit d8992c5c70df9183760943a4258e9fe55e1c9711
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
AuthorDate: 2020-11-14 20:00:00 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2020-11-16 19:51:17 +0000

    www-client/w3m: Accept using x11-libs/gdk-pixbuf-xlib instead of x11-libs/gdk-pixbuf[X].
    
    Closes: https://bugs.gentoo.org/753917
    Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 10 +++++++++-
 www-client/w3m/w3m-0.5.3_p20190105.ebuild | 10 +++++++++-
 2 files changed, 18 insertions(+), 2 deletions(-)