gettext - libintl.so.6 not found

Randy Bush randy at psg.com
Tue Feb 3 12:49:02 PST 2004


>> so i fell into the trap where gettext-0.13.1 stomped on
>> gettext-0.12.1.  so i pkg_deleted gettext-0.13.1 and tried to
>>     portupgrade -vfr devel/gettext-old
>> but i get problems in places like x11-toolkits/gtk20
>> /usr/X11R6/lib/gtk-2.0/2.2.0/immodules/im-gucharmap.so does not export GTK+ IM module API: Shared object "libintl.so.6" not found
>> *** Error code 1
>> and gettext-0.12.1 did libintl.so.5
>> clues and hacks appreciated
> Remove gucharmap*, then upgrade gtk20, then reinstall gucharmap.

hmmm.  i may not have understood the word "remove" properly, as
this did not work.  i did

    pkg_delete -f gucharmap-gnome-1.2.0
    portupgrade -f x11-toolkits/gtk20
    portupgrade -N deskutils/gucharmap

and, on that last one, still got

cc -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -O -pipe -march=pentiumpro -L/usr/local/lib -o im-module-file im-module-file.o -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 
gtk-query-immodules-2.0 im-gucharmap.la > gtk.immodules ;
Cannot load module /usr/ports/deskutils/gucharmap/work/gucharmap-1.2.0/gucharmap/im-gucharmap.la: Shared object "libintl.so.6" not found
/usr/ports/deskutils/gucharmap/work/gucharmap-1.2.0/gucharmap/im-gucharmap.la does not export GTK+ IM module API: Shared object "libintl.so.6" not found
gmake[3]: *** [gtk.immodules] Error 1
gmake[3]: Leaving directory `/usr/ports/deskutils/gucharmap/work/gucharmap-1.2.0/gucharmap'

randy


More information about the freebsd-ports mailing list