|
From: | Christoph Bayer |
Subject: | [bug-patch] make check failed on IRIX 6.5 |
Date: | Wed, 31 Aug 2011 22:06:14 +0200 (CEST) |
Hi, I have compiled the alpha version 2.6.1.136-31a7 of the patch package on IRIX 6.5. Running the check, I got these results (The last release does not compile on IRIX): ==================================================== GNU patch 2.6.1.136-31a7: tests/test-suite.log ==================================================== 2 of 31 tests failed. .. contents:: :depth: 2 FAIL: crlf-handling (exit: 1) ============================= * patch c < ab.diff -- FAILED --- expected +++ got @@ -1,2 +1 @@ -(Stripping trailing CRs from patch.) -patching file c +/home/chris/src/patch-2.6.1.136-31a7/src/patch: **** Only garbage was found in the patch input. * patch c < ab.diff -- FAILED --- expected +++ got @@ -1,2 +1 @@ -(Stripping trailing CRs from patch.) -patching file c +/home/chris/src/patch-2.6.1.136-31a7/src/patch: **** Only garbage was found in the patch input. * patch c < ab.diff -- FAILED --- expected +++ got @@ -1,2 +1 @@ -(Stripping trailing CRs from patch.) -patching file c +/home/chris/src/patch-2.6.1.136-31a7/src/patch: **** Only garbage was found in the patch input. * patch c < ab.ed -- ok * patch c < ab.diff -- ok * cat -ve c -- FAILED --- expected +++ got @@ -1 +1 @@ -1b^M$ +-e 1b^M$ * patch c < ab.diff -- ok * cat -ve c -- FAILED --- expected +++ got @@ -1 +1 @@ -1b^M$ +-e 1b^M$ * patch c < ab.diff -- ok * cat -ve c -- FAILED --- expected +++ got @@ -1 +1 @@ -1b^M$ +-e 1b^M$ * patch c < ab.diff -- ok * cat -ve c -- FAILED --- expected +++ got @@ -1 +1 @@ -1b^M$ +-e 1b^M$ * patch c < ab.diff -- FAILED --- expected +++ got @@ -1,2 +1 @@ -(Stripping trailing CRs from patch.) -patching file c +/home/chris/src/patch-2.6.1.136-31a7/src/patch: **** Only garbage was found in the patch input. * cat -ve c -- FAILED --- expected +++ got @@ -1 +1 @@ -1b$ +1$ * patch --binary c < ab.diff -- FAILED --- expected +++ got @@ -1 +1 @@ -patching file c +/home/chris/src/patch-2.6.1.136-31a7/src/patch: **** Only garbage was found in the patch input. * cat -ve c -- FAILED --- expected +++ got @@ -1 +1 @@ -1b^M$ +-e 1^M$ * patch c < ab.diff -- FAILED --- expected +++ got @@ -1,2 +1 @@ -(Stripping trailing CRs from patch.) -patching file c +/home/chris/src/patch-2.6.1.136-31a7/src/patch: **** Only garbage was found in the patch input. * cat -ve c -- FAILED --- expected +++ got @@ -1 +1 @@ -1b$ +1$ * patch --binary c < ab.diff -- FAILED --- expected +++ got @@ -1 +1 @@ -patching file c +/home/chris/src/patch-2.6.1.136-31a7/src/patch: **** Only garbage was found in the patch input. * cat -ve c -- FAILED --- expected +++ got @@ -1 +1 @@ -1b^M$ +-e 1^M$ * patch c < ab.diff -- FAILED --- expected +++ got @@ -1,2 +1 @@ -(Stripping trailing CRs from patch.) -patching file c +/home/chris/src/patch-2.6.1.136-31a7/src/patch: **** Only garbage was found in the patch input. * cat -ve c -- FAILED --- expected +++ got @@ -1 +1 @@ -1b$ +1$ * patch --binary c < ab.diff -- FAILED --- expected +++ got @@ -1 +1 @@ -patching file c +/home/chris/src/patch-2.6.1.136-31a7/src/patch: **** Only garbage was found in the patch input. * cat -ve c -- FAILED --- expected +++ got @@ -1 +1 @@ -1b^M$ +-e 1^M$ * patch c < ab.diff -- ok * cat -ve c -- ok 26 tests (7 passed, 19 failed) FAIL: merge (exit: 1) ===================== * x 3 -- FAILED --- expected +++ got @@ -1,7 +1 @@ -1 -2 -3 - -1 -2 -3 +./merge[9]: shift: bad number * x 3 2d -- FAILED --- expected +++ got @@ -1,5 +1 @@ -1 -3 - -1 -3 +./merge[9]: shift: bad number * x 2 2i\ b -- FAILED --- expected +++ got @@ -1,7 +1 @@ -1 -b -2 - -1 -b -2 +./merge[9]: shift: bad number * x 3 2i\ b -- 3i\ c -- ok * x 3 2c\ 2b -- 2c\ 2c -- ok * x 3 2d -- 2d -- ok * x 2 2i\ bc -- 2i\ bc -- ok * x 4 2a\ a 2a\ a -- 2a\ a 2a\ a -- ok * x 2 1i\ a 1i\ b -- 1i\ a 1i\ b -- ok * x 2 2a\ a 2a\ b -- 2a\ a 2a\ b -- ok * x 4 2d -- 3d -- ok * x 4 3d -- 2d -- ok * x 3 3i\ b -- 2d -- ok * x 3 2d -- 3i\ b -- ok * x 1 1c\ b -- 1c\ c -- ok * x 4 2c\ a 3c\ b -- 2c\ a 3c\ c -- ok * x 6 3c\ 3b 4c\ 4b -- 3c\ 3c 4c\ 4c -- ok * x 4 2c\ b 3c\ a -- 2c\ c 3c\ a -- ok * x 3 2i\ b 3i\ b -- 2i\ c -- ok * x 3 2i\ b 3i\ b 3i\ b -- 2i\ c -- ok * x 9 4c\ a 5c\ b 6c\ a -- 4c\ a 5c\ c 6c\ a -- ok * x 3 2i\ b 3i\ b -- 1i\ 0 -- ok * x 4 2i\ b 4i\ b -- 1i\ 0 3i\ c -- ok * x 5 2,4d -- 3c\ 3c -- ok * x 5 3c\ 3c -- 2,4d -- ok * x 3 1,2d -- 2i\ c -- ok * x 3 2i\ c -- 1,2d -- ok 27 tests (24 passed, 3 failed) Do you think this is a failure in the patch utility or in my test environment? If you need more information, I will happily provide what every you need :-) Best regards, Christoph
|
[Prev in Thread] | Current Thread | [Next in Thread] |