Created
September 20, 2016 09:28
-
-
Save ShapeShifter499/7a36b3aa17d4517653ba2c3d804edc7c to your computer and use it in GitHub Desktop.
VERGE build error boost 1.55
This file contains hidden or 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
[raansu@Y40-80 VERGE]$ ./autogen.sh | |
configure.ac:135: installing 'src/build-aux/compile' | |
configure.ac:12: installing 'src/build-aux/config.guess' | |
configure.ac:12: installing 'src/build-aux/config.sub' | |
configure.ac:43: installing 'src/build-aux/install-sh' | |
configure.ac:43: installing 'src/build-aux/missing' | |
configure.ac:719: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') | |
configure.ac:719: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') | |
src/Makefile.am: installing 'src/build-aux/depcomp' | |
parallel-tests: installing 'src/build-aux/test-driver' | |
[raansu@Y40-80 VERGE]$ ./configure | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-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 whether enable SSE/SSE2 optimizations... 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 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 how to run the C preprocessor... gcc -E | |
checking how to run the C++ preprocessor... g++ -E | |
checking for gcc... gcc | |
checking whether we are using the GNU Objective C compiler... no | |
checking whether gcc accepts -g... no | |
checking dependency style of gcc... gcc3 | |
checking whether ln -s works... yes | |
checking for g++... g++ | |
checking whether we are using the GNU Objective C++ compiler... no | |
checking whether g++ accepts -g... no | |
checking dependency style of g++... gcc3 | |
checking for a sed that does not truncate output... /usr/bin/sed | |
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 java... /usr/bin/java | |
checking for genhtml... no | |
checking for git... /usr/bin/git | |
checking for ccache... no | |
checking for xgettext... /usr/bin/xgettext | |
checking for hexdump... /usr/bin/hexdump | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -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 whether byte ordering is bigendian... no | |
checking if compiler needs -Werror to reject unknown flags... no | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... no | |
checking whether pthreads work with -Kthread... no | |
checking whether pthreads work with -kthread... no | |
checking for the pthreads library -llthread... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... no | |
checking for PTHREAD_PRIO_INHERIT... no | |
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 whether C++ compiler accepts -Wstack-protector... yes | |
checking whether C++ compiler accepts -fstack-protector-all... yes | |
checking whether C++ compiler accepts -fPIE... yes | |
checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2... yes | |
checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE... yes | |
checking whether the linker accepts -Wl,--dynamicbase... no | |
checking whether the linker accepts -Wl,--nxcompat... no | |
checking whether the linker accepts -Wl,-z,relro... yes | |
checking whether the linker accepts -Wl,-z,now... yes | |
checking whether the linker accepts -pie... yes | |
checking endian.h usability... yes | |
checking endian.h presence... yes | |
checking for endian.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 whether le32toh is declared... yes | |
checking whether le64toh is declared... yes | |
checking whether htole32 is declared... yes | |
checking whether htole64 is declared... yes | |
checking whether be32toh is declared... yes | |
checking whether be64toh is declared... yes | |
checking whether htobe32 is declared... yes | |
checking whether htobe64 is declared... yes | |
checking for MSG_NOSIGNAL... yes | |
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 for boostlib >= 1.20.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... yes | |
checking for exit in -lboost_program_options... yes | |
checking whether the Boost::Thread library is available... yes | |
checking for exit in -lboost_thread... yes | |
checking whether the Boost::Chrono library is available... yes | |
checking for exit in -lboost_chrono... yes | |
checking whether the Boost::Unit_Test_Framework library is available... yes | |
checking for dynamic linked boost test... yes | |
checking for SSL... yes | |
checking for CRYPTO... yes | |
checking for PROTOBUF... yes | |
checking for QR... yes | |
checking for protoc... /usr/bin/protoc | |
checking whether to build VERGEd... yes | |
checking for QT... no | |
checking for QT... yes | |
checking for QT_TEST... yes | |
checking for QT_DBUS... yes | |
checking for moc-qt5... /usr/bin/moc-qt5 | |
checking for uic-qt5... /usr/bin/uic-qt5 | |
checking for rcc-qt5... /usr/bin/rcc-qt5 | |
checking for lrelease-qt5... /usr/bin/lrelease-qt5 | |
checking for lupdate-qt5... /usr/bin/lupdate-qt5 | |
checking whether to build VERGE Core GUI... yes (Qt5) | |
checking if ccache should be used... no | |
checking if wallet should be enabled... yes | |
checking whether to build with support for UPnP... yes | |
checking whether to build with UPnP enabled by default... no | |
checking whether to build GUI with support for D-Bus... yes | |
checking whether to build GUI with support for QR codes... yes | |
checking whether to build test_bitcoin-qt... yes | |
checking whether to build test_bitcoin... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating share/setup.nsi | |
config.status: creating share/qt/Info.plist | |
config.status: creating qa/pull-tester/run-bitcoind-for-test.sh | |
config.status: creating qa/pull-tester/build-tests.sh | |
config.status: creating src/config/verge-config.h | |
config.status: executing depfiles commands | |
[raansu@Y40-80 VERGE]$ make | |
Making all in src | |
make[1]: Entering directory '/home/raansu/My-AUR-git/VERGE/src' | |
CXX libbitcoin_server_a-addrman.o | |
In file included from addrman.h:9:0, | |
from addrman.cpp:5: | |
util.h:249:22: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
return strprintf("%"PRI64d, n); | |
^ | |
CXX libbitcoin_server_a-alert.o | |
In file included from alert.h:13:0, | |
from alert.cpp:8: | |
util.h:249:22: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
return strprintf("%"PRI64d, n); | |
^ | |
In file included from alert.cpp:10:0: | |
net.h:323:20: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf("askfor %s %"PRI64d" (%s)\n", inv.ToString().c_str(), nRequestTime, DateTimeStrFormat("%H:%M:%S", nRequestTime/1000000).c_str()); | |
^ | |
alert.cpp:53:9: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
" nRelayUntil = %"PRI64d"\n" | |
^ | |
alert.cpp:54:9: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
" nExpiration = %"PRI64d"\n" | |
^ | |
CXX libbitcoin_server_a-checkpoints.o | |
In file included from addrman.h:9:0, | |
from net.h:20, | |
from checkpoints.h:11, | |
from checkpoints.cpp:8: | |
util.h:249:22: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
return strprintf("%"PRI64d, n); | |
^ | |
In file included from checkpoints.h:11:0, | |
from checkpoints.cpp:8: | |
net.h:323:20: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf("askfor %s %"PRI64d" (%s)\n", inv.ToString().c_str(), nRequestTime, DateTimeStrFormat("%H:%M:%S", nRequestTime/1000000).c_str()); | |
^ | |
In file included from dbx.h:8:0, | |
from checkpoints.cpp:10: | |
main.h:713:26: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
str += strprintf("(hash=%s, nTime=%d, ver=%d, vin.size=%"PRIszu", vout.size=%"PRIszu", nLockTime=%d)\n", | |
^ | |
main.h:713:72: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
str += strprintf("(hash=%s, nTime=%d, ver=%d, vin.size=%"PRIszu", vout.size=%"PRIszu", nLockTime=%d)\n", | |
^ | |
main.h:1032:20: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf(" entropybit=%"PRI64d"\n", hashSig.Get64()); | |
^ | |
main.h:1166:16: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf("CBlock(hash=%s, ver=%d, algo=%d, mined_hash=%s, hashPrevBlock=%s, hashMerkleRoot=%s, nTime=%u, nBits=%08x, nNonce=%u, vtx=%"PRIszu", vchBlockSig=%s)\n", | |
^ | |
main.h:1430:26: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
return strprintf("CBlockIndex(nprev=%p, pnext=%p, nFile=%u, nBlockPos=%-6d nHeight=%d, nMint=%s, nMoneySupply=%s, nFlags=(%s)(%d)(%s), nStakeModifier=%016"PRI64x", nStakeModifierChecksum=%08x, hashProofOfStake=%s, prevoutStake=(%s), nStakeTime=%d merkle=%s, hashBlock=%s)", | |
^ | |
CXX libbitcoin_server_a-init.o | |
In file included from bignum.h:12:0, | |
from main.h:8, | |
from dbx.h:8, | |
from init.cpp:8: | |
util.h:249:22: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
return strprintf("%"PRI64d, n); | |
^ | |
In file included from main.h:10:0, | |
from dbx.h:8, | |
from init.cpp:8: | |
net.h:323:20: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf("askfor %s %"PRI64d" (%s)\n", inv.ToString().c_str(), nRequestTime, DateTimeStrFormat("%H:%M:%S", nRequestTime/1000000).c_str()); | |
^ | |
In file included from dbx.h:8:0, | |
from init.cpp:8: | |
main.h:713:26: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
str += strprintf("(hash=%s, nTime=%d, ver=%d, vin.size=%"PRIszu", vout.size=%"PRIszu", nLockTime=%d)\n", | |
^ | |
main.h:713:72: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
str += strprintf("(hash=%s, nTime=%d, ver=%d, vin.size=%"PRIszu", vout.size=%"PRIszu", nLockTime=%d)\n", | |
^ | |
main.h:1032:20: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf(" entropybit=%"PRI64d"\n", hashSig.Get64()); | |
^ | |
main.h:1166:16: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf("CBlock(hash=%s, ver=%d, algo=%d, mined_hash=%s, hashPrevBlock=%s, hashMerkleRoot=%s, nTime=%u, nBits=%08x, nNonce=%u, vtx=%"PRIszu", vchBlockSig=%s)\n", | |
^ | |
main.h:1430:26: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
return strprintf("CBlockIndex(nprev=%p, pnext=%p, nFile=%u, nBlockPos=%-6d nHeight=%d, nMint=%s, nMoneySupply=%s, nFlags=(%s)(%d)(%s), nStakeModifier=%016"PRI64x", nStakeModifierChecksum=%08x, hashProofOfStake=%s, prevoutStake=(%s), nStakeTime=%d merkle=%s, hashBlock=%s)", | |
^ | |
init.cpp:690:12: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf(" block index %15"PRI64d"ms\n", GetTimeMillis() - nStart); | |
^ | |
init.cpp:781:12: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf(" wallet %15"PRI64d"ms\n", GetTimeMillis() - nStart); | |
^ | |
init.cpp:801:16: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf(" rescan %15"PRI64d"ms\n", GetTimeMillis() - nStart); | |
^ | |
init.cpp:842:12: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf("Loaded %i addresses from peers.dat %"PRI64d"ms\n", | |
^ | |
init.cpp:853:12: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf("mapBlockIndex.size() = %"PRIszu"\n", mapBlockIndex.size()); | |
^ | |
init.cpp:855:12: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf("setKeyPool.size() = %"PRIszu"\n", pwalletMain->setKeyPool.size()); | |
^ | |
init.cpp:856:12: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf("mapWallet.size() = %"PRIszu"\n", pwalletMain->mapWallet.size()); | |
^ | |
init.cpp:857:12: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf("mapAddressBook.size() = %"PRIszu"\n", pwalletMain->mapAddressBook.size()); | |
^ | |
CXX libbitcoin_server_a-irc.o | |
In file included from addrman.h:9:0, | |
from net.h:20, | |
from irc.cpp:10: | |
util.h:249:22: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
return strprintf("%"PRI64d, n); | |
^ | |
In file included from irc.cpp:10:0: | |
net.h:323:20: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf("askfor %s %"PRI64d" (%s)\n", inv.ToString().c_str(), nRequestTime, DateTimeStrFormat("%H:%M:%S", nRequestTime/1000000).c_str()); | |
^ | |
irc.cpp:270:35: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
strMyName = strprintf("x%"PRI64u"", GetRand(1000000000)); | |
^ | |
CXX libbitcoin_server_a-bitcoinrpc.o | |
In file included from bignum.h:12:0, | |
from main.h:8, | |
from wallet.h:13, | |
from init.h:8, | |
from bitcoinrpc.cpp:6: | |
util.h:249:22: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
return strprintf("%"PRI64d, n); | |
^ | |
In file included from main.h:10:0, | |
from wallet.h:13, | |
from init.h:8, | |
from bitcoinrpc.cpp:6: | |
net.h:323:20: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf("askfor %s %"PRI64d" (%s)\n", inv.ToString().c_str(), nRequestTime, DateTimeStrFormat("%H:%M:%S", nRequestTime/1000000).c_str()); | |
^ | |
In file included from wallet.h:13:0, | |
from init.h:8, | |
from bitcoinrpc.cpp:6: | |
main.h:713:26: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
str += strprintf("(hash=%s, nTime=%d, ver=%d, vin.size=%"PRIszu", vout.size=%"PRIszu", nLockTime=%d)\n", | |
^ | |
main.h:713:72: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
str += strprintf("(hash=%s, nTime=%d, ver=%d, vin.size=%"PRIszu", vout.size=%"PRIszu", nLockTime=%d)\n", | |
^ | |
main.h:1032:20: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf(" entropybit=%"PRI64d"\n", hashSig.Get64()); | |
^ | |
main.h:1166:16: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
printf("CBlock(hash=%s, ver=%d, algo=%d, mined_hash=%s, hashPrevBlock=%s, hashMerkleRoot=%s, nTime=%u, nBits=%08x, nNonce=%u, vtx=%"PRIszu", vchBlockSig=%s)\n", | |
^ | |
main.h:1430:26: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
return strprintf("CBlockIndex(nprev=%p, pnext=%p, nFile=%u, nBlockPos=%-6d nHeight=%d, nMint=%s, nMoneySupply=%s, nFlags=(%s)(%d)(%s), nStakeModifier=%016"PRI64x", nStakeModifierChecksum=%08x, hashProofOfStake=%s, prevoutStake=(%s), nStakeTime=%d merkle=%s, hashBlock=%s)", | |
^ | |
bitcoinrpc.cpp:364:13: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] | |
"Content-Length: %"PRIszu"\r\n" | |
^ | |
In file included from /usr/include/boost/asio/ssl/context.hpp:786:0, | |
from /usr/include/boost/asio/ssl.hpp:19, | |
from bitcoinrpc.cpp:24: | |
/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:91:29: error: ‘::SSLv3_method’ has not been declared | |
handle_ = ::SSL_CTX_new(::SSLv3_method()); | |
^~ | |
/usr/include/boost/asio/ssl/impl/context.ipp:94:29: error: ‘::SSLv3_client_method’ has not been declared | |
handle_ = ::SSL_CTX_new(::SSLv3_client_method()); | |
^~ | |
/usr/include/boost/asio/ssl/impl/context.ipp:97:29: error: ‘::SSLv3_server_method’ has not been declared | |
handle_ = ::SSL_CTX_new(::SSLv3_server_method()); | |
^~ | |
make[1]: *** [Makefile:2296: libbitcoin_server_a-bitcoinrpc.o] Error 1 | |
make[1]: Leaving directory '/home/raansu/My-AUR-git/VERGE/src' | |
make: *** [Makefile:523: all-recursive] Error 1 | |
[raansu@Y40-80 VERGE]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment