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

2018-07-19 Thread Zorro Lang
On Thu, Jul 19, 2018 at 06:21:05PM +0200, Florian Weimer wrote: > * 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-]

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 spagoveanu
On Mon, Jul 16, 2018 at 07:48:26AM -0400, Paul Smith wrote: > On Mon, 2018-07-16 at 15:30 +0800, Zorro Lang wrote: > > > [root@fedoravm tmp]# ls -l > > > total 4 > > > -rw-r--r--. 1 root root 206 Jul 15 14:58 Makefile > > > drwxr-xr-x. 1 root root 0 Jul 15 14:59 testdir > > > [root@fedoravm

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

2018-07-18 Thread Zorro Lang
On Wed, Jul 18, 2018 at 06:12:05PM +0800, Zorro Lang wrote: > On Wed, Jul 18, 2018 at 10:47:09AM +0200, Florian Weimer wrote: > > * Zorro Lang: > > > > > On Wed, Jul 18, 2018 at 08:04:05AM +0200, Florian Weimer wrote: > > >> * Zorro Lang: > > >> > > >> >> > > This is related to this glibc bug: >

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

2018-07-18 Thread Zorro Lang
On Wed, Jul 18, 2018 at 10:47:09AM +0200, Florian Weimer wrote: > * Zorro Lang: > > > On Wed, Jul 18, 2018 at 08:04:05AM +0200, Florian Weimer wrote: > >> * Zorro Lang: > >> > >> >> > > This is related to this glibc bug: > >> >> > > > >> >> > >

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 >> >> >> >> > A stranger thing is: >> > egrep [A-Z] match ABCD and bcd,

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

2018-07-18 Thread 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 > >> > > > A stranger thing is: > > egrep [A-Z] match ABCD and bcd, but not match 'a'... > >

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

2018-07-18 Thread Zorro Lang
On Wed, Jul 18, 2018 at 11:47:49AM +0800, Zorro Lang wrote: > On Wed, Jul 18, 2018 at 11:15:15AM +0800, Zorro Lang wrote: > > On Tue, Jul 17, 2018 at 10:15:47PM +0200, Florian Weimer wrote: > > > * Eryu Guan: > > > > > > > This problem here doesn't seem the same as the bug above, Fedora 28 has >

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 Dave Chinner
On Tue, Jul 17, 2018 at 10:15:47PM +0200, Florian Weimer wrote: > * 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

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. > >

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

2018-07-17 Thread Zorro Lang
On Tue, Jul 17, 2018 at 03:24:08PM +1000, Dave Chinner wrote: > On Sun, Jul 15, 2018 at 03:11:10PM +0800, Eryu Guan wrote: > > On Sun, Jul 15, 2018 at 03:43:20PM +1000, Dave Chinner wrote: > > > On Thu, Jul 12, 2018 at 12:39:21AM +0800, Eryu Guan wrote: > > > > The "wildcard" part is supposed to

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

2018-07-16 Thread Eryu Guan
On Mon, Jul 16, 2018 at 07:48:26AM -0400, Paul Smith wrote: > On Mon, 2018-07-16 at 15:30 +0800, Zorro Lang wrote: > > > [root@fedoravm tmp]# ls -l > > > total 4 > > > -rw-r--r--. 1 root root 206 Jul 15 14:58 Makefile > > > drwxr-xr-x. 1 root root 0 Jul 15 14:59 testdir > > > [root@fedoravm

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

2018-07-16 Thread Paul Smith
On Mon, 2018-07-16 at 15:30 +0800, Zorro Lang wrote: > > [root@fedoravm tmp]# ls -l > > total 4 > > -rw-r--r--. 1 root root 206 Jul 15 14:58 Makefile > > drwxr-xr-x. 1 root root 0 Jul 15 14:59 testdir > > [root@fedoravm tmp]# cat Makefile > > STRING1 = $(wildcard $(CURDIR)/[a-z]*/) > > STRING2