Hello,

Till Maas wrote:
I wanted to build lzip 1.8 on Fedora, but it fails in make check with:

| + make check
| testing lzip...in copy differ: char 1, line 1
| ...........................................
| tests failed.

The failure is caused by this nice line which removes CRs from COPYING (line 30 in the full build log):
+ sed -i 's/\r//' COPYING

"make check" uses COPYING and testsuite/COPYING.lz as test data. If you modify any of them before the check it will fail.

The reason why I use a CRLF-terminated COPYING is because it checks text-mode I/O is not removing CRs.


Regards and happy new year for all, :-)
Antonio.


_______________________________________________
Lzip-bug mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lzip-bug

Reply via email to