[Bug 226501] [NEW PORT]: net-p2p/blackcoind — a proof of stake cryptocurrency
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Nov 15 06:55:07 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226501
--- Comment #5 from Tobias Kortkamp <tobik at freebsd.org> ---
Comment on attachment 194233
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=194233
diff_v2
Does not build on 12.0-BETA3 (with OpenSSL 1.1.1):
In file included from alert.cpp:7:
In file included from
/wrkdirs/usr/ports/net-p2p/blackcoind/work/blackcoin-1.2.5/src/chainparams.h:9:
/wrkdirs/usr/ports/net-p2p/blackcoind/work/blackcoin-1.2.5/src/bignum.h:57:24:
error: base class has incomplete type
class CBigNum : public BIGNUM
~~~~~~~^~~~~~
/usr/include/openssl/ossl_typ.h:80:16: note: forward declaration of 'bignum_st'
typedef struct bignum_st BIGNUM;
^
In file included from alert.cpp:7:
In file included from
/wrkdirs/usr/ports/net-p2p/blackcoind/work/blackcoin-1.2.5/src/chainparams.h:9:
/wrkdirs/usr/ports/net-p2p/blackcoind/work/blackcoin-1.2.5/src/bignum.h:62:9:
error: use of undeclared identifier 'BN_init'
BN_init(this);
^
/wrkdirs/usr/ports/net-p2p/blackcoind/work/blackcoin-1.2.5/src/bignum.h:67:9:
error: use of undeclared identifier 'BN_init'
BN_init(this);
^
/wrkdirs/usr/ports/net-p2p/blackcoind/work/blackcoin-1.2.5/src/bignum.h:68:14:
error: no matching function for call to 'BN_copy'
if (!BN_copy(this, &b))
^~~~~~~
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list