[MacPorts] #63550: ruby26 @2.6.8_2: build fails against openssl v3.0.0
MacPorts
noreply at macports.org
Wed Sep 29 22:43:28 UTC 2021
#63550: ruby26 @2.6.8_2: build fails against openssl v3.0.0
--------------------+----------------------------
Reporter: kencu | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: ruby26 openssl
--------------------+----------------------------
using openssl 3.0.0 from here
https://github.com/macports/macports-ports/pull/12410
the rebuild of ruby26 fails:
{{{
:info:build ossl_pkey_rsa.c:942:5: error: use of undeclared identifier
'RSA_SSLV23_PADDING'
:info:build DefRSAConst(SSLV23_PADDING);
:info:build ^
:info:build ossl_pkey_rsa.c:877:58: note: expanded from macro
'DefRSAConst'
:info:build #define DefRSAConst(x) rb_define_const(cRSA, #x,
INT2NUM(RSA_##x))
:info:build ^
:info:build <scratch space>:193:1: note: expanded from here
:info:build RSA_SSLV23_PADDING
:info:build ^
:info:build 115 warnings and 1 error generated.
:info:build make[2]: *** [ossl_pkey_rsa.o] Error 1
}}}
--
Ticket URL: <https://trac.macports.org/ticket/63550>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list