On 12.9.2014 21:01, Fernando de Oliveira wrote:
On 12-09-2014 14:30, Armin K. wrote:
On 12.9.2014 19:18, 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.


lsb-release-1.4:
...

Uncompressing lsb-release-1.4.tar.gz
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").
...


openssl-1.0.1i:
...
patching file Makefile.shared
patching file test/Makefile
Operating system: i686-whatever-linux2
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").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
...
[Many times repeated]

dejagnu-1.5.1:
...
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
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").
...



Check your locale -a output and make sure that pt_BR.UTF-8 is actually
generated by localedef.

No good news.

Log of locale -a:
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_COLLATE to default locale: No such file or directory
C
POSIX


Log of
localedef -i cs_CZ -f UTF-8 cs_CZ.UTF-8
localedef -i de_DE -f ISO-8859-1 de_DE
localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro

all the same:
Segmentation fault

and the same for Bruce's suggestion:
localedef -i pt_BR -f UTF-8 pt_BR.UTF-8 (Segmentation fault)


Does the directory /usr/lib/locale exist?
--
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