Subject: Re: sysutils/gnome-vfs2 doesn't compile
To: None <itojun@iijlab.net>
From: Julio Merino <jmmv@hispabsd.org>
List: tech-pkg
Date: 09/30/2002 12:16:19
On Mon, 30 Sep 2002 18:24:42 +0900
itojun@iijlab.net wrote:

> >I got the following error with latest pkgsrc on -current/i386:
> >../../libgnomevfs/.libs/libgnomevfs-2.so: undefined reference to `bind_textdomain_codeset'
> >Any clues? Someone reported that he got the same problem with 1.6
> >release. 
> 
> 	bind_textdomain_codeset() is not provided in GNU gettext 0.10.35.
> 	it seems that it was introduced sometime between 0.10.35 and 0.10.40.
> 	our pkgsrc tree has gettext 0.10.35, and it seems that gnome-vfs2
> 	requires more recent one.
> 
> 	our BSD-licensed libintl (src/lib/libintl) has a dummy function for
> 	bind_textdomain_codeset(), which does nothing.

Well, the problem is that gnome-vfs2 can't be compiled with our libintl,
because it tries to use the libtool'ized archive libintl.la, iirc.

Weird. It did compile before last changes were done in the package. Maybe
it should be downgraded some versions...

-- 
HispaBSD admin - http://www.HispaBSD.org
For the developer - http://buildtool.sourceforge.net
Julio Merino <jmmv@hispabsd.org>