Ken Moffat wrote: > On Thu, Feb 13, 2014 at 02:52:09PM -0600, Bruce Dubbs wrote: >> Ken Moffat wrote: >> >> In the LFS chroot for the system I built overnight, I got: >> >> ============================================================================ >> Testsuite summary for man-db 2.6.6 >> ============================================================================ >> # TOTAL: 21 >> # PASS: 21 >> # SKIP: 0 >> # XFAIL: 0 >> # FAIL: 0 >> # XPASS: 0 >> # ERROR: 0 >> >> There are a couple of packages built after man-db in the Chapter 6 >> order: patch, sysklog, sysvinit, tar, texinfo, udev, util-linux, and >> vim. I don't know if any of those contributes to the failure you got or >> not. Certainly not missing locales. As far as locales are concerned, >> my build has: >> >> en_US.utf8 but not en_US.UTF-8 >> en_GB.utf8 but not en_GB.UTF-8 >> > > I've got _all_ glibc locales on this build. > > There was a similar report on -support earlier today, and as I said > there, all my other runs of testsuites (i.e. everything else in > chapter 6 where we can run tests) looked ok - a couple of failures > in glibc, a few in the gcc torture test, and of course the usual > output from bc and bash. > >> I don't know if it's case sensitive or not, but LC_ALL=asdadsf fails, >> and LC_ALL=en_GB.UTF-8 succeeds for me.
> I think the country/language locales have to be in lowercase > underscore uppercase with optional variant usually preceded by a dot. > Not sure if .utf8 works nowadays, but the error message was for > en_US.UTF-8 which is in the expected format and installed. What I was saying is UTF vs utf didn't seem to make a difference. BTW, I am using glibc-2.19. All of these work for me: $ export LC_ALL=en_US.UTF-8 $ export LC_ALL=en_GB.UTF-8 $ export LC_ALL=en_GB.utf8 $ export LC_ALL=en_GB.UTF8 -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page