Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Making all in src
- make[1]: Entering directory '/usr/local/src/bitcoin-0.10.0/src'
- make[2]: Entering directory '/usr/local/src/bitcoin-0.10.0/src'
- CXX bitcoind-bitcoind.o
- In file included from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/conf.h:13,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:19,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/detail/impl/openssl_init.ipp: In constructor ‘boost::asio::ssl::detail::openssl_init_base::do_init::do_init()’:
- /usr/include/boost/asio/ssl/detail/impl/openssl_init.ipp:43:23: error: expected id-expression before ‘(’ token
- 43 | mutexes_.resize(::CRYPTO_num_locks());
- | ^~~~~~~~~~~~~~~~
- In file included from /usr/include/boost/asio/ssl/detail/openssl_init.hpp:100,
- from /usr/include/boost/asio/ssl/context.hpp:29,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/detail/impl/openssl_init.ipp:46:66: error: expected id-expression before ‘;’ token
- 46 | ::CRYPTO_set_locking_callback(&do_init::openssl_locking_func);
- | ^
- /usr/include/boost/asio/ssl/detail/impl/openssl_init.ipp:47:56: error: expected id-expression before ‘;’ token
- 47 | ::CRYPTO_set_id_callback(&do_init::openssl_id_func);
- | ^
- /usr/include/boost/asio/ssl/detail/impl/openssl_init.ipp: In destructor ‘boost::asio::ssl::detail::openssl_init_base::do_init::~do_init()’:
- /usr/include/boost/asio/ssl/detail/impl/openssl_init.ipp:64:32: error: expected id-expression before ‘;’ token
- 64 | ::CRYPTO_set_id_callback(0);
- | ^
- /usr/include/boost/asio/ssl/detail/impl/openssl_init.ipp:65:37: error: expected id-expression before ‘;’ token
- 65 | ::CRYPTO_set_locking_callback(0);
- | ^
- In file included from /usr/include/openssl/engine.h:25,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:22,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/detail/impl/openssl_init.ipp:66:7: error: expected id-expression before ‘while’
- 66 | ::ERR_free_strings();
- | ^~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/x509.h:18,
- from /usr/include/openssl/ssl.h:20,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:20,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/detail/impl/openssl_init.ipp:68:7: error: expected id-expression before ‘while’
- 68 | ::EVP_cleanup();
- | ^~~~~~~~~~~
- In file included from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/conf.h:13,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:19,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/detail/impl/openssl_init.ipp:69:7: error: expected id-expression before ‘while’
- 69 | ::CRYPTO_cleanup_all_ex_data();
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:22,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/detail/impl/openssl_init.ipp:72:7: error: expected id-expression before ‘while’
- 72 | ::ENGINE_cleanup();
- | ^~~~~~~~~~~~~~
- In file included from /usr/include/boost/asio/ssl/context.hpp:786,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/impl/context.ipp: In constructor ‘boost::asio::ssl::context::context(boost::asio::ssl::context_base::method)’:
- /usr/include/boost/asio/ssl/impl/context.ipp:81:31: error: ‘::SSLv2_method’ has not been declared; did you mean ‘SSLv23_method’?
- 81 | handle_ = ::SSL_CTX_new(::SSLv2_method());
- | ^~~~~~~~~~~~
- | SSLv23_method
- /usr/include/boost/asio/ssl/impl/context.ipp:84:31: error: ‘::SSLv2_client_method’ has not been declared; did you mean ‘SSLv23_client_method’?
- 84 | handle_ = ::SSL_CTX_new(::SSLv2_client_method());
- | ^~~~~~~~~~~~~~~~~~~
- | SSLv23_client_method
- /usr/include/boost/asio/ssl/impl/context.ipp:87:31: error: ‘::SSLv2_server_method’ has not been declared; did you mean ‘SSLv23_server_method’?
- 87 | handle_ = ::SSL_CTX_new(::SSLv2_server_method());
- | ^~~~~~~~~~~~~~~~~~~
- | SSLv23_server_method
- /usr/include/boost/asio/ssl/impl/context.ipp:91:31: error: ‘::SSLv3_method’ has not been declared; did you mean ‘SSLv23_method’?
- 91 | handle_ = ::SSL_CTX_new(::SSLv3_method());
- | ^~~~~~~~~~~~
- | SSLv23_method
- /usr/include/boost/asio/ssl/impl/context.ipp:94:31: error: ‘::SSLv3_client_method’ has not been declared; did you mean ‘SSLv23_client_method’?
- 94 | handle_ = ::SSL_CTX_new(::SSLv3_client_method());
- | ^~~~~~~~~~~~~~~~~~~
- | SSLv23_client_method
- /usr/include/boost/asio/ssl/impl/context.ipp:97:31: error: ‘::SSLv3_server_method’ has not been declared; did you mean ‘SSLv23_server_method’?
- 97 | handle_ = ::SSL_CTX_new(::SSLv3_server_method());
- | ^~~~~~~~~~~~~~~~~~~
- | SSLv23_server_method
- /usr/include/boost/asio/ssl/impl/context.ipp: In destructor ‘boost::asio::ssl::context::~context()’:
- /usr/include/boost/asio/ssl/impl/context.ipp:197:16: error: invalid use of incomplete type ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 197 | if (handle_->default_passwd_callback_userdata)
- | ^~
- In file included from /usr/include/openssl/crypto.h:25,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/conf.h:13,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:19,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/openssl/ossl_typ.h:149:16: note: forward declaration of ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 149 | typedef struct ssl_ctx_st SSL_CTX;
- | ^~~~~~~~~~
- In file included from /usr/include/boost/asio/ssl/context.hpp:786,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/impl/context.ipp:201:20: error: invalid use of incomplete type ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 201 | handle_->default_passwd_callback_userdata);
- | ^~
- In file included from /usr/include/openssl/crypto.h:25,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/conf.h:13,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:19,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/openssl/ossl_typ.h:149:16: note: forward declaration of ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 149 | typedef struct ssl_ctx_st SSL_CTX;
- | ^~~~~~~~~~
- In file included from /usr/include/boost/asio/ssl/context.hpp:786,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/impl/context.ipp:203:14: error: invalid use of incomplete type ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 203 | handle_->default_passwd_callback_userdata = 0;
- | ^~
- In file included from /usr/include/openssl/crypto.h:25,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/conf.h:13,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:19,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/openssl/ossl_typ.h:149:16: note: forward declaration of ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 149 | typedef struct ssl_ctx_st SSL_CTX;
- | ^~~~~~~~~~
- In file included from /usr/include/boost/asio/ssl/context.hpp:786,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/impl/context.ipp: In member function ‘boost::system::error_code boost::asio::ssl::context::use_certificate_chain(const boost::asio::const_buffer&, boost::system::error_code&)’:
- /usr/include/boost/asio/ssl/impl/context.ipp:532:18: error: invalid use of incomplete type ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 532 | handle_->default_passwd_callback,
- | ^~
- In file included from /usr/include/openssl/crypto.h:25,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/conf.h:13,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:19,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/openssl/ossl_typ.h:149:16: note: forward declaration of ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 149 | typedef struct ssl_ctx_st SSL_CTX;
- | ^~~~~~~~~~
- In file included from /usr/include/boost/asio/ssl/context.hpp:786,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/impl/context.ipp:533:18: error: invalid use of incomplete type ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 533 | handle_->default_passwd_callback_userdata) };
- | ^~
- In file included from /usr/include/openssl/crypto.h:25,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/conf.h:13,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:19,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/openssl/ossl_typ.h:149:16: note: forward declaration of ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 149 | typedef struct ssl_ctx_st SSL_CTX;
- | ^~~~~~~~~~
- In file included from /usr/include/boost/asio/ssl/context.hpp:786,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/impl/context.ipp:550:16: error: invalid use of incomplete type ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 550 | if (handle_->extra_certs)
- | ^~
- In file included from /usr/include/openssl/crypto.h:25,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/conf.h:13,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:19,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/openssl/ossl_typ.h:149:16: note: forward declaration of ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 149 | typedef struct ssl_ctx_st SSL_CTX;
- | ^~~~~~~~~~
- In file included from /usr/include/boost/asio/ssl/context.hpp:786,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/impl/context.ipp:552:33: error: invalid use of incomplete type ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 552 | ::sk_X509_pop_free(handle_->extra_certs, X509_free);
- | ^~
- In file included from /usr/include/openssl/crypto.h:25,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/conf.h:13,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:19,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/openssl/ossl_typ.h:149:16: note: forward declaration of ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 149 | typedef struct ssl_ctx_st SSL_CTX;
- | ^~~~~~~~~~
- In file included from /usr/include/boost/asio/ssl/context.hpp:786,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/impl/context.ipp:553:14: error: invalid use of incomplete type ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 553 | handle_->extra_certs = 0;
- | ^~
- In file included from /usr/include/openssl/crypto.h:25,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/conf.h:13,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:19,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/openssl/ossl_typ.h:149:16: note: forward declaration of ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 149 | typedef struct ssl_ctx_st SSL_CTX;
- | ^~~~~~~~~~
- In file included from /usr/include/boost/asio/ssl/context.hpp:786,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/impl/context.ipp:557:18: error: invalid use of incomplete type ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 557 | handle_->default_passwd_callback,
- | ^~
- In file included from /usr/include/openssl/crypto.h:25,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/conf.h:13,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:19,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/openssl/ossl_typ.h:149:16: note: forward declaration of ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 149 | typedef struct ssl_ctx_st SSL_CTX;
- | ^~~~~~~~~~
- In file included from /usr/include/boost/asio/ssl/context.hpp:786,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/impl/context.ipp:558:18: error: invalid use of incomplete type ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 558 | handle_->default_passwd_callback_userdata))
- | ^~
- In file included from /usr/include/openssl/crypto.h:25,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/conf.h:13,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:19,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/openssl/ossl_typ.h:149:16: note: forward declaration of ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 149 | typedef struct ssl_ctx_st SSL_CTX;
- | ^~~~~~~~~~
- In file included from /usr/include/boost/asio/ssl/context.hpp:786,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/impl/context.ipp: In member function ‘boost::system::error_code boost::asio::ssl::context::do_set_password_callback(boost::asio::ssl::detail::password_callback_base*, boost::system::error_code&)’:
- /usr/include/boost/asio/ssl/impl/context.ipp:899:14: error: invalid use of incomplete type ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 899 | if (handle_->default_passwd_callback_userdata)
- | ^~
- In file included from /usr/include/openssl/crypto.h:25,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/conf.h:13,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:19,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/openssl/ossl_typ.h:149:16: note: forward declaration of ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 149 | typedef struct ssl_ctx_st SSL_CTX;
- | ^~~~~~~~~~
- In file included from /usr/include/boost/asio/ssl/context.hpp:786,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/impl/context.ipp:901:16: error: invalid use of incomplete type ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 901 | handle_->default_passwd_callback_userdata);
- | ^~
- In file included from /usr/include/openssl/crypto.h:25,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/conf.h:13,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:19,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/openssl/ossl_typ.h:149:16: note: forward declaration of ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 149 | typedef struct ssl_ctx_st SSL_CTX;
- | ^~~~~~~~~~
- In file included from /usr/include/boost/asio/ssl/context.hpp:786,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/impl/context.ipp:903:10: error: invalid use of incomplete type ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 903 | handle_->default_passwd_callback_userdata = callback;
- | ^~
- In file included from /usr/include/openssl/crypto.h:25,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/conf.h:13,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:19,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/openssl/ossl_typ.h:149:16: note: forward declaration of ‘SSL_CTX’ {aka ‘struct ssl_ctx_st’}
- 149 | typedef struct ssl_ctx_st SSL_CTX;
- | ^~~~~~~~~~
- In file included from /usr/include/openssl/engine.h:25,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:22,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/detail/impl/engine.ipp: In member function ‘const boost::system::error_code& boost::asio::ssl::detail::engine::map_error_code(boost::system::error_code&) const’:
- /usr/include/boost/asio/ssl/detail/impl/engine.ipp:207:9: error: ‘SSL_R_SHORT_READ’ was not declared in this scope; did you mean ‘SSL_F_SSL_READ’?
- 207 | ERR_PACK(ERR_LIB_SSL, 0, SSL_R_SHORT_READ),
- | ^~~~~~~~
- In file included from /usr/include/boost/asio/ssl/detail/engine.hpp:163,
- from /usr/include/boost/asio/ssl/detail/buffered_handshake_op.hpp:21,
- from /usr/include/boost/asio/ssl/stream.hpp:29,
- from /usr/include/boost/asio/ssl.hpp:24,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/detail/impl/engine.ipp:214:19: error: invalid use of incomplete type ‘SSL’ {aka ‘struct ssl_st’}
- 214 | if (ssl_ && ssl_->version == SSL2_VERSION)
- | ^~
- In file included from /usr/include/openssl/crypto.h:25,
- from /usr/include/openssl/bio.h:20,
- from /usr/include/openssl/conf.h:13,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:19,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/openssl/ossl_typ.h:148:16: note: forward declaration of ‘SSL’ {aka ‘struct ssl_st’}
- 148 | typedef struct ssl_st SSL;
- | ^~~~~~
- In file included from /usr/include/openssl/engine.h:25,
- from /usr/include/boost/asio/ssl/detail/openssl_types.hpp:22,
- from /usr/include/boost/asio/ssl/context_base.hpp:19,
- from /usr/include/boost/asio/ssl/context.hpp:27,
- from /usr/include/boost/asio/ssl.hpp:19,
- from rpcprotocol.h:16,
- from rpcserver.h:10,
- from bitcoind.cpp:7:
- /usr/include/boost/asio/ssl/detail/impl/engine.ipp:221:9: error: ‘SSL_R_SHORT_READ’ was not declared in this scope; did you mean ‘SSL_F_SSL_READ’?
- 221 | ERR_PACK(ERR_LIB_SSL, 0, SSL_R_SHORT_READ),
- | ^~~~~~~~
- In file included from primitives/block.h:9,
- from chain.h:9,
- from main.h:14,
- from bitcoind.cpp:9:
- ./primitives/transaction.h: In instantiation of ‘static _OI std::__copy_move<false, false, std::random_access_iterator_tag>::__copy_m(_II, _II, _OI) [with _II = const CTxOut*; _OI = CTxOut*]’:
- /usr/include/c++/9/bits/stl_algobase.h:404:30: required from ‘_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = false; _II = const CTxOut*; _OI = CTxOut*]’
- /usr/include/c++/9/bits/stl_algobase.h:441:30: required from ‘_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = __gnu_cxx::__normal_iterator<const CTxOut*, std::vector<CTxOut> >; _OI = __gnu_cxx::__normal_iterator<CTxOut*, std::vector<CTxOut> >]’
- /usr/include/c++/9/bits/stl_algobase.h:474:7: required from ‘_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator<const CTxOut*, std::vector<CTxOut> >; _OI = __gnu_cxx::__normal_iterator<CTxOut*, std::vector<CTxOut> >]’
- /usr/include/c++/9/bits/vector.tcc:238:31: required from ‘std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = CTxOut; _Alloc = std::allocator<CTxOut>]’
- coins.h:90:19: required from here
- ./primitives/transaction.h:103:7: warning: implicitly-declared ‘CScript& CScript::operator=(const CScript&)’ is deprecated [-Wdeprecated-copy]
- 103 | class CTxOut
- | ^~~~~~
- In file included from ./primitives/transaction.h:10,
- from primitives/block.h:9,
- from chain.h:9,
- from main.h:14,
- from bitcoind.cpp:9:
- ./script/script.h:365:5: note: because ‘CScript’ has user-provided ‘CScript::CScript(const CScript&)’
- 365 | CScript(const CScript& b) : std::vector<unsigned char>(b.begin(), b.end()) { }
- | ^~~~~~~
- In file included from /usr/include/c++/9/bits/char_traits.h:39,
- from /usr/include/c++/9/string:40,
- from clientversion.h:51,
- from bitcoind.cpp:6:
- /usr/include/c++/9/bits/stl_algobase.h:342:18: note: synthesized method ‘CTxOut& CTxOut::operator=(const CTxOut&)’ first required here
- 342 | *__result = *__first;
- | ~~~~~~~~~~^~~~~~~~~~
- make[2]: *** [Makefile:5723: bitcoind-bitcoind.o] Error 1
- make[2]: Leaving directory '/usr/local/src/bitcoin-0.10.0/src'
- make[1]: *** [Makefile:6475: all-recursive] Error 1
- make[1]: Leaving directory '/usr/local/src/bitcoin-0.10.0/src'
- make: *** [Makefile:569: all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement