From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 22 12:43:11 2007 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F82816A475 for ; Thu, 22 Mar 2007 12:43:11 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 9635A13C480 for ; Thu, 22 Mar 2007 12:43:09 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.8/8.13.8) with ESMTP id l2MCh7CJ069478; Thu, 22 Mar 2007 15:43:07 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.8/8.13.8/Submit) id l2MCh6ag069477; Thu, 22 Mar 2007 15:43:06 +0300 (MSK) (envelope-from ache) Date: Thu, 22 Mar 2007 15:43:06 +0300 From: Andrey Chernov To: Joe Marcus Clarke , ade@FreeBSD.org Message-ID: <20070322124305.GA69324@nagual.pp.ru> 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> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: <1174545988.8269.15.camel@shumai.marcuscom.com> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: gnome@FreeBSD.org Subject: gettext problem (was Re: desktop-file-utils port problem) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2007 12:43:11 -0000 --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--