bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

The atime test in libio fails if fs is mounted with noatime!


From: Stefan Jones
Subject: The atime test in libio fails if fs is mounted with noatime!
Date: 05 Oct 2002 15:22:23 +0000

Dear Sirs,

        I have been tring to make a automated build process for gentoo for
glibc-2.3.

So far the compile process is working fine, good job.

But my filesystem is mounted with noatime as most Gentoo uses have. The
test in libio/tst-atime.c fails eventhough it should not, it has code to
catch the case when notime is true.

This noatime detection code doesn't work as the flags returned by
statvfs don't contain the noatime mask, even though it should.

The glibc is compiled without the --enable-kernel=2.4.0, is this the
problem?

Kernel: 2.4.19
gcc: 3.2
binutils:2.13.90.0.4

configure flags:
 ../configure --host=i686-pc-linux-gnu \
                --with-gd=no \
                --without-cvs \
                --enable-add-ons=linuxthreads \
                --disable-profile \
                --prefix=/usr \
                --mandir=/usr/share/man \
                --infodir=/usr/share/info \
                --libexecdir=/usr/lib/misc 


How is statvfs working for you?,

        many thanks

                Stefan Jones






reply via email to

[Prev in Thread] Current Thread [Next in Thread]