钱 枫 wrote:
> Hello, It's my first time to do LFS, and sorry for my poor english.
>
> I came across a little problem when test Charpter 6.40
Findutils-4.4.2(LFS 7.1), after i enter "make check", I noticed two line
skipped test. It says "no chinese GB 18030 locale is installed", but I
indeed install the GB 18030 locale(follow the instruction when
installing Glibc-2.14.1 "localedef -i zh_CN -f GB18030 zh_CN.GB18030") .
And I re-enter the "localedef -i zh_CN -f GB18030 zh_CN.GB18030",then
"make check", but its output is still says "no chinese GB18030 locale is
installed"...
> Skipping test: no chinese GB18030 locale is installed
> SKIP: test-mbscasestr3.sh
> Skipping test: no chinese GB18030 locale is installed
> SKIP: test-mbsstr3.sh
I don't know if I can help, but the scripts basically have:
: ${LOCALE_ZH_CN=zh_CN.GB18030}
if test $LOCALE_ZH_CN = none; then
echo "Skipping test: no chinese GB18030 locale is installed"
...
fi
I do get the same SKIPs as you do and running
LC_ALL=zh_CN.GB18030 ./test-mbscasestr3
gives me test-mbscasestr3.c:77: assertion failed
There are 7 tests there and the 5th one fails. This may just be a
problem with the findutils tests.
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page