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