Re: HEADS UP: LC_CTYPE format changed
From: Ruslan Ermilov (ru_at_freebsd.org)
Date: 03/03/05
- Previous message: Randy Bush: "Re: UPDATE: ATA mkIII first official patches - please test!"
- In reply to: Tai-hwa Liang: "Re: HEADS UP: LC_CTYPE format changed"
- Next in thread: Tai-hwa Liang: "Re: HEADS UP: LC_CTYPE format changed"
- Reply: Tai-hwa Liang: "Re: HEADS UP: LC_CTYPE format changed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 3 Mar 2005 11:12:31 +0200 To: Tai-hwa Liang <avatar@mmlab.cse.yzu.edu.tw>
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@FreeBSD.org FreeBSD committer
- application/pgp-signature attachment: stored
- Previous message: Randy Bush: "Re: UPDATE: ATA mkIII first official patches - please test!"
- In reply to: Tai-hwa Liang: "Re: HEADS UP: LC_CTYPE format changed"
- Next in thread: Tai-hwa Liang: "Re: HEADS UP: LC_CTYPE format changed"
- Reply: Tai-hwa Liang: "Re: HEADS UP: LC_CTYPE format changed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|