Date: Thu, 3 Mar 2005 11:12:31 +0200 From: Ruslan Ermilov <ru@freebsd.org> To: Tai-hwa Liang <avatar@mmlab.cse.yzu.edu.tw> Cc: current@freebsd.org Subject: Re: HEADS UP: LC_CTYPE format changed Message-ID: <20050303091231.GA95832@ip.net.ua> In-Reply-To: <05030310251113.18739@www.mmlab.cse.yzu.edu.tw> References: <20050226223215.GF93910@ip.net.ua> <05030310251113.18739@www.mmlab.cse.yzu.edu.tw>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050303091231.GA95832>