Date: Thu, 22 Mar 2007 15:43:06 +0300 From: Andrey Chernov <ache@FreeBSD.org> To: Joe Marcus Clarke <marcus@marcuscom.com>, ade@FreeBSD.org Cc: gnome@FreeBSD.org Subject: gettext problem (was Re: desktop-file-utils port problem) Message-ID: <20070322124305.GA69324@nagual.pp.ru> In-Reply-To: <1174545988.8269.15.camel@shumai.marcuscom.com> References: <20070320054916.GA33710@nagual.pp.ru> <1174453429.79605.28.camel@shumai.marcuscom.com> <20070322034618.GB16823@nagual.pp.ru> <20070322063737.GA56493@nagual.pp.ru> <1174545988.8269.15.camel@shumai.marcuscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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. >=20 > 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=20 =66rom libicui18n) There is still some undercover gettext problems remains although not=20 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":= =20 No such file or directory Which with LANG=3DC means=20 Could not create cache file in directory '/usr/share/applications': Error opening directory '/usr/share/applications': No such file or= =20 directory All those ???? means that locale is not initialized and those chars are=20 treated as non-printable. --=20 http://ache.pp.ru/ --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFGAnnZVg5YK5ZEdN0RAi/aAJ40uYtTZ/FrDDekvn/4k25SqY1plACfW+M1 H3vFtmu/KyFK0ySq+LduAMc= =qRHA -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070322124305.GA69324>