Ken Moffat wrote: > Testing last week's -svn (everything except glibc-2.19 : if _that_ > causes problems, I'd like to correctly attribute the blame). Got a > test failure in man-db : > > root in chroot /# cat > /building/man-db-2.6.6/src/tests/test-suite.log > ============================================ > man-db 2.6.6: src/tests/test-suite.log > ============================================ > > # TOTAL: 21 > # PASS: 20 > # SKIP: 0 > # XFAIL: 0 > # FAIL: 1 > # XPASS: 0 > # ERROR: 0
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 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. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page