#2172: grep-2.5.1a skips 1 test because cs_CZ.UTF-8 locale could not be installed ---------------------+------------------------------------------------------ Reporter: gabriel | Owner: [email protected] Type: defect | Status: new Priority: normal | Milestone: Component: Book | Version: 6.3 Severity: trivial | Keywords: ---------------------+------------------------------------------------------ Chapter 6.9 (glibc-2.5.1) gives an option to install just a couple of locales in order to achieve a full coverage of glibc tests.[[BR]]
When running grep-2.5.1a testsuite at chapter 6.37 I noticed that the results were not the same as in the test results at LFS site (http://www.linuxfromscratch.org/lfs/build- logs/6.3/Pentium4-3Ghz/chapter06-tests/093-grep), because 1 test didn't run.[[BR]] This happened because the locale cs_CZ.UTF-8 need to be installed for this test run: fmbtest.sh.[[BR]] This command solves the problem and I think should be metioned before the "make check" at chapter 6.37: localedef -i cs_CZ -f UTF-8 cs_CZ[[BR]] I didn't built LFS-SVN, but this locale is not mentioned at glibc chapter and I compiled its grep version (2.5.3) under LFS-6.3 system and the same thing happened: without the locale the test was skipped and with the locale installed the test failed (as written in the chapter). -- Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2172> LFS Trac <http://wiki.linuxfromscratch.org/lfs/> Linux From Scratch: Your Distro, Your Rules. -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
