[MacPorts] #61005: lftp fails to build with libressl after upgrade to 4.9.2
MacPorts
noreply at macports.org
Sun Aug 16 22:52:49 UTC 2020
#61005: lftp fails to build with libressl after upgrade to 4.9.2
----------------------+--------------------
Reporter: bK4gYuRo | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: lftp | Port: lftp
----------------------+--------------------
The error that I can see in the log:
{{{
:info:build lftp_ssl.cc:1164:10: error: use of undeclared identifier
'X509_STORE_CTX_get_by_subject'; did you mean 'X509_STORE_get_by_subject'?
:info:build rc = X509_STORE_CTX_get_by_subject(store_ctx, X509_LU_CRL,
subject, obj);
:info:build ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build X509_STORE_get_by_subject
:info:build /opt/local/include/openssl/x509_vfy.h:479:5: note:
'X509_STORE_get_by_subject' declared here
:info:build int X509_STORE_get_by_subject(X509_STORE_CTX *vs,int
type,X509_NAME *name,
:info:build ^
:info:build lftp_ssl.cc:1204:10: error: use of undeclared identifier
'X509_STORE_CTX_get_by_subject'; did you mean 'X509_STORE_get_by_subject'?
:info:build rc = X509_STORE_CTX_get_by_subject(store_ctx, X509_LU_CRL,
issuer, obj);
:info:build ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build X509_STORE_get_by_subject
:info:build /opt/local/include/openssl/x509_vfy.h:479:5: note:
'X509_STORE_get_by_subject' declared here
:info:build int X509_STORE_get_by_subject(X509_STORE_CTX *vs,int
type,X509_NAME *name,
:info:build ^
:info:build 2 errors generated.
}}}
libressl port that I have is:
{{{
libressl @2.8.3_0 (active)
}}}
--
Ticket URL: <https://trac.macports.org/ticket/61005>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list