GNOME Bugzilla – Bug 587749
make[3]: *** [gtk.immodules] Error 1
Last modified: 2017-11-03 10:35:01 UTC
Please describe the problem: Unable to run make on OS X 10.4.11 Steps to reproduce: 1. ./configure --without-libjasper 2. make 3. Actual results: /Users/khine/packages/gtk+-2.16.3/modules/input/im-xim.la does not export GTK+ IM module API: dlopen(/Users/khine/packages/gtk+-2.16.3/modules/input/.libs/im-xim.so, 10): Symbol not found: _res_9_dn_expand Referenced from: /usr/local/lib/libgio-2.0.0.dylib Expected in: flat namespace make[3]: *** [gtk.immodules] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 full output can be found http://paste.lisp.org/+1S1T Expected results: Not to have error on make Does this happen every time? Other information: $ pkg-config --list-all gmodule-no-export-2.0 GModule - Dynamic module loader for GLib pango Pango - Internationalized text handling cairo cairo - Multi-platform 2D graphics library poppler-splash poppler-splash - Splash backend for Poppler PDF rendering library cairo-ft cairo-ft - FreeType font backend for cairo graphics library libpng libpng - Loads and saves PNG files glib-2.0 GLib - C Utility Library cairo-png cairo-png - PNG functions for cairo graphics library cairo-quartz cairo-quartz - Quartz surface backend for cairo graphics library libpng12 libpng - Loads and saves PNG files gmodule-export-2.0 GModule - Dynamic module loader for GLib libxslt libxslt - XSLT library version 2. gobject-2.0 GObject - GLib Type, Object, Parameter and Signal Library pangocairo Pango Cairo - Cairo rendering support for Pango libexslt libexslt - EXSLT Extension library gmodule-2.0 GModule - Dynamic module loader for GLib gnome-doc-utils gnome-doc-utils - GNOME Documentation Utilities gtk-doc gtk-doc - API documentation generator atk Atk - Accessibility Toolkit xml2po xml2po - Tool for translating XML documents cairo-ps cairo-ps - PostScript surface backend for cairo graphics library poppler-cairo poppler-cairo - Cairo backend for Poppler PDF rendering library libxml-2.0 libXML - libXML library version2. cairo-xlib cairo-xlib - Xlib surface backend for cairo graphics library poppler poppler - PDF rendering library pangoft2 Pango FT2 and Pango Fc - Freetype 2.0 and fontconfig font support for Pango gio-unix-2.0 GIO unix specific APIs - unix specific headers for glib I/O library poppler-glib poppler-glib - GLib wrapper for poppler gthread-2.0 GThread - Thread support for GLib fontconfig Fontconfig - Font configuration and customization library cairo-quartz-font cairo-quartz-font - Quartz font backend for cairo graphics library freetype2 FreeType 2 - A free, high-quality, and portable font engine. pangox Pango X - X Window System font support for Pango cairo-pdf cairo-pdf - PDF surface backend for cairo graphics library pixman-1 Pixman - The pixman library (version 1) gio-2.0 GIO - glib I/O library cairo-svg cairo-svg - SVG surface backend for cairo graphics library cairo-xlib-xrender cairo-xlib-xrender - Xlib Xrender surface backend for cairo graphics library
Created attachment 137835 [details] config.log
Sounds more like a linking problem with glib.
Is there a way to verify this?
Looks like a duplicate of bug #606857. This should have been fixed by bug #602240 in early 2010. *** This bug has been marked as a duplicate of bug 606857 ***