Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] LC_CTYPE and de_DE.utf8: Weirdness
Date: Mon, 24 Nov 2014 03:19:37
Message-Id: 20141124031925.GA4584@solfire
In Reply to: Re: [gentoo-user] LC_CTYPE and de_DE.utf8: Weirdness by Mick
1 Mick <michaelkintzios@×××××.com> [14-11-24 03:41]:
2 > On Sunday 23 Nov 2014 17:06:21 meino.cramer@×××.de wrote:
3 > > Hi,
4 > >
5 > > Currently I am getting problems in the area of locale settings.
6 > >
7 > > On my PC I set
8 > > echo $LC_CTYPE
9 > > de_DE.utf8
10 > > the settings are done here:
11 > >
12 > > /etc>sudo grep -r de_DE.utf8
13 > > profile.env:export LC_CTYPE='de_DE.utf8'
14 > > env.d/02locale:LC_CTYPE=de_DE.utf8
15 > > csh.env:setenv LC_CTYPE 'de_DE.utf8'
16 > >
17 > > I have done the same on my little embedded system following
18 > > the instruction for setting up a Gentoo system (I think...but
19 > > obviously I must have done something wrong...
20 > >
21 > > Doing "locale -a" on the embedded system produces:
22 > >
23 > > Arietta G25 A:/root>locale -a
24 > > locale: Cannot set LC_CTYPE to default locale: No such file or
25 > > directory C
26 > > POSIX
27 > > de_DE
28 > > de_DE.iso88591
29 > > de_DE.iso885915@euro
30 > > de_DE@euro
31 > > deutsch
32 > > en_US
33 > > en_US.iso88591
34 > > en_US.utf8
35 > > german
36 > >
37 > > The message printed right after the command appears not only here, but
38 > > at several other occasions like compiling etc...
39 > >
40 > >
41 > > Doing "locale -a" on my PC prints a HUGE list which contains beside
42 > > thousands of other settings this: de_DE.utf8
43 > >
44 > > I have no clue, what I am missing here...for installation I used an
45 > > uptodate stage3 archive...
46 > >
47 > > Any hint what I done wrong or left undone is very appreciated...
48 > > Thank you very much in advance!
49 > >
50 > > Best regards,
51 > > Meino
52 >
53 > Did you set your required locales in /etc/locale.gen?
54 >
55 > --
56 > Regards,
57 > Mick
58
59 Hi Mick,
60
61 thanks for your reply! :)
62
63 yes I did...I thought...
64
65 But I wrote
66 de_DE.utf8
67 instead of
68 de_DE utf8
69
70 Found that just a few minutes before I read your mail...
71
72 Now it works.
73
74 Best regards,
75 Meino