Advertisement
Guest User

Untitled

a guest
Feb 24th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.36 KB | None | 0 0
  1. checking for objdir... .libs
  2. checking if gcc -m64 supports -fno-rtti -fno-exceptions... no
  3. checking for gcc -m64 option to produce PIC... -fPIC -DPIC
  4. checking if gcc -m64 PIC flag -fPIC -DPIC works... yes
  5. checking if gcc -m64 static flag -static works... yes
  6. checking if gcc -m64 supports -c -o file.o... yes
  7. checking if gcc -m64 supports -c -o file.o... (cached) yes
  8. checking whether the gcc -m64 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  9. checking dynamic linker characteristics... GNU/Linux ld.so
  10. checking how to hardcode library paths into programs... immediate
  11. checking whether stripping libraries is possible... yes
  12. checking if libtool supports shared libraries... yes
  13. checking whether to build shared libraries... no
  14. checking whether to build static libraries... yes
  15. checking whether make supports nested variables... (cached) yes
  16. checking for x86_64-unknown-linux-gnu-pkg-config... /usr/bin/pkg-config --static
  17. checking pkg-config is at least version 0.9.0... yes
  18. checking for x86_64-unknown-linux-gnu-ar... no
  19. checking for ar... (cached) ar
  20. checking for x86_64-unknown-linux-gnu-ranlib... no
  21. checking for ranlib... (cached) ranlib
  22. checking for x86_64-unknown-linux-gnu-strip... no
  23. checking for strip... /usr/bin/strip
  24. checking for gcc... gcc
  25. checking whether we are using the GNU C compiler... (cached) yes
  26. checking whether gcc accepts -g... yes
  27. checking for gcc option to accept ISO C89... (cached) none needed
  28. checking whether gcc understands -c and -o together... (cached) yes
  29. checking dependency style of gcc... (cached) gcc3
  30. checking how to run the C preprocessor... gcc -E
  31. checking for gcc -m64 option to accept ISO C89... (cached) none needed
  32. checking dependency style of gcc -m64... gcc3
  33. checking if gcc -m64 supports -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings... yes
  34. checking if gcc -m64 supports -fvisibility=hidden... yes
  35. checking for __int128... yes
  36. checking for __builtin_expect... yes
  37. checking native compiler: gcc... ok
  38. checking for x86_64 assembly availability... yes
  39. checking for CRYPTO... yes
  40. checking for main in -lcrypto... yes
  41. checking for EC functions in libcrypto... no
  42. checking for javac... no
  43. configure: WARNING: cannot find JDK; try setting $JAVAC or $JAVA_HOME
  44. checking jni headers... none
  45. configure: WARNING: jni headers/dependencies not found. jni support disabled
  46. checking whether byte ordering is bigendian... no
  47. configure: Using static precomputation: yes
  48. configure: Using assembly optimizations: x86_64
  49. configure: Using field implementation: 64bit
  50. configure: Using bignum implementation: no
  51. configure: Using scalar implementation: 64bit
  52. configure: Using endomorphism optimizations: no
  53. configure: Building for coverage analysis: no
  54. configure: Building ECDH module: no
  55. configure: Building ECDSA pubkey recovery module: yes
  56. configure: Using jni: no
  57. checking that generated files are newer than configure... done
  58. configure: creating ./config.status
  59. config.status: creating Makefile
  60. config.status: creating libsecp256k1.pc
  61. config.status: creating src/libsecp256k1-config.h
  62. config.status: src/libsecp256k1-config.h is unchanged
  63. config.status: executing depfiles commands
  64. config.status: executing libtool commands
  65. Fixing libtool for -rpath problems.
  66.  
  67. Options used to compile and link:
  68. with wallet = yes
  69. with proton = no
  70. with zmq = yes
  71. with test = yes
  72. debug enabled = no
  73. werror = no
  74.  
  75. target os = linux
  76. build os =
  77.  
  78. CC = /root/komodo/depends/x86_64-unknown-linux-gnu/share/../native/bin/ccache gcc -m64
  79. CFLAGS = -pipe -O1
  80. CPPFLAGS = -I/root/komodo/depends/x86_64-unknown-linux-gnu/share/../include/libsnark -I/root/komodo/depends/x86_64-unknown-linux-gnu/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMULTICORE
  81. CXX = /root/komodo/depends/x86_64-unknown-linux-gnu/share/../native/bin/ccache g++ -m64 -std=c++11
  82. CXXFLAGS = -pipe -O1 -g -fopenmp -fwrapv -fno-strict-aliasing -Wno-builtin-declaration-mismatch
  83. LDFLAGS = -L/root/komodo/depends/x86_64-unknown-linux-gnu/share/../lib
  84. ARFLAGS = cr
  85.  
  86. + make -j1 V=1
  87. Making all in src
  88. make[1]: Entering directory '/root/komodo/src'
  89. make[2]: Entering directory '/root/komodo/src'
  90. make -C secp256k1 libsecp256k1.la OPTFLAGS="-O2 -march=x86-64 -g "
  91. make[3]: Entering directory '/root/komodo/src/secp256k1'
  92. make[3]: Leaving directory '/root/komodo/src/secp256k1'
  93. make -C cryptoconditions libcryptoconditions_core.la OPTFLAGS="-O2 -march=x86-64 -g "
  94. make[3]: Entering directory '/root/komodo/src/cryptoconditions'
  95. make[3]: 'libcryptoconditions_core.la' is up to date.
  96. make[3]: Leaving directory '/root/komodo/src/cryptoconditions'
  97. /bin/bash ../libtool --tag=CXX --mode=link /root/komodo/depends/x86_64-unknown-linux-gnu/share/../native/bin/ccache g++ -m64 -std=c++11 -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -fPIE -pipe -O1 -g -fopenmp -fwrapv -fno-strict-aliasing -Wno-builtin-declaration-mismatch -pthread -Wl,-z,relro -Wl,-z,now -pie -L/root/komodo/depends/x86_64-unknown-linux-gnu/share/../lib -o komodod komodod-bitcoind.o libbitcoin_server.a -lcurl libbitcoin_common.a univalue/libunivalue.la libbitcoin_util.a libbitcoin_zmq.a crypto/libbitcoin_crypto.a crypto/libverus_crypto.a crypto/libverus_portable_crypto.a libzcash.a snark/libsnark.a ./leveldb/libleveldb.a ./leveldb/libmemenv.a secp256k1/libsecp256k1.la cryptoconditions/libcryptoconditions_core.la libbitcoin_wallet.a -L/root/komodo/depends/x86_64-unknown-linux-gnu/share/../lib -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lboost_chrono -ldb_cxx-6.2 -L/root/komodo/depends/x86_64-unknown-linux-gnu/lib -lssl -lcrypto -ldl -pthread -L/root/komodo/depends/x86_64-unknown-linux-gnu/lib -lcrypto -ldl -pthread -L/root/komodo/depends/x86_64-unknown-linux-gnu/lib -levent_pthreads -levent -L/root/komodo/depends/x86_64-unknown-linux-gnu/lib -levent -L/root/komodo/depends/x86_64-unknown-linux-gnu/lib -lzmq -lstdc++ -lpthread -lrt crypto/libbitcoin_crypto.a crypto/libverus_crypto.a crypto/libverus_portable_crypto.a -lgmp -lgmpxx -lboost_system -lcrypto -lsodium -lrustzcash -ldl libcc.so secp256k1/libsecp256k1.la -lanl
  98. libtool: link: /root/komodo/depends/x86_64-unknown-linux-gnu/share/../native/bin/ccache g++ -m64 -std=c++11 -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -fPIE -pipe -O1 -g -fopenmp -fwrapv -fno-strict-aliasing -Wno-builtin-declaration-mismatch -pthread -Wl,-z -Wl,relro -Wl,-z -Wl,now -pie -o komodod komodod-bitcoind.o -pthread -pthread libcc.so -L/root/komodo/depends/x86_64-unknown-linux-gnu/share/../lib libbitcoin_server.a /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so libbitcoin_common.a univalue/.libs/libunivalue.a libbitcoin_util.a libbitcoin_zmq.a libzcash.a snark/libsnark.a ./leveldb/libleveldb.a ./leveldb/libmemenv.a cryptoconditions/.libs/libcryptoconditions_core.a libbitcoin_wallet.a -lboost_filesystem -lboost_program_options -lboost_thread -lboost_chrono -ldb_cxx-6.2 -L/root/komodo/depends/x86_64-unknown-linux-gnu/lib -lssl /root/komodo/depends/x86_64-unknown-linux-gnu/lib/libevent_pthreads.a /root/komodo/depends/x86_64-unknown-linux-gnu/lib/libevent.a /root/komodo/depends/x86_64-unknown-linux-gnu/lib/libzmq.a -lstdc++ -lpthread -lrt crypto/libbitcoin_crypto.a crypto/libverus_crypto.a crypto/libverus_portable_crypto.a /root/komodo/depends/x86_64-unknown-linux-gnu/lib/libgmpxx.a /root/komodo/depends/x86_64-unknown-linux-gnu/lib/libgmp.a -lboost_system -lcrypto /root/komodo/depends/x86_64-unknown-linux-gnu/lib/libsodium.a -lrustzcash -ldl secp256k1/.libs/libsecp256k1.a -lanl -pthread -fopenmp
  99. libcc.so: In function `flushkeystrokes(rogue_state*)':
  100. cclib.cpp:(.text+0x1d7a9): undefined reference to `rogue_progress(rogue_state*, unsigned long, char*, int)'
  101. libcc.so: In function `rogue(int, char**, char**)':
  102. cclib.cpp:(.text+0x1dec1): undefined reference to `Gametxidstr'
  103. cclib.cpp:(.text+0x1ded4): undefined reference to `Gametxidstr'
  104. cclib.cpp:(.text+0x1dedf): undefined reference to `rogue_setplayerdata(rogue_state*, char*)'
  105. collect2: error: ld returned 1 exit status
  106. Makefile:2207: recipe for target 'komodod' failed
  107. make[2]: *** [komodod] Error 1
  108. make[2]: Leaving directory '/root/komodo/src'
  109. Makefile:4989: recipe for target 'all-recursive' failed
  110. make[1]: *** [all-recursive] Error 1
  111. make[1]: Leaving directory '/root/komodo/src'
  112. Makefile:659: recipe for target 'all-recursive' failed
  113. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement