From owner-freebsd-current@FreeBSD.ORG Thu Mar 3 09:12:27 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3F3216A4CE for ; Thu, 3 Mar 2005 09:12:27 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86FFD43D1D for ; Thu, 3 Mar 2005 09:12:26 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j239CO2I005991; Thu, 3 Mar 2005 11:12:24 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 80674-13; Thu, 3 Mar 2005 11:12:22 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j239CJa3005967 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 3 Mar 2005 11:12:20 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id j239CVTb095946; Thu, 3 Mar 2005 11:12:31 +0200 (EET) (envelope-from ru) Date: Thu, 3 Mar 2005 11:12:31 +0200 From: Ruslan Ermilov To: Tai-hwa Liang Message-ID: <20050303091231.GA95832@ip.net.ua> References: <20050226223215.GF93910@ip.net.ua> <05030310251113.18739@www.mmlab.cse.yzu.edu.tw> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YiEDa0DAkWCtVeE4" Content-Disposition: inline In-Reply-To: <05030310251113.18739@www.mmlab.cse.yzu.edu.tw> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: current@freebsd.org Subject: Re: HEADS UP: LC_CTYPE format changed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 09:12:27 -0000 --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 03, 2005 at 10:28:41AM +0800, Tai-hwa Liang wrote: > On Sun, 27 Feb 2005, Ruslan Ermilov wrote: > >I've just committed changes that modify the format of LC_CTYPE > >files. Next time when you buildworld/installworld, please do > >it without -DNO_CLEAN, or at least remove the contents of > >/usr/obj/usr/src/share/mklocale/. >=20 > Not sure if I missed something. But after making a clean buildworld > & installworld, perl always pops with following warnings: >=20 > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LC_ALL =3D (unset), > LC_CTYPE =3D "zh_TW.Big5", > LANG =3D "zh_TW.Big5" > are supported and installed on your system. > perl: warning: Falling back to the standard locale ("C"). >=20 > Re-building perl5.8 from ports doesn't seem to help. >=20 I don't know what's your problem (make sure your `which perl` isn't linked to libc.so.5), but it definitely works here: : $ hostname : sledge.freebsd.org : $ uname -mir : 6.0-CURRENT amd64 SLEDGE : $ grep __FreeBSD_version /usr/include/osreldate.h : #undef __FreeBSD_version : #define __FreeBSD_version 600019 : $ env LC_ALL=3D"unknown" perl -e exit : perl: warning: Setting locale failed. : perl: warning: Please check that your locale settings: : LC_ALL =3D "unknown", : LANG =3D (unset) : are supported and installed on your system. : perl: warning: Falling back to the standard locale ("C"). : $ env LC_ALL=3D"zh_TW.Big5" perl -e exit : $=20 (Also check /etc/libmap.conf.) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --YiEDa0DAkWCtVeE4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFCJtT+qRfpzJluFF4RAlXEAJ47xHgn9br77A5kthMryvQZAKeWUgCeN4Gt CETlK5/L0dfo0NMx2gPNejw= =V8Zk -----END PGP SIGNATURE----- --YiEDa0DAkWCtVeE4--