Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2018 06:55:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   =?UTF-8?B?W0J1ZyAyMjY1MDFdIFtORVcgUE9SVF06IG5ldC1wMnAvYmxhY2tj?= =?UTF-8?B?b2luZCDigJQgYSBwcm9vZiBvZiBzdGFrZSBjcnlwdG9jdXJyZW5jeQ==?=
Message-ID:  <bug-226501-7788-2ZZXtxYbgI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226501-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226501-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226501

--- Comment #5 from Tobias Kortkamp <tobik@freebsd.org> ---
Comment on attachment 194233
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D194233
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))
             ^~~~~~~

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226501-7788-2ZZXtxYbgI>