[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make check fails on AIX 5.3
From: |
Simon Josefsson |
Subject: |
Re: make check fails on AIX 5.3 |
Date: |
Thu, 26 Feb 2009 11:46:35 +0100 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.90 (gnu/linux) |
Jean Robertson <address@hidden> writes:
> Hello,
>
> I am trying to compile and test gnutls and am getting the following:
>
> make[3]: Entering directory
> `/opt/src/rpms/build/gnutls-2.6.4/tests/rsa-md5-collision'
> ./rsa-md5-collision[28]: 397372 Memory fault(coredump)
> FAIL: rsa-md5-collision
> ===================================
> 1 of 1 tests failed
> Please report to address@hidden
> ===================================
> make[3]: *** [check-TESTS] Error 1
>
>
> Following is the environment:
>
> O/S: AIX 5.3
> GCC: 4.2.0
> gcrypt: 1.4.4
> autoconf: 2.63
>
> Please let me know how I can help.
> Specifically, I do not know how much more info you would like.
Strange, rsa-md5-collision is a shell script. Presumably it isn't the
script itself that crashes, but something it does.
Can you show the output of this command:
address@hidden:~/src/gnutls/src master$ ./certtool --inder -i --infile
../tests/rsa-md5-collision/MD5CollisionCA.cer
/Simon