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