bug-coreutils
[Top][All Lists]
Advanced

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

Re: make asked me to report this bug


From: Jim Meyering
Subject: Re: make asked me to report this bug
Date: Sat, 12 Nov 2005 10:14:43 +0100

"Mary Anderson" <address@hidden> wrote:
>    I am compiling coreutils.5.93 on an IBM Thinkpad running RedHat
> Enterprise Linux (most recent version.) make check reported that one test
> failed:
> 1 of 8 tests failed
> Please report to address@hidden
> ======================================
> make[3]: *** [check-TESTS] Error 1
> make[3]: Leaving directory `/root/Desktop/coreutils-5.93/tests/chmod'
> make[2]: *** [check-am] Error 2
> make[2]: Leaving directory `/root/Desktop/coreutils-5.93/tests/chmod'
> make[1]: *** [check-recursive] Error 1
> make[1]: Leaving directory `/root/Desktop/coreutils-5.93/tests'
> make: *** [check-recursive] Error 1

Thanks for reporting that.
What version of the kernel is that? (include the output of running `uname -a')

Unfortunately, you didn't include the output showing
which of the 8 chmod tests failed.

Would you please give us a little more detail?
Here are some instructions from the README file:
-------------

IMPORTANT: if you take the time to report a test failure,
please be sure to include the output of running `make check'
in verbose mode for each each failing test.  For example,
if the test that fails is tests/mv/hard-link-1, then you
would run this command:

  env VERBOSE=yes make check -C tests/mv TESTS=hard-link-1 >> log 2>&1

For some tests, you can get even more detail by including
DEBUG=yes in the environment:

  env DEBUG=yes VERBOSE=yes make check -C tests/mv TESTS=hard-link-1 >> log 2>&1

and then include the contents of the file `log' in your bug report.




reply via email to

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