Bryan Kadzban schrieb:
> On Thu, Aug 19, 2010 at 10:50:49PM +0200, Tobias Gasser wrote:
>> i'm used to have LANG=de and LC_ALL=de_CH.UTF-8 set.
> 
> Hmm.  You are aware that LC_ALL overrides LANG, but that both do exactly
> the same thing, right?  See locale(7).  :-)
> 
>> until glibc is rebuilt in chapter 6, i always got warnings about wrong
>> LC_* values.

> I don't know what these warnings were, since you didn't post them, but I
> suspect it's related to the above.  Try unsetting LC_ALL, and setting
> LANG to de_CH.UTF-8.

i just rebuild chapter 5 with your setting (LC_ALL and LANGUAGE are
unset, LANG=de_CH.UTF-8)

perl throws tonns of
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "de_CH.UTF-8"
        are supported and installed on your system
perl: warning: Falling back to the standard locale ("C")

with my approach, these warings are gone

no other package has any issues in chapter 5

i'll now start chapter 6 and post the results when finished

> However, I'd recommend against it because it tends to make support
> requests harder to decipher, and it makes it harder to find the
> translated error messages in the source.  

that's a point i can't disagree ;)



tobias
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to