[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: BUG Report: gnutls-3.0.9 Solaris 10 64bit
From: |
JONES, BILL |
Subject: |
RE: BUG Report: gnutls-3.0.9 Solaris 10 64bit |
Date: |
Tue, 7 Feb 2012 15:11:12 +0000 |
All,
OK...so I figured out how to hack configure so it does not need CRYWRAP (it
sets a variable to "#" based on the presence of libidn...very definitive.)
And got past that....(and running make -k check ...just in case).
Should I be worried about these few failures in the light of everything else
passed.
Thanks,
Robert W. Jones (Bill)
PMTS - AT&T
Now the rest of the errors:
NOTE: Unless I list it here, it passed.
make[3]: Entering directory
`/appl/archives/build_tools/tools/build/gnutls-3.0.9/tests/pkcs1-padding'
/appl/archives/build_tools/tools/src/gnutls-3.0.9/tests/pkcs1-padding/pkcs1-pad:
datefudge: not found
Cannot fake timestamps, please install datefudge...
SKIP: pkcs1-pad
make[2]: Entering directory
`/appl/archives/build_tools/tools/build/gnutls-3.0.9/tests/pkcs12-decode'
make pkcs12
make[3]: Entering directory
`/appl/archives/build_tools/tools/build/gnutls-3.0.9/tests/pkcs12-decode'
make[3]: Nothing to be done for
`/appl/archives/build_tools/tools/src/gnutls-3.0.9/tests/pkcs12-decode/pkcs12'.
make[3]: Leaving directory
`/appl/archives/build_tools/tools/build/gnutls-3.0.9/tests/pkcs12-decode'
make check-TESTS
make[3]: Entering directory
`/appl/archives/build_tools/tools/build/gnutls-3.0.9/tests/pkcs12-decode'
NEON PKCS12 OK client.p12 foobar
NEON PKCS12 OK noclient.p12
NEON PKCS12 OK unclient.p12
Segmentation Fault - core dumped
Type: Encrypted
Decrypting...
Type: Certificate
Type: Certificate
NEON PKCS12 FATAL pkcs12_2certs.p12
NEON PKCS12 DONE (rc 1)
FAIL: pkcs12
===================================
1 of 1 test failed
Please report to address@hidden
===================================
Making check in ecdsa
make[2]: Entering directory
`/appl/archives/build_tools/tools/build/gnutls-3.0.9/tests/ecdsa'
make ecdsa
make[3]: Entering directory
`/appl/archives/build_tools/tools/build/gnutls-3.0.9/tests/ecdsa'
make[3]: Nothing to be done for
`/appl/archives/build_tools/tools/src/gnutls-3.0.9/tests/ecdsa/ecdsa'.
make[3]: Leaving directory
`/appl/archives/build_tools/tools/build/gnutls-3.0.9/tests/ecdsa'
make check-TESTS
make[3]: Entering directory
`/appl/archives/build_tools/tools/build/gnutls-3.0.9/tests/ecdsa'
/appl/archives/build_tools/tools/src/gnutls-3.0.9/tests/ecdsa/ecdsa:
bad-key.pem: cannot open
certtool didn't detect a bad ECDSA key.
FAIL: ecdsa
===================================
1 of 1 test failed
Please report to address@hidden
===================================
________________________________________
From: Eli Zaretskii address@hidden
Sent: Sunday, February 05, 2012 11:25 AM
To: JONES, BILL
Cc: address@hidden
Subject: Re: BUG Report: gnutls-3.0.9 Solaris 10 64bit
> From: "JONES, BILL" <address@hidden>
> CC: "address@hidden" <address@hidden>
> Date: Sun, 5 Feb 2012 13:48:12 +0000
> Accept-Language: en-US
>
> How can I disable it's build and testing in gnutls.. I don't see a flag in
> configure to do so.
"make -k" will continue the build even though the crywrap part fails.