Wu Yongwei <[EMAIL PROTECTED]> writes:

> Sorry but still the same phenomenon:
> 
> $ make check
> make  check-local
> make[1]: Entering directory `/home/adah/src/ccvs/src'
> /bin/sh ./sanity.sh `pwd`/cvs
> This test should produce no other output than this message, and a final
> "OK".
> (Note that the test can take an hour or more to run and periodically stops
> for as long as one minute.  Do not assume there is a problem just because
> nothing seems to happen for a long time.)
> FAIL: version-1
> make[1]: *** [localcheck] Error 1
> make[1]: Leaving directory `/home/adah/src/ccvs/src'
> make: *** [check-am] Error 2

The immediate cause of the failure will be found by looking in the
"/home/adah/src/ccvs/src/check.log" file.

The version-1 test just runs the command:

    `pwd`/cvs --version 

and tries to compare the output with what it expects. This is a good
sanity test for the expr command in your path among other things...

        Good luck,
        -- Mark


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to