Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] locale issue to clean up
Date: Sun, 07 Dec 2008 23:45:58
Message-Id: 5bdc1c8b0812071545y6a0f509bl4e34b8033fa8617a@mail.gmail.com
In Reply to: Re: [gentoo-user] locale issue to clean up by Dale
1 On Sun, Dec 7, 2008 at 3:29 PM, Dale <rdalek1967@×××××.com> wrote:
2 <SNIP
3 >>
4 > I'm not sure if the -N feature will catch those changes or not. It may
5 > even depend on the version of portage you are using too. The newer
6 > versions of portage has a lot of added features but even it may not
7 > catch those. You may try emerge -vNDp world and see if it sees which
8 > ones needs to be emerged for them to take effect. That may cure the
9 > other problems as well.
10
11 Tried it by hand - just rebuilding k3b. Didn't solve it.
12
13 I'm most interested right now in these missing file/directory
14 messages. What file or directory might it be looking for?
15
16 lightning ~ # locale -a
17 locale: Cannot set LC_CTYPE to default locale: No such file or directory
18 locale: Cannot set LC_MESSAGES to default locale: No such file or directory
19 locale: Cannot set LC_COLLATE to default locale: No such file or directory
20 C
21 POSIX
22 lightning ~ #
23
24 I tried modifying /etc/env.d/02locale and got a change, but only after
25 restarting X. (Or so I think. I'm getting confused at this point...) I
26 Added LC_COLLATE and LC_CTYPE. The LC_COLLATE message went away. The
27 LC_CTYPE message is unchanged.
28
29 lightning ~ # cat /etc/env.d/02locale
30 LANG=en_US
31 LC_COLLATE=C
32 LC_CTYPE=en_US.utf8
33 lightning ~ # locale -a
34 locale: Cannot set LC_CTYPE to default locale: No such file or directory
35 locale: Cannot set LC_MESSAGES to default locale: No such file or directory
36 C
37 POSIX
38 lightning ~ #
39
40
41 I think I may well have some misspelling somewhere.
42
43 Thanks,
44 Mark

Replies

Subject Author
Re: [gentoo-user] locale issue to clean up Dale <rdalek1967@×××××.com>