Fernando de Oliveira wrote:
I'm not finding where the following messages are coming from. Built
LFS7.6-rc-1 with jhalfs. Only optimization was to use -j4 (although it
seemed to not be recognized, at least after jhalfs chrooted to chapter 6).

I am starting to suspect that rebuilding per would solve it, and I would
not need to rebuild the entire system.

As there are three levels involded: LFS,jhalfs and blfs, I needed to
decide where to send. Please, if you think it is LFS support, tell me
and I will just move there.

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

It looks like the locale isn't installed. By default pr_BR not a part of the LFS glibc instructions.

Did you do 'make localedata/install-locales' in the glibc tarball? I'm not sure what the explicit localedef command would be for you. Perhaps

localedef -i pt_BR -f UTF-8 pt_BR.UTF-8

Try this script to test:

#!/usr/bin/perl -w

use 5.004;
use strict;
use POSIX qw(strftime setlocale LC_TIME);
print "done\n"

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to