branch: 3.2branch: masterhelp wantedtriaged: bug
Metriche repository
- Star
- (30.157 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
I have built the latest openssl-3.2.0 on my windows machine with msys2
Build process went smoothly and my openssl.exe seems to work fine but some of my tests fail
make test output:
Test Summary Report
-------------------
01-test_symbol_presence.t (Wstat: 512 (exited 2) Tests: 3 Failed: 2)
Failed tests: 2-3
Non-zero exit status: 2
05-test_rand.t (Wstat: 512 (exited 2) Tests: 5 Failed: 2)
Failed tests: 4-5
Non-zero exit status: 2
Files=294, Tests=3435, 1992 wallclock secs ( 0.94 usr 1.27 sys + 126.37 cusr 155.35 csys = 283.92 CPU)
Result: FAIL
make[1]: *** [Makefile:3635: run_tests] Error 1
make[1]: Leaving directory '/d/Download/openssl-3.2.0'
make: *** [Makefile:3631: tests] Error 2
download source:
https://github.com/openssl/openssl/releases/download/openssl-3.2.0/openssl-3.2.0.tar.gz
msys2 installation:
$ uname -a
MINGW64_NT-10.0-22621 FARZAD 3.4.10.x86_64 2023-12-22 10:06 UTC x86_64 Msys
pre installed perl version on msys2:
$ perl -v
This is perl 5, version 36, subversion 1 (v5.36.1) built for x86_64-msys-thread-multi
Copyright 1987-2023, 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 https://www.perl.org/, the Perl Home Page.
my windows version:
OS Name Microsoft Windows 11 Pro
Version 10.0.22621 Build 22621
gcc version:
$ gcc --version
gcc.exe (Rev3, Built by MSYS2 project) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
CPU:
Processor Intel(R) Core(TM) i3-10100F CPU @ 3.60GHz, 3600 Mhz, 4 Core(s), 8 Logical Processor(s)
make version:
$ make --version
GNU Make 4.4.1
Built for x86_64-pc-msys
I'd gladly provide more information if required