Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: How's the openrc update going for everyone?
Date: Wed, 11 May 2011 14:47:41
Message-Id: iqe7dn$fgo$1@dough.gmane.org
In Reply to: Re: [gentoo-user] Re: How's the openrc update going for everyone? by Dale
1 On 05/11/2011 04:40 PM, Dale wrote:
2 > Nikos Chantziaras wrote:
3 >> On 05/11/2011 03:33 PM, Dale wrote:
4 >>> Marius Vaitiekunas wrote:
5 >>>> Could anybody tell me, how to make gentoo baselayout-2 system to be
6 >>>> completely unicode utf-8? Which config files I should modify?
7 >>>> Thank You!
8 >>>
9 >>> This is how I did mine.
10 >>>
11 >>> root@fireball / # cat /etc/make.conf | grep utf
12 >>> LC_ALL="en_US.utf8"
13 >>> root@fireball / #
14 >>>
15 >>> I think that is all I did.
16 >>
17 >> Two issues. First, LC_ALL does not belong in make.conf. It belongs in
18 >> /etc/env.d/02locale. Second, "en_US.utf8" is not correct. It's
19 >> "en_US.UTF-8". :-)
20 >
21 > Funny that it seems to work. I don't have that file:
22 >
23 > root@fireball / # cat /etc/env.d/02locale
24 > cat: /etc/env.d/02locale: No such file or directory
25 > root@fireball / #
26
27 Maybe the "02" prefix is random. Try:
28
29 grep LC_ALL /etc/env.d/*
30
31 But fact it, whatever you put in /etc/make.conf is for portage, and
32 portage only. If you define LC_ALL in make.conf, then the only software
33 that will use that definition is portage itself (like the "emerge" tool.)

Replies

Subject Author
Re: [gentoo-user] Re: How's the openrc update going for everyone? Dale <rdalek1967@×××××.com>