This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: first test release for 2.2.1


"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   `------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]