After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 587749 - make[3]: *** [gtk.immodules] Error 1
make[3]: *** [gtk.immodules] Error 1
Status: RESOLVED DUPLICATE of bug 606857
Product: glib
Classification: Platform
Component: gio
unspecified
Other Mac OS
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2009-07-04 14:53 UTC by Norman Khine
Modified: 2017-11-03 10:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
config.log (130.63 KB, text/plain)
2009-07-04 15:01 UTC, Norman Khine
Details

Description Norman Khine 2009-07-04 14:53:57 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
Comment 1 Norman Khine 2009-07-04 15:01:22 UTC
Created attachment 137835 [details]
config.log
Comment 2 Matthias Clasen 2009-07-06 14:30:32 UTC
Sounds more like a linking problem with glib.
Comment 3 Norman Khine 2009-07-12 16:23:28 UTC
Is there a way to verify this?
Comment 4 Philip Withnall 2017-11-03 10:35:01 UTC
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 ***