This problem doesn't happen with the tarball but only with the latest sources pulled from git. I am running Debian/Squeeze with a 2.6.30 kernel on x86 using gcc 4.3.4.
Thanks, Shiva On Thu, Apr 1, 2010 at 10:19 AM, Jim Meyering <[email protected]> wrote: > Shiva Iyer wrote: > > make check fails at include-exclude. Here are the relevant lines from the > > log. The entire log file is attached. > > > > + grep -r --include=a . x > > + compare out exp-a > > + diff -u out exp-a > > + grep -r '--include=a*' . x > > + compare out exp-a > > + diff -u out exp-a > > --- out 2010-04-01 09:00:41.300994294 -0400 > > +++ exp-a 2010-04-01 09:00:41.264995904 -0400 > > @@ -1,2 +1 @@ > > -x/dir/d:d > > -x/b:b > > +x/a:a > > + fail=1 > > + Exit 1 > > Thanks for the report. > So far, I have been unable to reproduce that. > > You're the second to see that problem. > Can you reproduce it with the latest tarball? > > If so, on what type of system? >
