Updated openssl 1.1.1f installation problem: Parse errors: No plan found in TAP output

Justin Chen birdnofoots at gmail.com
Fri Apr 17 05:52:06 UTC 2020


Is there anyone meets the same Failure like me?  Pls help me.


The installation steps list below.


[birdnofoots at trojan openssl-1.1.1f]$ cat /proc/version
Linux version 4.14.129-bbrplus (root at vultr.guest <mailto:root at vultr.guest>) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC)) #1 SMP Tue Jun 25 12:23:41 UTC 2019


[birdnofoots at trojan openssl-1.1.1f]$ openssl version
OpenSSL 1.0.2k-fips  26 Jan 2017

[birdnofoots at trojan openssl-1.1.1f]$ perl --version

This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi
(with 39 registered patches, see perl -V for more detail)

Copyright 1987-2012, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/ <http://www.perl.org/>, the Perl Home Page.

[birdnofoots at trojan openssl-1.1.1f]$ ls

ACKNOWLEDGEMENTS  AUTHORS     config         Configurations  crypto  engines   FAQ      INSTALL   ms             NOTES.DJGPP  NOTES.VMS  README         ssl    util
apps              build.info <http://build.info/>  config.com <http://config.com/>     Configure       demos   e_os.h    fuzz     LICENSE   NEWS           NOTES.PERL   NOTES.WIN  README.ENGINE  test   VMS
appveyor.yml      CHANGES     configdata.pm <http://configdata.pm/>  CONTRIBUTING    doc     external  include  Makefile  NOTES.ANDROID  NOTES.UNIX   os-dep     README.FIPS    tools

[birdnofoots at trojan openssl-1.1.1f]$ sudo ./config
Operating system: x86_64-whatever-linux2
Configuring OpenSSL version 1.1.1f (0x1010106fL) for linux-x86_64
Using os-specific seed configuration
Creating configdata.pm <http://configdata.pm/>
Creating Makefile

**********************************************************************
***                                                                ***
***   OpenSSL has been successfully configured                     ***
***                                                                ***
***   If you encounter a problem while building, please open an    ***
***   issue on GitHub <https://github.com/openssl/openssl/issues <https://github.com/openssl/openssl/issues>>  ***
***   and include the output from the following command:           ***
***                                                                ***
***       perl configdata.pm <http://configdata.pm/> --dump                                ***
***                                                                ***
***   (If you are new to OpenSSL, you might want to consult the    ***
***   'Troubleshooting' section in the INSTALL file first)         ***
***                                                                ***
**********************************************************************
[birdnofoots at trojan openssl-1.1.1f]$ sudo make test
/usr/bin/perl "-I." -Mconfigdata "util/dofile.pl <http://dofile.pl/>" \
    "-oMakefile" include/crypto/bn_conf.h.in <http://bn_conf.h.in/> > include/crypto/bn_conf.h
/usr/bin/perl "-I." -Mconfigdata "util/dofile.pl <http://dofile.pl/>" \
    "-oMakefile" include/crypto/dso_conf.h.in <http://dso_conf.h.in/> > include/crypto/dso_conf.h
/usr/bin/perl "-I." -Mconfigdata "util/dofile.pl <http://dofile.pl/>" \
    "-oMakefile" include/openssl/opensslconf.h.in <http://opensslconf.h.in/> > include/openssl/opensslconf.h
make depend && make _tests
make[1]: Entering directory `/home/birdnofoots/openssl-1.1.1f'
make[1]: Leaving directory `/home/birdnofoots/openssl-1.1.1f'
make[1]: Entering directory `/home/birdnofoots/openssl-1.1.1f'
/usr/bin/perl apps/progs.pl <http://progs.pl/> apps/openssl > apps/progs.h
….
….
./test/recipes/90-test_sysdefault.t             (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
../test/recipes/90-test_threads.t                (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
../test/recipes/90-test_time_offset.t            (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
../test/recipes/90-test_tls13ccs.t               (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
../test/recipes/90-test_tls13encryption.t        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
../test/recipes/90-test_tls13secrets.t           (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
../test/recipes/90-test_v3name.t                 (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
../test/recipes/95-test_external_boringssl.t     (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
../test/recipes/95-test_external_krb5.t          (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
../test/recipes/95-test_external_pyca.t          (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
../test/recipes/99-test_ecstress.t               (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
../test/recipes/99-test_fuzz.t                   (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=155, Tests=0,  8 wallclock secs ( 2.33 usr  0.93 sys +  2.73 cusr  1.63 csys =  7.62 CPU)
Result: FAIL
make[1]: *** [_tests] Error 1
make[1]: Leaving directory `/home/birdnofoots/openssl-1.1.1f'
make: *** [tests] Error 2



Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20200417/7636fdd4/attachment-0001.html>


More information about the openssl-users mailing list