HEADS UP: LC_CTYPE format changed

Ruslan Ermilov ru at freebsd.org
Thu Mar 3 01:12:27 PST 2005


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/.
> 
>   Not sure if I missed something. But after making a clean buildworld
> & installworld, perl always pops with following warnings:
> 
> 	perl: warning: Setting locale failed.
> 	perl: warning: Please check that your locale settings:
> 	    LC_ALL = (unset),
> 	    LC_CTYPE = "zh_TW.Big5",
> 	    LANG = "zh_TW.Big5"
> 	    are supported and installed on your system.
> 	perl: warning: Falling back to the standard locale ("C").
> 
>   Re-building perl5.8 from ports doesn't seem to help.
> 
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="unknown" perl -e exit
: perl: warning: Setting locale failed.
: perl: warning: Please check that your locale settings:
:         LC_ALL = "unknown",
:         LANG = (unset)
:     are supported and installed on your system.
: perl: warning: Falling back to the standard locale ("C").
: $ env LC_ALL="zh_TW.Big5" perl -e exit
: $ 

(Also check /etc/libmap.conf.)


Cheers,
-- 
Ruslan Ermilov
ru at FreeBSD.org
FreeBSD committer
-------------- 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-current/attachments/20050303/ed949fa0/attachment.bin


More information about the freebsd-current mailing list