Ken Moffat wrote: > sed-4.2.1 > > 4 failures > FAIL: utf8-1 > FAIL: utf8-2 > FAIL: utf8-3 > FAIL: utf8-4 > > (these are testing case conversion (\u and \U) > for cyrillic
I saw this when I had LC_ALL=C on the host. The sed test script only sets individual LC_* variables that it thinks will affect its test (in this case, I think that's either LC_CTYPE or LC_COLLATE), but LC_ALL overrides all of them. The sed scripts should just set LC_ALL instead, but they don't... :-) Unsetting LC_ALL and using LANG=C instead made the tests run fine.
signature.asc
Description: OpenPGP digital signature
-- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page