Re: [Cooker] locales problem

2000-03-13 Thread Pablo Saratxaga

Kaixo!

On Mon, Mar 13, 2000 at 11:02:39PM +0100, Andreas Simon wrote:

>>>   Gdk-WARNING **: locale not supported by C library
 
> I use glibc version 2.1.3-0.2mdk, the newest as far as I know.

The format of locale definitions changed in 2.1.3.
You have to rebuild them (you can get src.rpm of 'locales' and build
it, then install 'locales' and 'locales-xx' for your language).

-- 
Ki ça vos våye bén,
Pablo Saratxaga

http://www.ping.be/~pin19314/   PGP Key available, key ID: 0x8F0E4975



Re: [Cooker] locales problem

2000-03-13 Thread Andreas Simon

David Carvalho wrote:
> 
> Pablo Saratxaga wrote:
> >
> > Kaixo!
> >
> > On Sat, Mar 11, 2000 at 12:50:55PM -0600, David Foresman wrote:
> >
> > > fresh install of cooker from a couple of days ago.
> > > I get this error when i try to compile something.
> > >
> > > perl: warning: Setting locale failed.
> > > perl: warning: Please check that your locale settings:
> > > LANGUAGE = "en",
> > > LC_ALL = "en",
> > > LANG = "en"
> > > are supported and installed on your system.
> >
> > Install the package 'locales-en'.
> > (Strange it hasn't been installed)
> >
> > --
> >
> 
> That happened to me also. I had the locales-en installed , then after a
> fresh rsync from sunet 2 days ago , these weirdness started here in my
> box. After a rpm -qa|grep locale  , I discovered thar the locales-en
> package was deleted either from rpm's DB as from my box itself.


Yes, I got the very same problem. I made a forced reinstall of
locales-en-2.2-2mdk.noarch.rpm but the problem is still there.
Not only perl gives me nice warning, also GTK-programms complain

Gdk-WARNING **: locale not supported by C library

Can it be, that there are some mo files missing in the new
glibc package? It is only about 4MB big. I remeber the older
ones were 8MB.

Best regards
~Andreas



Re: [Cooker] locales problem

2000-03-12 Thread David Carvalho

Pablo Saratxaga wrote:
> 
> Kaixo!
> 
> On Sat, Mar 11, 2000 at 12:50:55PM -0600, David Foresman wrote:
> 
> > fresh install of cooker from a couple of days ago.
> > I get this error when i try to compile something.
> >
> > perl: warning: Setting locale failed.
> > perl: warning: Please check that your locale settings:
> > LANGUAGE = "en",
> > LC_ALL = "en",
> > LANG = "en"
> > are supported and installed on your system.
> 
> Install the package 'locales-en'.
> (Strange it hasn't been installed)
> 
> --
> 

That happened to me also. I had the locales-en installed , then after a
fresh rsync from sunet 2 days ago , these weirdness started here in my
box. After a rpm -qa|grep locale  , I discovered thar the locales-en
package was deleted either from rpm's DB as from my box itself.



Re: [Cooker] locales problem

2000-03-12 Thread Pablo Saratxaga

Kaixo!

On Sat, Mar 11, 2000 at 12:50:55PM -0600, David Foresman wrote:

> fresh install of cooker from a couple of days ago.
> I get this error when i try to compile something.
> 
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
> LANGUAGE = "en",
> LC_ALL = "en",
> LANG = "en"
> are supported and installed on your system.

Install the package 'locales-en'.
(Strange it hasn't been installed)

-- 
Ki ça vos våye bén,
Pablo Saratxaga

http://www.ping.be/~pin19314/   PGP Key available, key ID: 0x8F0E4975



[Cooker] locales problem

2000-03-11 Thread David Foresman



fresh install of cooker from a couple of days 
ago.  I get this error when i try to compile something.
 
perl: warning: Setting locale failed.perl: 
warning: Please check that your locale settings:LANGUAGE = "en",LC_ALL = 
"en",LANG = "en"are supported and installed on your system.perl: 
warning: Falling back to the standard locale 
("C").