[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Failure in test for autoconf-2.50b
From: |
Akim Demaille |
Subject: |
Re: Failure in test for autoconf-2.50b |
Date: |
05 Jul 2001 14:12:55 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Academic Rigor) |
| I am reporting the following problem discovered when running 'make
| check' on autoconf-2.50b on my system:
|
| 26: torture.at:90 diff: -: Value too large for defined data type
| FAILED near `torture.at:163'
Wow, that's interesting...
What version of diff are you running? You seem to be running
GNU/Linux, but not GNU diff?
~/src/ace % strings =diff | grep -i Value
~/src/ace %
Maybe it is not diff that failed... Could you try to run
sh -x ./testsuite 26 >test.log 2>&1
and send test.log? Unless you know how to track the actual failure.