[openssl-dev] OpenSSL version 1.1.0e published

Steffen Nurpmeso steffen at sdaoden.eu
Thu Feb 16 13:58:18 UTC 2017


FYI,

and because i don't have a github account, though this could be
related to ticket #1635, on a x86_64 GNU LibC based Linux via

  openssl:
          cd openssl.git &&\
          if [ -f NULL ]; then git checkout `cat NULL`; fi &&\
          ./config --prefix=$(MYPREFIX) zlib-dynamic no-hw shared &&\
          make &&\
          $(SUDO) make install_sw && $(SUDO) make install_ssldirs; \
          { git clean -fxd; git reset --hard HEAD;\
          git checkout arena-manager-null; } >/dev/null

and MYPREFIX=$HOME/usr/opt/.ssl-1.1.0 the shlibload tests fail

  ../test/recipes/90-test_shlibload.t ........ 1/3
  #   Failed test 'running shlibloadtest -crypto_first'
  #   at ../test/recipes/90-test_shlibload.t line 30.
  ../test/recipes/90-test_shlibload.t ........ 2/3
  #   Failed test 'running shlibloadtest -ssl_first'
  #   at ../test/recipes/90-test_shlibload.t line 32.

  #   Failed test 'running shlibloadtest -just_crypto'
  #   at ../test/recipes/90-test_shlibload.t line 34.
  # Looks like you failed 3 tests of 3.
  ../test/recipes/90-test_shlibload.t ........ Dubious, test returned 3 (wstat 768, 0x300)
  Failed 3/3 subtests
  ../test/recipes/90-test_srp.t .............. ok
  ../test/recipes/90-test_sslapi.t ........... ok
  ../test/recipes/90-test_threads.t .......... ok
  ../test/recipes/90-test_v3name.t ........... ok

  Test Summary Report
  -------------------
  ../test/recipes/90-test_shlibload.t      (Wstat: 768 Tests: 3 Failed: 3)
    Failed tests:  1-3
    Non-zero exit status: 3
...
  Failed 1/91 test programs. 3/489 subtests failed.

--steffen


More information about the openssl-dev mailing list