gettext problem (was Re: desktop-file-utils port problem)

Andrey Chernov ache at FreeBSD.org
Thu Mar 22 12:43:11 UTC 2007


On Thu, Mar 22, 2007 at 02:46:28AM -0400, Joe Marcus Clarke wrote:
> It looks like this version of gettext wants to use pthreads.  Of course,
> since many gettext consumers are not linked with PTHREAD_LIBS, this will
> spell disaster.
> 
> Try adding --disable-threads to gettext's CONFIGURE_ARGS, rebuild, and
> see if that fixes the crashes.

Yes, adding --disable-threads to gettext completely fix the crash!

(update-desktop-database itself remains still linked with pthread, comes 
from libicui18n)

There is still some undercover gettext problems remains although not 
fatal.
update-desktop-database -v
running with ru_RU.KOI8-R says at the end
Could not create cache file in directory '/usr/share/applications':
        ????????? ?????? ??? ???????? ???????? "/usr/share/applications": 
No such file or directory
Which with LANG=C means 
Could not create cache file in directory '/usr/share/applications':
        Error opening directory '/usr/share/applications': No such file or 
directory
All those ???? means that locale is not initialized and those chars are 
treated as non-printable.

-- 
http://ache.pp.ru/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20070322/43d8b83e/attachment.pgp


More information about the freebsd-gnome mailing list