At 28 Aug 2003 01:37:15 -0400, Greg Stark wrote: > GOTO Masanori <[EMAIL PROTECTED]> writes: > > > I think your en_CA is generated in /usr/lib/locale/locale-archive, and works > > fine. Please confirm and tell me it's ok. > > I'm not sure what you mean by "ok". en_CA is generated but none of the other > locales requested were generated.
Ah, The reason which other locales are not generated is we use "set -e" in /usr/sbin/locale-gen. It's set by user's request. One idea to fix is unsetting POSIXLY_CORRECT in locale-gen. It's workaround, but works fine for you. I've added it. Regards, -- gotom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

