[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error testing automake 1.9.6
From: |
Stepan Kasal |
Subject: |
Re: Error testing automake 1.9.6 |
Date: |
Thu, 10 Aug 2006 00:39:50 +0200 |
User-agent: |
Mutt/1.4.2.1i |
Hello,
On Wed, Aug 09, 2006 at 10:07:17PM +0200, Pierre wrote:
> >* Pierre wrote on Mon, Aug 07, 2006 at 08:29:53AM CEST:
> >># make check
> >>[...]
> >>PASS: aclocal.test
> >>PASS: aclocal3.test
> >>FAIL: aclocal4.test
>
> Here are the log file.
it seems that the standard Unix command `test' (which is even a
builtin in most shells) is replaced by something else:
test ! -f aclocal4-1.0/lib/foo.c
SHA test passed!
MD5 test passed!
MD2 test passed!
MD4 test passed!
RIPEMD test passed!
HMAC test passed!
ARC4 test passed!
DES test passed!
AES test passed!
Twofish test passed!
Blowfish test passed!
where's your certs dir?make: *** [check-not-foo] Error 177
If you rename that program/alias, things will work again.
Have a nice day,
Stepan