Created
January 8, 2018 18:00
-
-
Save capocasa/5f31ac2bd7c1ce3f09f4fc1474ad2cb3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[carlo@roger bitcoin]$ ./configure --disable-tests --disable-hardening --disable-bench --with-gui=no | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether to enable maintainer-specific portions of Makefiles... yes | |
checking whether make supports nested variables... (cached) yes | |
checking for g++... g++ | |
checking whether the C++ compiler works... yes | |
checking for C++ compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking for style of include used by make... GNU | |
checking dependency style of g++... gcc3 | |
checking whether g++ supports C++11 features with -std=c++11... yes | |
checking whether std::atomic can be used without link library... yes | |
checking whether we are using the GNU Objective C++ compiler... no | |
checking whether g++ -std=c++11 accepts -g... no | |
checking dependency style of g++ -std=c++11... gcc3 | |
checking how to print strings... printf | |
checking for gcc... gcc | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking dependency style of gcc... gcc3 | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for a working dd... /usr/bin/dd | |
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... g++ -std=c++11 -E | |
checking for ld used by g++ -std=c++11... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++ -std=c++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for g++ -std=c++11 option to produce PIC... -fPIC -DPIC | |
checking if g++ -std=c++11 PIC flag -fPIC -DPIC works... yes | |
checking if g++ -std=c++11 static flag -static works... yes | |
checking if g++ -std=c++11 supports -c -o file.o... yes | |
checking if g++ -std=c++11 supports -c -o file.o... (cached) yes | |
checking whether the g++ -std=c++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for ar... /usr/bin/ar | |
checking for ranlib... /usr/bin/ranlib | |
checking for strip... /usr/bin/strip | |
checking for gcov... /usr/bin/gcov | |
checking for lcov... no | |
checking for python3.6... /usr/bin/python3.6 | |
checking for genhtml... no | |
checking for git... /usr/bin/git | |
checking for ccache... /usr/bin/ccache | |
checking for xgettext... /usr/bin/xgettext | |
checking for hexdump... /usr/bin/hexdump | |
checking for readelf... /usr/bin/readelf | |
checking for c++filt... /usr/bin/c++filt | |
checking for objcopy... /usr/bin/objcopy | |
checking whether C++ compiler accepts -Werror... yes | |
checking whether C++ compiler accepts -Wall... yes | |
checking whether C++ compiler accepts -Wextra... yes | |
checking whether C++ compiler accepts -Wformat... yes | |
checking whether C++ compiler accepts -Wvla... yes | |
checking whether C++ compiler accepts -Wformat-security... yes | |
checking whether C++ compiler accepts -Wunused-parameter... yes | |
checking whether C++ compiler accepts -Wself-assign... no | |
checking whether C++ compiler accepts -Wunused-local-typedef... no | |
checking whether C++ compiler accepts -Wdeprecated-register... no | |
checking whether C++ compiler accepts -Wimplicit-fallthrough... yes | |
checking whether C++ compiler accepts -msse4.2... yes | |
checking for assembler crc32 support... yes | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking whether byte ordering is bigendian... no | |
checking whether gcc is Clang... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking whether more special flags are required for pthreads... no | |
checking for PTHREAD_PRIO_INHERIT... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... yes | |
checking whether the linker accepts -Wl,--large-address-aware... no | |
checking for __attribute__((visibility))... yes | |
checking for __attribute__((dllexport))... no | |
checking for __attribute__((dllimport))... no | |
checking for library containing clock_gettime... none required | |
checking whether C++ compiler accepts -fPIC... yes | |
checking endian.h usability... yes | |
checking endian.h presence... yes | |
checking for endian.h... yes | |
checking sys/endian.h usability... no | |
checking sys/endian.h presence... no | |
checking for sys/endian.h... no | |
checking byteswap.h usability... yes | |
checking byteswap.h presence... yes | |
checking for byteswap.h... yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking for sys/stat.h... (cached) yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/prctl.h usability... yes | |
checking sys/prctl.h presence... yes | |
checking for sys/prctl.h... yes | |
checking whether strnlen is declared... yes | |
checking whether daemon is declared... yes | |
checking whether le16toh is declared... yes | |
checking whether le32toh is declared... yes | |
checking whether le64toh is declared... yes | |
checking whether htole16 is declared... yes | |
checking whether htole32 is declared... yes | |
checking whether htole64 is declared... yes | |
checking whether be16toh is declared... yes | |
checking whether be32toh is declared... yes | |
checking whether be64toh is declared... yes | |
checking whether htobe16 is declared... yes | |
checking whether htobe32 is declared... yes | |
checking whether htobe64 is declared... yes | |
checking whether bswap_16 is declared... yes | |
checking whether bswap_32 is declared... yes | |
checking whether bswap_64 is declared... yes | |
checking whether __builtin_clz is declared... yes | |
checking whether __builtin_clzl is declared... yes | |
checking whether __builtin_clzll is declared... yes | |
checking for MSG_NOSIGNAL... yes | |
checking for MSG_DONTWAIT... yes | |
checking for getmemoryinfo... yes | |
checking for mallopt M_ARENA_MAX... yes | |
checking for visibility attribute... yes | |
checking for Linux getrandom syscall... yes | |
checking for getentropy... yes | |
checking for getentropy via random.h... yes | |
checking for sysctl KERN_ARND... no | |
checking for Berkeley DB C++ headers... /usr/include/db4.8/ | |
checking for main in -ldb_cxx-4.8... yes | |
checking miniupnpc/miniwget.h usability... yes | |
checking miniupnpc/miniwget.h presence... yes | |
checking for miniupnpc/miniwget.h... yes | |
checking for main in -lminiupnpc... yes | |
checking miniupnpc/miniupnpc.h usability... yes | |
checking miniupnpc/miniupnpc.h presence... yes | |
checking for miniupnpc/miniupnpc.h... yes | |
checking for main in -lminiupnpc... (cached) yes | |
checking miniupnpc/upnpcommands.h usability... yes | |
checking miniupnpc/upnpcommands.h presence... yes | |
checking for miniupnpc/upnpcommands.h... yes | |
checking for main in -lminiupnpc... (cached) yes | |
checking miniupnpc/upnperrors.h usability... yes | |
checking miniupnpc/upnperrors.h presence... yes | |
checking for miniupnpc/upnperrors.h... yes | |
checking for main in -lminiupnpc... (cached) yes | |
checking whether to build Bitcoin Core GUI... no (Qt) | |
checking for boostlib >= 1.47.0... yes | |
checking whether the Boost::System library is available... yes | |
checking for exit in -lboost_system... yes | |
checking whether the Boost::Filesystem library is available... yes | |
checking for exit in -lboost_filesystem... yes | |
checking whether the Boost::Program_Options library is available... no | |
checking whether the Boost::Thread library is available... no | |
checking whether the Boost::Chrono library is available... no | |
checking for mismatched boost c++11 scoped enums... ok | |
configure: error: No working boost sleep implementation found. | |
[carlo@roger bitcoin]$ make | |
Making all in src | |
make[1]: Entering directory '/home/carlo/bitcoin/src' | |
make[2]: Entering directory '/home/carlo/bitcoin/src' | |
make[3]: Entering directory '/home/carlo/bitcoin' | |
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/carlo/bitcoin/build-aux/missing autoheader) | |
rm -f src/config/stamp-h1 | |
touch src/config/bitcoin-config.h.in | |
make[3]: Leaving directory '/home/carlo/bitcoin' | |
make[3]: Entering directory '/home/carlo/bitcoin' | |
cd . && /bin/sh ./config.status src/config/bitcoin-config.h | |
config.status: creating src/config/bitcoin-config.h | |
config.status: src/config/bitcoin-config.h is unchanged | |
make[3]: Leaving directory '/home/carlo/bitcoin' | |
make[3]: Entering directory '/home/carlo/bitcoin' | |
make[3]: Leaving directory '/home/carlo/bitcoin' | |
CXX crypto/libbitcoinconsensus_la-aes.lo | |
CXX crypto/libbitcoinconsensus_la-chacha20.lo | |
CXX crypto/libbitcoinconsensus_la-hmac_sha256.lo | |
CXX crypto/libbitcoinconsensus_la-hmac_sha512.lo | |
CXX crypto/libbitcoinconsensus_la-ripemd160.lo | |
CXX crypto/libbitcoinconsensus_la-sha1.lo | |
CXX crypto/libbitcoinconsensus_la-sha256.lo | |
CXX crypto/libbitcoinconsensus_la-sha512.lo | |
CXX libbitcoinconsensus_la-arith_uint256.lo | |
CXX consensus/libbitcoinconsensus_la-merkle.lo | |
CXX libbitcoinconsensus_la-hash.lo | |
CXX primitives/libbitcoinconsensus_la-block.lo | |
CXX primitives/libbitcoinconsensus_la-transaction.lo | |
CXX libbitcoinconsensus_la-pubkey.lo | |
CXX script/libbitcoinconsensus_la-bitcoinconsensus.lo | |
CXX script/libbitcoinconsensus_la-interpreter.lo | |
CXX script/libbitcoinconsensus_la-script.lo | |
CXX script/libbitcoinconsensus_la-script_error.lo | |
CXX libbitcoinconsensus_la-uint256.lo | |
CXX libbitcoinconsensus_la-utilstrencodings.lo | |
make[3]: Entering directory '/home/carlo/bitcoin/src/secp256k1' | |
gcc -I. -g -O2 -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o | |
gcc gen_context.o -o gen_context | |
./gen_context | |
CC src/libsecp256k1_la-secp256k1.lo | |
CCLD libsecp256k1.la | |
make[3]: Leaving directory '/home/carlo/bitcoin/src/secp256k1' | |
CXXLD libbitcoinconsensus.la | |
CXX bitcoind-bitcoind.o | |
CXX libbitcoin_server_a-addrdb.o | |
CXX libbitcoin_server_a-addrman.o | |
CXX approval/libbitcoin_server_a-approval.o | |
CXX approval/libbitcoin_server_a-rpcapproval.o | |
CXX libbitcoin_server_a-bloom.o | |
CXX libbitcoin_server_a-blockencodings.o | |
CXX libbitcoin_server_a-chain.o | |
CXX libbitcoin_server_a-checkpoints.o | |
CXX consensus/libbitcoin_server_a-tx_verify.o | |
CXX libbitcoin_server_a-httprpc.o | |
CXX libbitcoin_server_a-httpserver.o | |
CXX libbitcoin_server_a-init.o | |
CXX libbitcoin_server_a-dbwrapper.o | |
CXX libbitcoin_server_a-merkleblock.o | |
CXX libbitcoin_server_a-miner.o | |
In file included from /usr/include/boost/multi_index/ordered_index.hpp:17:0, | |
from txmempool.h:25, | |
from miner.h:10, | |
from miner.cpp:6: | |
/usr/include/boost/multi_index/detail/ord_index_impl.hpp: In instantiation of ‘bool boost::multi_index::detail::ordered_index_impl<KeyFromValue, Compare, SuperMeta, TagList, Category, AugmentPolicy>::in_place(boost::multi_index::detail::ordered_index_impl<KeyFromValue, Compare, SuperMeta, TagList, Category, AugmentPolicy>::value_param_type, boost::multi_index::detail::ordered_index_impl<KeyFromValue, Compare, SuperMeta, TagList, Category, AugmentPolicy>::node_type*, boost::multi_index::detail::ordered_non_unique_tag) const [with KeyFromValue = boost::multi_index::identity<CTxMemPoolModifiedEntry>; Compare = CompareModifiedEntry; SuperMeta = boost::multi_index::detail::nth_layer<2, CTxMemPoolModifiedEntry, boost::multi_index::indexed_by<boost::multi_index::ordered_unique<modifiedentry_iter, CompareCTxMemPoolIter>, boost::multi_index::ordered_non_unique<boost::multi_index::tag<ancestor_score>, boost::multi_index::identity<CTxMemPoolModifiedEntry>, CompareModifiedEntry> >, std::allocator<CTxMemPoolModifiedEntry> >; TagList = boost::mpl::v_item<ancestor_score, boost::mpl::vector0<mpl_::na>, 0>; Category = boost::multi_index::detail::ordered_non_unique_tag; AugmentPolicy = boost::multi_index::detail::null_augment_policy; boost::multi_index::detail::ordered_index_impl<KeyFromValue, Compare, SuperMeta, TagList, Category, AugmentPolicy>::value_param_type = const CTxMemPoolModifiedEntry&; boost::multi_index::detail::ordered_index_impl<KeyFromValue, Compare, SuperMeta, TagList, Category, AugmentPolicy>::node_type = boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::null_augment_policy, boost::multi_index::detail::index_node_base<CTxMemPoolModifiedEntry, std::allocator<CTxMemPoolModifiedEntry> > >; typename SuperMeta::type::node_type = boost::multi_index::detail::index_node_base<CTxMemPoolModifiedEntry, std::allocator<CTxMemPoolModifiedEntry> >]’: | |
/usr/include/boost/multi_index/detail/ord_index_impl.hpp:825:17: required from ‘bool boost::multi_index::detail::ordered_index_impl<KeyFromValue, Compare, SuperMeta, TagList, Category, AugmentPolicy>::modify_(boost::multi_index::detail::ordered_index_impl<KeyFromValue, Compare, SuperMeta, TagList, Category, AugmentPolicy>::node_type*) [with KeyFromValue = boost::multi_index::identity<CTxMemPoolModifiedEntry>; Compare = CompareModifiedEntry; SuperMeta = boost::multi_index::detail::nth_layer<2, CTxMemPoolModifiedEntry, boost::multi_index::indexed_by<boost::multi_index::ordered_unique<modifiedentry_iter, CompareCTxMemPoolIter>, boost::multi_index::ordered_non_unique<boost::multi_index::tag<ancestor_score>, boost::multi_index::identity<CTxMemPoolModifiedEntry>, CompareModifiedEntry> >, std::allocator<CTxMemPoolModifiedEntry> >; TagList = boost::mpl::v_item<ancestor_score, boost::mpl::vector0<mpl_::na>, 0>; Category = boost::multi_index::detail::ordered_non_unique_tag; AugmentPolicy = boost::multi_index::detail::null_augment_policy; boost::multi_index::detail::ordered_index_impl<KeyFromValue, Compare, SuperMeta, TagList, Category, AugmentPolicy>::node_type = boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::null_augment_policy, boost::multi_index::detail::index_node_base<CTxMemPoolModifiedEntry, std::allocator<CTxMemPoolModifiedEntry> > >; typename SuperMeta::type::node_type = boost::multi_index::detail::index_node_base<CTxMemPoolModifiedEntry, std::allocator<CTxMemPoolModifiedEntry> >]’ | |
/usr/include/boost/multi_index/detail/ord_index_impl.hpp:860:25: required from ‘bool boost::multi_index::detail::ordered_index_impl<KeyFromValue, Compare, SuperMeta, TagList, Category, AugmentPolicy>::modify_(boost::multi_index::detail::ordered_index_impl<KeyFromValue, Compare, SuperMeta, TagList, Category, AugmentPolicy>::node_type*) [with KeyFromValue = modifiedentry_iter; Compare = CompareCTxMemPoolIter; SuperMeta = boost::multi_index::detail::nth_layer<1, CTxMemPoolModifiedEntry, boost::multi_index::indexed_by<boost::multi_index::ordered_unique<modifiedentry_iter, CompareCTxMemPoolIter>, boost::multi_index::ordered_non_unique<boost::multi_index::tag<ancestor_score>, boost::multi_index::identity<CTxMemPoolModifiedEntry>, CompareModifiedEntry> >, std::allocator<CTxMemPoolModifiedEntry> >; TagList = boost::mpl::vector0<mpl_::na>; Category = boost::multi_index::detail::ordered_unique_tag; AugmentPolicy = boost::multi_index::detail::null_augment_policy; boost::multi_index::detail::ordered_index_impl<KeyFromValue, Compare, SuperMeta, TagList, Category, AugmentPolicy>::node_type = boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::null_augment_policy, boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::null_augment_policy, boost::multi_index::detail::index_node_base<CTxMemPoolModifiedEntry, std::allocator<CTxMemPoolModifiedEntry> > > >; typename SuperMeta::type::node_type = boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::null_augment_policy, boost::multi_index::detail::index_node_base<CTxMemPoolModifiedEntry, std::allocator<CTxMemPoolModifiedEntry> > >]’ | |
/usr/include/boost/multi_index_container.hpp:823:25: required from ‘bool boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>::modify_(Modifier&, boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>::node_type*) [with Modifier = update_for_parent_inclusion; Value = CTxMemPoolModifiedEntry; IndexSpecifierList = boost::multi_index::indexed_by<boost::multi_index::ordered_unique<modifiedentry_iter, CompareCTxMemPoolIter>, boost::multi_index::ordered_non_unique<boost::multi_index::tag<ancestor_score>, boost::multi_index::identity<CTxMemPoolModifiedEntry>, CompareModifiedEntry> >; Allocator = std::allocator<CTxMemPoolModifiedEntry>; boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>::node_type = boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::null_augment_policy, boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::null_augment_policy, boost::multi_index::detail::index_node_base<CTxMemPoolModifiedEntry, std::allocator<CTxMemPoolModifiedEntry> > > >]’ | |
/usr/include/boost/multi_index/detail/index_base.hpp:278:34: required from ‘bool boost::multi_index::detail::index_base<Value, IndexSpecifierList, Allocator>::final_modify_(Modifier&, boost::multi_index::detail::index_base<Value, IndexSpecifierList, Allocator>::final_node_type*) [with Modifier = update_for_parent_inclusion; Value = CTxMemPoolModifiedEntry; IndexSpecifierList = boost::multi_index::indexed_by<boost::multi_index::ordered_unique<modifiedentry_iter, CompareCTxMemPoolIter>, boost::multi_index::ordered_non_unique<boost::multi_index::tag<ancestor_score>, boost::multi_index::identity<CTxMemPoolModifiedEntry>, CompareModifiedEntry> >; Allocator = std::allocator<CTxMemPoolModifiedEntry>; boost::multi_index::detail::index_base<Value, IndexSpecifierList, Allocator>::final_node_type = boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::null_augment_policy, boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::null_augment_policy, boost::multi_index::detail::index_node_base<CTxMemPoolModifiedEntry, std::allocator<CTxMemPoolModifiedEntry> > > >]’ | |
/usr/include/boost/multi_index/detail/ord_index_impl.hpp:419:61: required from ‘bool boost::multi_index::detail::ordered_index_impl<KeyFromValue, Compare, SuperMeta, TagList, Category, AugmentPolicy>::modify(boost::multi_index::detail::ordered_index_impl<KeyFromValue, Compare, SuperMeta, TagList, Category, AugmentPolicy>::iterator, Modifier) [with Modifier = update_for_parent_inclusion; KeyFromValue = modifiedentry_iter; Compare = CompareCTxMemPoolIter; SuperMeta = boost::multi_index::detail::nth_layer<1, CTxMemPoolModifiedEntry, boost::multi_index::indexed_by<boost::multi_index::ordered_unique<modifiedentry_iter, CompareCTxMemPoolIter>, boost::multi_index::ordered_non_unique<boost::multi_index::tag<ancestor_score>, boost::multi_index::identity<CTxMemPoolModifiedEntry>, CompareModifiedEntry> >, std::allocator<CTxMemPoolModifiedEntry> >; TagList = boost::mpl::vector0<mpl_::na>; Category = boost::multi_index::detail::ordered_unique_tag; AugmentPolicy = boost::multi_index::detail::null_augment_policy; boost::multi_index::detail::ordered_index_impl<KeyFromValue, Compare, SuperMeta, TagList, Category, AugmentPolicy>::iterator = boost::multi_index::detail::bidir_node_iterator<boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::null_augment_policy, boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::null_augment_policy, boost::multi_index::detail::index_node_base<CTxMemPoolModifiedEntry, std::allocator<CTxMemPoolModifiedEntry> > > > >; typename SuperMeta::type::node_type = boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::null_augment_policy, boost::multi_index::detail::index_node_base<CTxMemPoolModifiedEntry, std::allocator<CTxMemPoolModifiedEntry> > >]’ | |
miner.cpp:303:74: required from here | |
/usr/include/boost/multi_index/detail/ord_index_impl.hpp:1181:7: error: no match for call to ‘(const key_compare {aka const CompareModifiedEntry}) (const CTxMemPoolModifiedEntry&, CTxMemPoolModifiedEntry&)’ | |
if(comp_(key(v),key(y->value())))return false; | |
^~ | |
In file included from miner.cpp:6:0: | |
miner.h:74:10: note: candidate: bool CompareModifiedEntry::operator()(const CTxMemPoolModifiedEntry&, const CTxMemPoolModifiedEntry&) <near match> | |
bool operator()(const CTxMemPoolModifiedEntry &a, const CTxMemPoolModifiedEntry &b) | |
^~~~~~~~ | |
miner.h:74:10: note: passing ‘const key_compare* {aka const CompareModifiedEntry*}’ as ‘this’ argument discards qualifiers | |
In file included from /usr/include/boost/multi_index/ordered_index.hpp:17:0, | |
from txmempool.h:25, | |
from miner.h:10, | |
from miner.cpp:6: | |
/usr/include/boost/multi_index/detail/ord_index_impl.hpp:1186:25: error: no match for call to ‘(const key_compare {aka const CompareModifiedEntry}) (CTxMemPoolModifiedEntry&, const CTxMemPoolModifiedEntry&)’ | |
return y==header()||!comp_(key(y->value()),key(v)); | |
In file included from miner.cpp:6:0: | |
miner.h:74:10: note: candidate: bool CompareModifiedEntry::operator()(const CTxMemPoolModifiedEntry&, const CTxMemPoolModifiedEntry&) <near match> | |
bool operator()(const CTxMemPoolModifiedEntry &a, const CTxMemPoolModifiedEntry &b) | |
^~~~~~~~ | |
miner.h:74:10: note: passing ‘const key_compare* {aka const CompareModifiedEntry*}’ as ‘this’ argument discards qualifiers | |
make[2]: *** [Makefile:5610: libbitcoin_server_a-miner.o] Error 1 | |
make[2]: Leaving directory '/home/carlo/bitcoin/src' | |
make[1]: *** [Makefile:9304: all-recursive] Error 1 | |
make[1]: Leaving directory '/home/carlo/bitcoin/src' | |
make: *** [Makefile:746: all-recursive] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment