[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: incorrect path to locales? (might be rc)



let me first proceed with your diagnostic steps:

,-----------------------------------------------------------------------------
| $> export | grep LC
| #2 !3169 [0].....................................:Wed Feb 28 11:51:20:.
| belka:~
| $> LC_MESSAGE=ko_KR.utf8 locale
| LANG=C
| LANGUAGE=us
| LC_CTYPE="C"
| LC_NUMERIC="C"
| LC_TIME="C"
| LC_COLLATE="C"
| LC_MONETARY="C"
| LC_MESSAGES="C"
| LC_PAPER="C"
| LC_NAME="C"
| LC_ADDRESS="C"
| LC_TELEPHONE="C"
| LC_MEASUREMENT="C"
| LC_IDENTIFICATION="C"
| LC_ALL=
| $> LC_ALL=fr_FR.utf8 LC_MESSAGES=ko_KR.utf8 locale|grep LC_MESS
| 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_ALL to default locale: No such file or directory
| LC_MESSAGES="fr_FR.utf8"
| $> LC_MESSAGES=ko_KR.utf8 locale|grep LC_MESS
| LC_MESSAGES=ko_KR.utf8
`---

and now I installed locales-all

,------------------------------------------------------------------------
| $> LC_ALL=fr_FR.utf8 LC_MESSAGES=ko_KR.utf8 locale|grep LC_MESS
| LC_MESSAGES="fr_FR.utf8"
| $> LC_MESSAGES=ko_KR.utf8 strace -fF -o /tmp/make.strace make ; grep
| locale /tmp/make.strace
| make: *** No targets specified and no makefile found.  Stop.
| 2255  open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
| 2255  open("/usr/share/locale/locale.alias", O_RDONLY) = 6
| 2255  open("/usr/share/locale/us/LC_MESSAGES/make.mo", O_RDONLY) = -1
| ENOENT (No such file or directory)
| $> LC_MESSAGES=ru_RU.utf8 strace -fF -o /tmp/make.strace make ; grep
| locale /tmp/make.strace
| make: *** No targets specified and no makefile found.  Stop.
| 2328  open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
| 2328  open("/usr/share/locale/locale.alias", O_RDONLY) = 6
| 2328  open("/usr/share/locale/us/LC_MESSAGES/make.mo", O_RDONLY) = -1
| ENOENT (No such file or directory)
|
`---

so that seems to be of no help... sid box seems to be slightly off
up-to-date - I am upgrading it to try once again, although it should not
matter - I upgraded it few days ago..

>   that's strange. If that can help, I use locales-all where all locales
> are compiled by default. It's not _that_ big (20Mo) and spares the time
> of generation of the locales. Maybe there is a bug in how locales (the
> package) deals with them ?
-- 
                                  .-.
=------------------------------   /v\  ----------------------------=
Keep in touch                    // \\     (yoh@|www.)onerussian.com
Yaroslav Halchenko              /(   )\               ICQ#: 60653192
                   Linux User    ^^-^^    [175555]




Reply to: