[MacPorts] #63421: openssl @ 1.1.1l: tests fail when building on 10.11
MacPorts
noreply at macports.org
Sun Sep 12 21:04:24 UTC 2021
#63421: openssl @ 1.1.1l: tests fail when building on 10.11
----------------------+-----------------------
Reporter: msquire | Owner: larryv
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Resolution: | Keywords: elcapitan
Port: openssl |
----------------------+-----------------------
Comment (by msquire):
Nice. I downloaded the 3.0.0 source code and tried to build it to see what
would happen. First thing I needed to do was pass the "no-asm" flag to the
Configure script because the build bombed out with a whole load of errors
when it tried to compile the assembler modules. This made it build without
error, but the same test failed as before with 1.1.1l. And apparently for
the same reason (segfaulting child processes in the test).
Turns out the changes made by the patch to 1.1.1l are in the upstream
3.0.0 release so to make it build successfully and pass all the tests I
needed to do:
{{{
./Configure no-asm -DOPENSSL_NO_APPLE_CRYPTO_RANDOM
make
make test
}}}
--
Ticket URL: <https://trac.macports.org/ticket/63421#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list