[MacPorts] #59002: ipmitool: doesn't build after openssl update
MacPorts
noreply at macports.org
Mon Sep 9 18:28:31 UTC 2019
#59002: ipmitool: doesn't build after openssl update
--------------------+----------------------
Reporter: pioto | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: ipmitool
--------------------+----------------------
Seems there was some recent, incompatible update to openssl in MacPorts.
See the attached build log, which shows, in part:
{{{
:info:build lanplus_crypt_impl.c:158:17: error: variable has incomplete
type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
:info:build EVP_CIPHER_CTX ctx;
:info:build ^
:info:build /opt/local/include/openssl/ossl_typ.h:90:16: note: forward
declaration of 'struct evp_cipher_ctx_st'
:info:build typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
:info:build ^
:info:build lanplus_crypt_impl.c:233:17: error: variable has incomplete
type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
:info:build EVP_CIPHER_CTX ctx;
:info:build ^
:info:build /opt/local/include/openssl/ossl_typ.h:90:16: note: forward
declaration of 'struct evp_cipher_ctx_st'
:info:build typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
:info:build ^
:info:build 2 errors generated.
:info:build make[4]: *** [lanplus_crypt_impl.lo] Error 1
:info:build make[4]: *** Waiting for unfinished jobs....
}}}
--
Ticket URL: <https://trac.macports.org/ticket/59002>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list