Perl locale problem (was: etch upgrade problem (SOLVED))

2007-04-09 Thread Florian Kulzer
On Mon, Apr 09, 2007 at 11:24:19 -0500, Seth Goodman wrote: [...] > Now on to the PERL locale variable warnings. These warnings are all > similar to: > > perl: warning: Setting locale failed. > perl: warning: please check that your locale settings: > LANGUAGE

Re: Problem with perl & locale

2003-03-12 Thread Mark Schouten
On Wed, Mar 12, 2003 at 03:21:03PM -, [EMAIL PROTECTED] wrote: > On a debian 3.0 Alpha WS I had set up the American English language as > locale and it's worked fine until I've changed the gdm language > from English to Italian then back to English (C/Posix). > The error below occurs (under

Re: Re: Problem with perl & locale

2003-03-12 Thread Colin Watson
On Wed, Mar 12, 2003 at 05:16:08PM -, [EMAIL PROTECTED] wrote: > >On Wed, Mar 12, 2003 at 03:21:03PM -, [EMAIL PROTECTED] wrote: > >> I've tried to: 1) regenerate locale via locale-gen; 2) re-install > >> locales package. To no avail! I can't make head or tail of it. > > > >have you tried:

Re: Re: Problem with perl & locale

2003-03-12 Thread sean finney
On Wed, Mar 12, 2003 at 05:16:08PM -, [EMAIL PROTECTED] wrote: > >dpkg-reconfigure locales > > > YES, the same result as locale-gen. It seems to finish correctly but it simply > doesn't work... and you selected your language, and it generated it? that's odd. what's in: /etc/locale.gen

Re: Re: Problem with perl & locale

2003-03-12 Thread vdemart
>On Wed, Mar 12, 2003 at 03:21:03PM -, [EMAIL PROTECTED] wrote: >> I've tried to: 1) regenerate locale via locale-gen; 2) re-install locales >package. To no avail! I can't make head or tail of it. > >> Please help > >have you tried: > >dpkg-reconfigure locales > >? it prompts you for a list

Re: Problem with perl & locale

2003-03-12 Thread sean finney
On Wed, Mar 12, 2003 at 03:21:03PM -, [EMAIL PROTECTED] wrote: > I've tried to: 1) regenerate locale via locale-gen; 2) re-install locales package. > To no avail! I can't make head or tail of it. > > Please help have you tried: dpkg-reconfigure locales ? it prompts you for a list of the l

Problem with perl & locale

2003-03-12 Thread vdemart
Friends, (Sorry, I'm writing on a webmail, I can control the layout of this message!) On a debian 3.0 Alpha WS I had set up the American English language as locale and it's worked fine until I've changed the gdm language from English to Italian then back to English (C/Posix). The error be

Re: [users] Re: perl locale

2001-06-02 Thread will trillich
On Fri, May 18, 2001 at 03:46:17PM -0400, MaD dUCK wrote: > also sprach Ilya Martynov (on Wed, 16 May 2001 11:57:57AM +0400): > > >> Why are you setting LANG=en instead of LANG=en_US? > > Md> i am not setting anything anywhere. in fact, i am lost! > > check /etc/environment > > cool. i didn't know

Re: [users] Re: perl locale

2001-05-18 Thread MaD dUCK
also sprach Ilya Martynov (on Wed, 16 May 2001 11:57:57AM +0400): > >> Why are you setting LANG=en instead of LANG=en_US? > Md> i am not setting anything anywhere. in fact, i am lost! > check /etc/environment cool. i didn't know this file existed. how does it tie in? when is it sourced? martin;

Re: [users] Re: perl locale

2001-05-16 Thread Ilya Martynov
Md> also sprach Alan Shutko (on Tue, 15 May 2001 02:00:41PM -0400): >> Why are you setting LANG=en instead of LANG=en_US? Md> i am not setting anything anywhere. in fact, i am lost! check /etc/environment -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Ilya Mart

Re: [users] Re: perl locale

2001-05-15 Thread MaD dUCK
also sprach Alan Shutko (on Tue, 15 May 2001 02:00:41PM -0400): > Why are you setting LANG=en instead of LANG=en_US? i am not setting anything anywhere. in fact, i am lost! martin; (greetings from the heart of the sun.) \ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAIL PROTECTE

Re: perl locale

2001-05-15 Thread Alan Shutko
MaD dUCK <[EMAIL PROTECTED]> writes: > LANG=en Why are you setting LANG=en instead of LANG=en_US? -- Alan Shutko <[EMAIL PROTECTED]> - In a variety of flavors! In which level of metalanguage are you now speaking?

Re: perl locale

2001-05-15 Thread MaD dUCK
also sprach Joey Hess (on Tue, 15 May 2001 11:56:58AM -0400): > Also, see the section of perllocale(1) under "LOCALE PROBLEMS". alright. but i am apparently too stupid. i have /usr/lib/locale/en_US/* and locale -a lists en_US as well. furthermore, just `locale` gives LANG=en LC_CTYPE="en" LC_NUME

Re: perl locale

2001-05-15 Thread MaD dUCK
also sprach Ilya Martynov (on Tue, 15 May 2001 10:18:09AM +0400): > Perl will always complain if you have problems with libc locales > setup. So usuallly when you see such messgae it is not perl > problem. Did you installed 'locales' package that matches version of > libc6 package? Is your locales

Re: perl locale

2001-05-15 Thread Joey Hess
Ilya Martynov wrote: > Perl will always complain if you have problems with libc locales > setup. So usuallly when you see such messgae it is not perl > problem. Did you installed 'locales' package that matches version of > libc6 package? Is your locales configured correctly in > /etc/locale.gen? A

Re: perl locale

2001-05-15 Thread Ilya Martynov
Md> hey guys, Md> whenever i use perl (rename, apt-get/dpkg, anything), i get Md> perl: warning: Setting locale failed. Md> perl: warning: Please check that your locale settings: Md> LANGUAGE = (unset), Md> LC_ALL = (unset), Md> LANG = "en" Md> are supported and instal

Re: perl locale

2001-05-15 Thread Viktor Lakics
Aren't you runnig woody? Two days ago I did an aborted experiment to dist-upgrade from potato to woody. I kept getting the same messages, but before that there was a different perl problem, with a little bit more info (Thanks to the peple on this list I did this upgrade on a clone of my system, so

perl locale

2001-05-14 Thread MaD dUCK
hey guys, whenever i use perl (rename, apt-get/dpkg, anything), i get perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en" are supported and installed on your system. perl: warning

woody-problems: perl, locale, ppp and X4

2001-04-03 Thread Joerg Johannes
Hi all! I have 4 problems after dist-upgrading to woody: (in order of descending importance ;-) ) Problem 1:) When I start some programs (e.g. emacs) from an xterm, I get the following message: Warning: locale not supported by C library, locale unchanged I think this one is related whith the on