[PATCH] configure.ac: Fix gettimeofday check for C99 compilers

2019-09-10 Thread Florian Weimer
* configure.ac (HAVE_GETTIMEOFDAY): Avoid reference to undeclared exit function. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f6919a7..5897ae5 100644 --- a/configure.ac +++ b/configure.ac @@ -127,8 +127,8 @@

Re: xfstests can't be installed by running make install

2018-07-19 Thread Florian Weimer
* Zorro Lang: > I was trying to change all these things to [:digit:], [:lower:], [:upper:], > [:alpha:] and [:alnum:]. But there're many, and the worse thing is there're > many things like [1-9], [3-8], [1-9a-f], [0-9a-f-] etc... I finally found a summary of the old discussion I tried to recall:

Re: xfstests can't be installed by running make install

2018-07-18 Thread Florian Weimer
* Zorro Lang: > On Wed, Jul 18, 2018 at 08:04:05AM +0200, Florian Weimer wrote: >> * Zorro Lang: >> >> >> > > This is related to this glibc bug: >> >> > > >> >> > > https://sourceware.org/bugzilla/show_bug.cgi?id=23393 >

Re: xfstests can't be installed by running make install

2018-07-18 Thread Florian Weimer
* Zorro Lang: >> > > This is related to this glibc bug: >> > > >> > > https://sourceware.org/bugzilla/show_bug.cgi?id=23393 >> > A stranger thing is: > egrep [A-Z] match ABCD and bcd, but not match 'a'... That's the same issue as [0-9] not matching 9. > I already can't understand the new

Re: xfstests can't be installed by running make install

2018-07-17 Thread Florian Weimer
* Eryu Guan: > This problem here doesn't seem the same as the bug above, Fedora 28 has > glibc-2.27, which contains the fix for above bug, and the bug is about > trailing "/". But the problem here is we're asking for all lower case > filenames but wildcard returns upper case names too. e.g. > >