ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] lost locale KOI8-U
@ 2007-05-18 19:40 Igor Vlasenko
  2007-05-18 19:48 ` Dmitry V. Levin
  0 siblings, 1 reply; 7+ messages in thread
From: Igor Vlasenko @ 2007-05-18 19:40 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Куда пропала локаль KOI8-U?
glibc-locales-2.5-alt4
LC_CTYPE=uk_UA.KOI8-U
Warning: locale not supported by C library, locale unchanged
c ru_RU.KOI8-R 
все в порядке.

-- 

Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine




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

* Re: [sisyphus] lost locale KOI8-U
  2007-05-18 19:40 [sisyphus] lost locale KOI8-U Igor Vlasenko
@ 2007-05-18 19:48 ` Dmitry V. Levin
  2007-05-19  6:43   ` Igor Vlasenko
  0 siblings, 1 reply; 7+ messages in thread
From: Dmitry V. Levin @ 2007-05-18 19:48 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

On Fri, May 18, 2007 at 10:40:16PM +0300, Igor Vlasenko wrote:
> Куда пропала локаль KOI8-U?
> glibc-locales-2.5-alt4
> LC_CTYPE=uk_UA.KOI8-U
> Warning: locale not supported by C library, locale unchanged
> c ru_RU.KOI8-R 
> все в порядке.

Очевидно, у вас локальные проблемы, проверьте.

$ locale -m |fgrep -xc KOI8-U
1
$ env -i LC_CTYPE=uk_UA.KOI8-U locale |fgrep LC_CTYPE
LC_CTYPE=uk_UA.KOI8-U


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [sisyphus] lost locale KOI8-U
  2007-05-18 19:48 ` Dmitry V. Levin
@ 2007-05-19  6:43   ` Igor Vlasenko
  2007-05-19  9:34     ` Michael Shigorin
  2007-05-21  8:08     ` Dmitry V. Levin
  0 siblings, 2 replies; 7+ messages in thread
From: Igor Vlasenko @ 2007-05-19  6:43 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Да, сорри, разобрался. 

Это подводные грабли alterator-installer,
в котором вроде нельзя было выбрать 2 языка сразу...
по крайней мере server-x86_64-20070413.iso

поправил  
cat /etc/rpm/macros
%_install_langs en_US:ru_RU:uk_UA:ru_UA
и переустановил glibc-i18ndata...

On Fri, May 18, 2007 at 11:48:55PM +0400, Dmitry V. Levin wrote:
> On Fri, May 18, 2007 at 10:40:16PM +0300, Igor Vlasenko wrote:
> > Куда пропала локаль KOI8-U?
> > glibc-locales-2.5-alt4
> > LC_CTYPE=uk_UA.KOI8-U
> > Warning: locale not supported by C library, locale unchanged
> > c ru_RU.KOI8-R 
> > все в порядке.
> 
> Очевидно, у вас локальные проблемы, проверьте.
> 
> $ locale -m |fgrep -xc KOI8-U
> 1
> $ env -i LC_CTYPE=uk_UA.KOI8-U locale |fgrep LC_CTYPE
> LC_CTYPE=uk_UA.KOI8-U

-- 

Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine



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

* Re: [sisyphus] lost locale KOI8-U
  2007-05-19  6:43   ` Igor Vlasenko
@ 2007-05-19  9:34     ` Michael Shigorin
  2007-05-19  9:45       ` Aleksey Novodvorsky
  2007-05-21  8:08     ` Dmitry V. Levin
  1 sibling, 1 reply; 7+ messages in thread
From: Michael Shigorin @ 2007-05-19  9:34 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Sat, May 19, 2007 at 09:43:39AM +0300, Igor Vlasenko wrote:
> Это подводные грабли alterator-installer,
> в котором вроде нельзя было выбрать 2 языка сразу...
> по крайней мере server-x86_64-20070413.iso

Точнее, дополнительные?  А ведь для десктопа это надо будет.
По крайней мере в .ua/.by -- 90%.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [sisyphus] lost locale KOI8-U
  2007-05-19  9:34     ` Michael Shigorin
@ 2007-05-19  9:45       ` Aleksey Novodvorsky
  0 siblings, 0 replies; 7+ messages in thread
From: Aleksey Novodvorsky @ 2007-05-19  9:45 UTC (permalink / raw)
  To: shigorin, ALT Linux Sisyphus discussion list

On 5/19/07, Michael Shigorin <mike@osdn.org.ua> wrote:
> On Sat, May 19, 2007 at 09:43:39AM +0300, Igor Vlasenko wrote:
> > Это подводные грабли alterator-installer,
> > в котором вроде нельзя было выбрать 2 языка сразу...
> > по крайней мере server-x86_64-20070413.iso
>
> Точнее, дополнительные?  А ведь для десктопа это надо будет.
> По крайней мере в .ua/.by -- 90%.

Да, это очень важно. Повесьте багу.

Rgrds, Алексей

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

* Re: [sisyphus] lost locale KOI8-U
  2007-05-19  6:43   ` Igor Vlasenko
  2007-05-19  9:34     ` Michael Shigorin
@ 2007-05-21  8:08     ` Dmitry V. Levin
  2007-05-21  8:38       ` Igor Vlasenko
  1 sibling, 1 reply; 7+ messages in thread
From: Dmitry V. Levin @ 2007-05-21  8:08 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

On Sat, May 19, 2007 at 09:43:39AM +0300, Igor Vlasenko wrote:
> Да, сорри, разобрался. 
> 
> Это подводные грабли alterator-installer,
> в котором вроде нельзя было выбрать 2 языка сразу...
> по крайней мере server-x86_64-20070413.iso
> 
> поправил  
> cat /etc/rpm/macros
> %_install_langs en_US:ru_RU:uk_UA:ru_UA
> и переустановил glibc-i18ndata...

Вы хотели сказать glibc-locales?


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [sisyphus] lost locale KOI8-U
  2007-05-21  8:08     ` Dmitry V. Levin
@ 2007-05-21  8:38       ` Igor Vlasenko
  0 siblings, 0 replies; 7+ messages in thread
From: Igor Vlasenko @ 2007-05-21  8:38 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Mon, May 21, 2007 at 12:08:14PM +0400, Dmitry V. Levin wrote:
> On Sat, May 19, 2007 at 09:43:39AM +0300, Igor Vlasenko wrote:
> > Да, сорри, разобрался. 
> > 
> > Это подводные грабли alterator-installer,
> > в котором вроде нельзя было выбрать 2 языка сразу...
> > по крайней мере server-x86_64-20070413.iso
> > 
> > поправил  
> > cat /etc/rpm/macros
> > %_install_langs en_US:ru_RU:uk_UA:ru_UA
> > и переустановил glibc-i18ndata...
> 
> Вы хотели сказать glibc-locales?
да.

-- 

Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine



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

end of thread, other threads:[~2007-05-21  8:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-18 19:40 [sisyphus] lost locale KOI8-U Igor Vlasenko
2007-05-18 19:48 ` Dmitry V. Levin
2007-05-19  6:43   ` Igor Vlasenko
2007-05-19  9:34     ` Michael Shigorin
2007-05-19  9:45       ` Aleksey Novodvorsky
2007-05-21  8:08     ` Dmitry V. Levin
2007-05-21  8:38       ` Igor Vlasenko

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git