Ken Moffat wrote:
> On Sat, Aug 18, 2012 at 07:34:04AM +0200, [email protected] wrote:
>> I am with glibc-2.11 with chroot /etc/localtime as a copy of real
>> /etc/localtime.
I'm using glibc-2.16 with /etc/localtime a copy of GMT.
>> I don't see test failures in sed.
>> The 4 utf8 test report error 1 and XFAIL : utf8-x, so my understanding is
>> that is intended they fail
>> All 65 tests behaved as expected (4 expected failures)
Ditto.
gcc only has the expeced libmudflap error (libmudflap.c++/pass55-frag.cxx)
Glibc only has:
make[3]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
make[3]: [/sources/glibc-build/conform/run-conformtest.out] Error 1
(ignored)
>>> e2fsprogs-1.42.5 - the 9 failures remain.
>> no test error
>> 124 tests succeeded 0 tests failed
Hmm. I get 116 tests succeeded 9 tests failed. Let me check again.
If I try TZ=UTC make -k check, or other variations using export, UTC0,
etc, the tests still fail. If I delete /etc/localtime, the tests still
fail. Howerver, if I
mv /usr/share/zoneinfo/ /usr/share/zoneinfo.save
the tests pass. I think we we have a problem with the time zone
installation. Right now we are using:
for tz in etcetera ...; do
zic -L leapseconds -d /usr/share/zoneinfo -y "sh yearistype.sh" \
${tz}
done
cp -v *.tab /usr/share/zoneinfo
I can't find the Debian time zone install instructions. Can you point
me to where they are?
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page