Ed Avis <[EMAIL PROTECTED]> wrote: > I configured and built the current CVS HEAD of coreutils, but 'make > check' fails with > > make check-TESTS > make[3]: Entering directory > `/home/ed/cvs_working/coreutils/tests/date' > ./date-tests: line 777: ./utc-1.I: No such file or directory > ./date-tests: line 795: ./utc-1a.I: No such file or directory
Thanks for reporting that. You can work around the problem by removing all of the *-tests files from your checked-out directory: rm `find tests -name '*-tests'` I've removed those (generated) files from CVS, so they shouldn't cause any more trouble. _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
