public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Lost most locales after glibc upgrade
@ 2006-06-19 11:20 Alexander Kirillov
  2006-06-19 12:25 ` Alexander Skwar
  2006-06-19 12:26 ` JC Denton
  0 siblings, 2 replies; 8+ messages in thread
From: Alexander Kirillov @ 2006-06-19 11:20 UTC (permalink / raw
  To: gentoo-user

I've lost most of them locales after upgrade to glibc-2.3.6-r4.
I don't have userlocales flag set either.
And probably should consider selling sweatshirts to oil-exporting 
countries instead of software engineering as I don't seem to be capable 
of running STABLE system anymore.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Lost most locales after glibc upgrade
  2006-06-19 11:20 [gentoo-user] Lost most locales after glibc upgrade Alexander Kirillov
@ 2006-06-19 12:25 ` Alexander Skwar
  2006-06-19 13:25   ` Alexander Kirillov
  2006-06-19 14:20   ` fei huang
  2006-06-19 12:26 ` JC Denton
  1 sibling, 2 replies; 8+ messages in thread
From: Alexander Skwar @ 2006-06-19 12:25 UTC (permalink / raw
  To: gentoo-user

Alexander Kirillov wrote:

> I've lost most of them locales after upgrade to glibc-2.3.6-r4.

You'll need to create a /etc/locale.gen file. After that, read

	man 5 locale.gen
	man 8 locale-gen

and run /usr/sbin/locale-gen

> I don't have userlocales flag set either.

As there *is* no such flag, there's really no need to set it.

> And probably should consider selling sweatshirts to oil-exporting 
> countries instead of software engineering as I don't seem to be capable 
> of running STABLE system anymore.

Yep.

Alexander Skwar
-- 
Dreams are free, but there's a small charge for alterations.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [gentoo-user] Lost most locales after glibc upgrade
  2006-06-19 11:20 [gentoo-user] Lost most locales after glibc upgrade Alexander Kirillov
  2006-06-19 12:25 ` Alexander Skwar
@ 2006-06-19 12:26 ` JC Denton
  2006-06-19 13:03   ` Alexander Kirillov
  1 sibling, 1 reply; 8+ messages in thread
From: JC Denton @ 2006-06-19 12:26 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 552 bytes --]

I did upgrade the glibc today. How did you recognize the missing locale?


Alexander Kirillov <nevis2us@infoline.su> schrieb: I've lost most of them locales after upgrade to glibc-2.3.6-r4.
I don't have userlocales flag set either.
And probably should consider selling sweatshirts to oil-exporting 
countries instead of software engineering as I don't seem to be capable 
of running STABLE system anymore.

-- 
gentoo-user@gentoo.org mailing list



 		
---------------------------------
Yahoo! Mail - Sie denken an Ihre Sicherheit?  Das tun wir auch. 

[-- Attachment #2: Type: text/html, Size: 815 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Lost most locales after glibc upgrade
  2006-06-19 12:26 ` JC Denton
@ 2006-06-19 13:03   ` Alexander Kirillov
  0 siblings, 0 replies; 8+ messages in thread
From: Alexander Kirillov @ 2006-06-19 13:03 UTC (permalink / raw
  To: gentoo-user

# locale -a
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_COLLATE to default locale: No such file or directory
C
POSIX
de_DE
de_DE@euro
en_HK
en_PH
en_US
en_US.utf8
es_MX
fa_IR
fr_FR
fr_FR@euro
it_IT
ja_JP
ja_JP.eucjp
ja_JP.utf8

You've probably been lucky enough to be either en, de or fr?:)

> I did upgrade the glibc today. How did you recognize the missing locale?
> 
>     I've lost most of them locales after upgrade to glibc-2.3.6-r4.
>     I don't have userlocales flag set either.


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Lost most locales after glibc upgrade
  2006-06-19 12:25 ` Alexander Skwar
@ 2006-06-19 13:25   ` Alexander Kirillov
  2006-06-19 14:20   ` fei huang
  1 sibling, 0 replies; 8+ messages in thread
From: Alexander Kirillov @ 2006-06-19 13:25 UTC (permalink / raw
  To: gentoo-user

>> I've lost most of them locales after upgrade to glibc-2.3.6-r4.
> 
> You'll need to create a /etc/locale.gen file. After that, read
> 
> 	man 5 locale.gen
> 	man 8 locale-gen
> 
> and run /usr/sbin/locale-gen

Yep. Thanks. Easy enough.
I've seen something of the sort in glibc-2.3.6-r4.log
The devs should probably mention in the notes
it doesn't take rebuilding the whole glibc
to fix the problem.

>> I don't have userlocales flag set either.
> 
> As there *is* no such flag, there's really no need to set it.

The flag is still there in the handbook.
Sasha

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Lost most locales after glibc upgrade
  2006-06-19 12:25 ` Alexander Skwar
  2006-06-19 13:25   ` Alexander Kirillov
@ 2006-06-19 14:20   ` fei huang
  2006-06-19 14:55     ` Alexander Skwar
  1 sibling, 1 reply; 8+ messages in thread
From: fei huang @ 2006-06-19 14:20 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 966 bytes --]

On 6/19/06, Alexander Skwar <listen@alexander.skwar.name> wrote:
>
> Alexander Kirillov wrote:
>
> > I've lost most of them locales after upgrade to glibc-2.3.6-r4.
>
> You'll need to create a /etc/locale.gen file. After that, read
>
>         man 5 locale.gen
>         man 8 locale-gen
>
> and run /usr/sbin/locale-gen
>
> > I don't have userlocales flag set either.
>
> As there *is* no such flag, there's really no need to set it.


there IS a userlocales flag available for the previous version, seems not
working though, I set the USE flag, but locale -a still list nearly
everything. the latest r4 version ignore this flag somehow.

> And probably should consider selling sweatshirts to oil-exporting
> > countries instead of software engineering as I don't seem to be capable
> > of running STABLE system anymore.
>
> Yep.
>
> Alexander Skwar
> --
> Dreams are free, but there's a small charge for alterations.
> --
> gentoo-user@gentoo.org mailing list
>
>

[-- Attachment #2: Type: text/html, Size: 1585 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Lost most locales after glibc upgrade
  2006-06-19 14:20   ` fei huang
@ 2006-06-19 14:55     ` Alexander Skwar
  2006-06-20  2:05       ` fei huang
  0 siblings, 1 reply; 8+ messages in thread
From: Alexander Skwar @ 2006-06-19 14:55 UTC (permalink / raw
  To: gentoo-user

fei huang wrote:
> 
> 
> On 6/19/06, *Alexander Skwar* <listen@alexander.skwar.name 
> <mailto:listen@alexander.skwar.name>> wrote:
> 
>     Alexander Kirillov wrote:
> 
>      > I've lost most of them locales after upgrade to glibc-2.3.6-r4.
> 
>     You'll need to create a /etc/locale.gen file. After that, read
> 
>             man 5 locale.gen
>             man 8 locale-gen
> 
>     and run /usr/sbin/locale-gen
> 
>      > I don't have userlocales flag set either.
> 
>     As there *is* no such flag, there's really no need to set it.
> 
> 
> there IS a userlocales flag available for the previous version,

So, there IS no such flag available for the current version, ie.
the version, the OP is about.

> seems 
> not working though,

Worked very well, when there used to be such a flag. At least on
my systems it worked very well.

> I set the USE flag, but locale -a still list nearly 
> everything.

Did you create a /etc/locales.build file?

> the latest r4 version ignore this flag somehow.

Yes, as I said: There IS no such flag as "userlocales". But you're right,
this flag is ignored - just like other non-existant flags.

Anyway, the solution is to create a /etc/locale.gen file and run locale-gen.

Alexander Skwar
-- 
Would it help if I got out and pushed?
		-- Princess Leia Organa
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Lost most locales after glibc upgrade
  2006-06-19 14:55     ` Alexander Skwar
@ 2006-06-20  2:05       ` fei huang
  0 siblings, 0 replies; 8+ messages in thread
From: fei huang @ 2006-06-20  2:05 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1769 bytes --]

On 6/19/06, Alexander Skwar <listen@alexander.skwar.name> wrote:
>
> fei huang wrote:
> >
> >
> > On 6/19/06, *Alexander Skwar* <listen@alexander.skwar.name
> > <mailto:listen@alexander.skwar.name>> wrote:
> >
> >     Alexander Kirillov wrote:
> >
> >      > I've lost most of them locales after upgrade to glibc-2.3.6-r4.
> >
> >     You'll need to create a /etc/locale.gen file. After that, read
> >
> >             man 5 locale.gen
> >             man 8 locale-gen
> >
> >     and run /usr/sbin/locale-gen
> >
> >      > I don't have userlocales flag set either.
> >
> >     As there *is* no such flag, there's really no need to set it.
> >
> >
> > there IS a userlocales flag available for the previous version,
>
> So, there IS no such flag available for the current version, ie.
> the version, the OP is about.


thank you!  actually I  was just wondering about the missing flag with the
new version before reading this post.

> seems
> > not working though,
>
> Worked very well, when there used to be such a flag. At least on
> my systems it worked very well.




> I set the USE flag, but locale -a still list nearly

> > everything.
>
> Did you create a /etc/locales.build file?


yep, I have solved that problem, cause my locales.build is there though,
syntax is not correct. I have replaced it with the locale.gen. now it works!

> the latest r4 version ignore this flag somehow.
>
> Yes, as I said: There IS no such flag as "userlocales". But you're right,
> this flag is ignored - just like other non-existant flags.
>
> Anyway, the solution is to create a /etc/locale.gen file and run
> locale-gen.
>
> Alexander Skwar
> --
> Would it help if I got out and pushed?
>                 -- Princess Leia Organa
> --
> gentoo-user@gentoo.org mailing list
>
>

[-- Attachment #2: Type: text/html, Size: 3378 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-06-20  2:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-19 11:20 [gentoo-user] Lost most locales after glibc upgrade Alexander Kirillov
2006-06-19 12:25 ` Alexander Skwar
2006-06-19 13:25   ` Alexander Kirillov
2006-06-19 14:20   ` fei huang
2006-06-19 14:55     ` Alexander Skwar
2006-06-20  2:05       ` fei huang
2006-06-19 12:26 ` JC Denton
2006-06-19 13:03   ` Alexander Kirillov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox