[openssl-users] OpenSSL version 1.1.0i make test fails - 80-test_cms.t
Viktor Dukhovni
openssl-users at dukhovni.org
Tue Sep 4 04:42:30 UTC 2018
> On Sep 4, 2018, at 12:16 AM, James Brown via openssl-users <openssl-users at openssl.org> wrote:
>
> Running ‘make test’ for 1.1.0i fails with:
>
> Test Summary Report
> -------------------
> ../test/recipes/80-test_cms.t (Wstat: 256 Tests: 4 Failed: 1)
> Failed test: 4
> Non-zero exit status: 1
> Files=99, Tests=561, 83 wallclock secs ( 0.94 usr 0.23 sys + 49.59 cusr 22.30 csys = 73.06 CPU)
> Result: FAIL
> make[1]: *** [_tests] Error 1
> make: *** [tests] Error 2
>
> I first ran:
>
> ./Configure --prefix=/usr/local shared darwin64-x86_64-cc enable-ec_nistp_64_gcc_128 no-ssl2 no-ssl3
>
> then
>
> make depend
The "make depend" should not be necessary with "1.1.0" builds.
> then: make test
>
> macOS X 10.7.5
>
> Any suggestions?
I'm using MacOS X 10.13.6 (aka Darwin 17.7.0), and all tests pass.
You could try "make V=1 test" and report more details from the test
failure, but first consider skipping "make depend" and perhaps a less
ancient MacOS X version.
--
Viktor.
More information about the openssl-users
mailing list