Skip to content

Instantly share code, notes, and snippets.

@Sjors

Sjors/make.log Secret

Created April 19, 2019 15:59
Show Gist options
  • Save Sjors/3937c8ebef0fcc8ea066072eacb59a60 to your computer and use it in GitHub Desktop.
Save Sjors/3937c8ebef0fcc8ea066072eacb59a60 to your computer and use it in GitHub Desktop.
PR15606
./configure --with-miniupnpc=no --disable-zmq --enable-qrencode --disable-bip70 --enable-debug --disable-wallet
make
Making all in src
CXX consensus/libbitcoin_server_a-tx_verify.o
CXX index/libbitcoin_server_a-base.o
In file included from index/base.cpp:11:
./validation.h:639:13: warning: field 'm_blockman' will be initialized after field 'm_cached_in_ibd' [-Wreorder]
) : m_blockman(blockman),
^
./validation.h:642:13: warning: field 'm_coinstip_cache_size_bytes' will be initialized after field 'm_coinsdb_cache_size_bytes' [-Wreorder]
m_coinstip_cache_size_bytes(coinstip_cache_size_bytes),
^
./validation.h:863:34: warning: field 'm_utxo_contents_hash' will be initialized after field 'm_base_blockheader' [-Wreorder]
unsigned int nchaintx) : m_utxo_contents_hash(utxo_contents_hash),
^
3 warnings generated.
CXX index/libbitcoin_server_a-txindex.o
In file included from index/txindex.cpp:9:
./validation.h:639:13: warning: field 'm_blockman' will be initialized after field 'm_cached_in_ibd' [-Wreorder]
) : m_blockman(blockman),
^
./validation.h:642:13: warning: field 'm_coinstip_cache_size_bytes' will be initialized after field 'm_coinsdb_cache_size_bytes' [-Wreorder]
m_coinstip_cache_size_bytes(coinstip_cache_size_bytes),
^
./validation.h:863:34: warning: field 'm_utxo_contents_hash' will be initialized after field 'm_base_blockheader' [-Wreorder]
unsigned int nchaintx) : m_utxo_contents_hash(utxo_contents_hash),
^
3 warnings generated.
CXX libbitcoin_server_a-net_processing.o
In file included from net_processing.cpp:15:
./validation.h:639:13: warning: field 'm_blockman' will be initialized after field 'm_cached_in_ibd' [-Wreorder]
) : m_blockman(blockman),
^
./validation.h:642:13: warning: field 'm_coinstip_cache_size_bytes' will be initialized after field 'm_coinsdb_cache_size_bytes' [-Wreorder]
m_coinstip_cache_size_bytes(coinstip_cache_size_bytes),
^
./validation.h:863:34: warning: field 'm_utxo_contents_hash' will be initialized after field 'm_base_blockheader' [-Wreorder]
unsigned int nchaintx) : m_utxo_contents_hash(utxo_contents_hash),
^
In file included from net_processing.cpp:6:
In file included from ./net_processing.h:9:
In file included from ./net.h:9:
In file included from ./addrdb.h:10:
In file included from ./serialize.h:15:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/map:702:17: error: no viable overloaded '='
__ref() = _VSTD::forward<_ValueTp>(__v);
~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__tree:1613:35: note: in instantiation of function template specialization 'std::__1::__value_type<const CChainState *const, const CBlockIndex *>::operator=<const std::__1::pair<const CChainState *const, const CBlockIndex *> &, void>' requested here
__cache->__value_ = *__first;
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/map:1039:21: note: in instantiation of function template specialization 'std::__1::__tree<std::__1::__value_type<const CChainState *const, const CBlockIndex *>, std::__1::__map_value_compare<const CChainState *const, std::__1::__value_type<const CChainState *const, const CBlockIndex *>, std::__1::less<const CChainState *const>, true>, std::__1::allocator<std::__1::__value_type<const CChainState *const, const CBlockIndex *> > >::__assign_unique<const std::__1::pair<const CChainState *const, const CBlockIndex *> *>' requested here
__tree_.__assign_unique(__il.begin(), __il.end());
^
net_processing.cpp:371:41: note: in instantiation of member function 'std::__1::map<const CChainState *const, const CBlockIndex *, std::__1::less<const CChainState *const>, std::__1::allocator<std::__1::pair<const CChainState *const, const CBlockIndex *> > >::operator=' requested here
chainstate_to_last_common_block = {};
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/utility:314:29: note: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'const pair<const CChainState *const, const CBlockIndex *>' to 'const pair<const CChainState *const &, const CBlockIndex *&>' for 1st argument
struct _LIBCPP_TEMPLATE_VIS pair
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/utility:514:11: note: candidate function not viable: no known conversion from 'const std::__1::pair<const CChainState *const, const CBlockIndex *>' to 'const typename conditional<is_copy_assignable<first_type>::value && is_copy_assignable<second_type>::value, pair<const CChainState *const &, const CBlockIndex *&>, __nat>::type' (aka 'const std::__1::__nat') for 1st argument
pair& operator=(typename conditional<
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/utility:527:11: note: candidate function not viable: no known conversion from 'const std::__1::pair<const CChainState *const, const CBlockIndex *>' to 'typename conditional<is_move_assignable<first_type>::value && is_move_assignable<second_type>::value, pair<const CChainState *const &, const CBlockIndex *&>, __nat>::type' (aka 'std::__1::__nat') for 1st argument
pair& operator=(typename conditional<
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/utility:351:41: note: candidate template ignored: disabled by 'enable_if' [with _Tuple = const std::__1::pair<const CChainState *const, const CBlockIndex *> &]
using _EnableB = typename enable_if<_Val, bool>::type;
^
3 warnings and 1 error generated.
make[2]: *** [libbitcoin_server_a-net_processing.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment