first test release for 2.2.1
Ulrich Drepper
drepper@redhat.com
Sun Jan 7 08:32:00 GMT 2001
"Joseph S. Myers" <jsm28@cam.ac.uk> writes:
> /usr/src/dev/base/glibc-build/io/test-lfs: stat reported size 5 instead of 2147483753.
Ignore it. We cannot ignore the problem in the test program since
this would defeat the whole purpose. If you insist on using a 2.2
kernel this is what you get. Well, maybe you can add some platform
specific tests in the test program.
#ifdef __linux__
struct utsname buf;
version = uname (&buf);
if (strverscmp ("2.3.45", buf.release) <= 0)
...report an error...
#endif
I don't have a machine with such a kernel available. Can you come up
with an appropriate patch?
--
---------------. ,-. 1325 Chesapeake Terrace
Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA
Red Hat `--' drepper at redhat.com `------------------------
More information about the Libc-alpha
mailing list