[Pkg-bitcoin-devel] Bug#855574: groestlcoin: FTBFS: error: invalid use of incomplete type 'BIGNUM {aka struct bignum_st}'

Andreas Beckmann anbe at debian.org
Mon Feb 20 09:41:03 UTC 2017


Source: groestlcoin
Version: 2.11.0+20160407-4
Severity: serious
Justification: fails to build from source

Hi,

your last upload to experimental FTBFS everywhere:

https://buildd.debian.org/status/package.php?p=groestlcoin&suite=experimental
https://buildd.debian.org/status/fetch.php?pkg=groestlcoin&arch=amd64&ver=2.11.0%2B20160407-4&stamp=1484149912&raw=0

In file included from groestlcoin.cpp:18:0:
bignum.h:51:24: error: invalid use of incomplete type 'BIGNUM {aka struct bignum_st}'
 class CBigNum : public BIGNUM
                        ^~~~~~
In file included from /usr/include/openssl/bn.h:32:0,
                 from bignum.h:10,
                 from groestlcoin.cpp:18:
/usr/include/openssl/ossl_typ.h:80:16: note: forward declaration of 'BIGNUM {aka struct bignum_st}'
 typedef struct bignum_st BIGNUM;
                ^~~~~~~~~
In file included from groestlcoin.cpp:18:0:
bignum.h: In constructor 'CBigNum::CBigNum()':
bignum.h:56:21: error: 'BN_init' was not declared in this scope
         BN_init(this);
                     ^
[...]


Andreas



More information about the Pkg-bitcoin-devel mailing list