Advertisement
Guest User

Untitled

a guest
Oct 19th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.49 KB | None | 0 0
  1. + make -j8
  2. Making all in src
  3. make[1]: Entering directory `/home/ubuntu/build/bitcoin/distsrc-x86_64-w64-mingw32/src'
  4. make[2]: Entering directory `/home/ubuntu/build/bitcoin/distsrc-x86_64-w64-mingw32/src'
  5. CXX libbitcoinconsensus_la-arith_uint256.lo
  6. CXX libbitcoinconsensus_la-hash.lo
  7. CXX libbitcoinconsensus_la-pubkey.lo
  8. CXX libbitcoinconsensus_la-uint256.lo
  9. CXX libbitcoinconsensus_la-utilstrencodings.lo
  10. make[3]: Entering directory `/home/ubuntu/build/bitcoin/distsrc-x86_64-w64-mingw32/src/secp256k1'
  11. CXX bitcoind-bitcoind.o
  12. GEN bitcoind-res.o
  13. gcc -I. -g -O2 -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o
  14. CXX libbitcoin_server_a-addrman.o
  15. CXX libbitcoin_server_a-bloom.o
  16. CXX libbitcoin_server_a-blockencodings.o
  17. CXX libbitcoin_server_a-chain.o
  18. CXX libbitcoin_server_a-checkpoints.o
  19. CXX libbitcoin_server_a-httprpc.o
  20. CXX libbitcoin_server_a-httpserver.o
  21. gcc gen_context.o -o gen_context
  22. ./gen_context
  23. CC src/libsecp256k1_la-secp256k1.lo
  24. CXX libbitcoin_server_a-init.o
  25. CCLD libsecp256k1.la
  26. libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
  27. make[3]: Leaving directory `/home/ubuntu/build/bitcoin/distsrc-x86_64-w64-mingw32/src/secp256k1'
  28. CXX libbitcoin_server_a-dbwrapper.o
  29. x86_64-w64-mingw32-g++: internal compiler error: Killed (program cc1plus)
  30. Please submit a full bug report,
  31. with preprocessed source if appropriate.
  32. See <http://gcc.gnu.org/bugs.html> for instructions.
  33. make[2]: *** [bitcoind-bitcoind.o] Error 4
  34. make[2]: *** Waiting for unfinished jobs....
  35. In file included from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/errors.hpp:41:0,
  36. from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/exceptions.hpp:24,
  37. from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/sync/file_lock.hpp:24,
  38. from init.cpp:56:
  39. /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/detail/win32_api.hpp:879:116: warning: declaration of ‘void* boost::interprocess::winapi::CreateMutexA(boost::interprocess::winapi::interprocess_security_attributes*, int, const char*)’ with C language linkage [enabled by default]
  40. extern "C" __declspec(dllimport) void * __stdcall CreateMutexA(interprocess_security_attributes*, int, const char *);
  41. ^
  42. In file included from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/thread/win32/condition_variable.hpp:9:0,
  43. from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/thread/condition_variable.hpp:14,
  44. from sync.h:11,
  45. from addrman.h:12,
  46. from init.cpp:12:
  47. /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/thread/win32/thread_primitives.hpp:171:55: warning: conflicts with previous declaration ‘void* boost::detail::win32::CreateMutexA(boost::detail::win32::_SECURITY_ATTRIBUTES*, int, const char*)’ [enabled by default]
  48. __declspec(dllimport) void* __stdcall CreateMutexA(_SECURITY_ATTRIBUTES*,int,char const*);
  49. ^
  50. In file included from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/errors.hpp:41:0,
  51. from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/exceptions.hpp:24,
  52. from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/sync/file_lock.hpp:24,
  53. from init.cpp:56:
  54. /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/detail/win32_api.hpp:884:127: warning: declaration of ‘void* boost::interprocess::winapi::CreateSemaphoreA(boost::interprocess::winapi::interprocess_security_attributes*, long int, long int, const char*)’ with C language linkage [enabled by default]
  55. extern "C" __declspec(dllimport) void * __stdcall CreateSemaphoreA(interprocess_security_attributes*, long, long, const char *);
  56. ^
  57. In file included from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/thread/win32/condition_variable.hpp:9:0,
  58. from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/thread/condition_variable.hpp:14,
  59. from sync.h:11,
  60. from addrman.h:12,
  61. from init.cpp:12:
  62. /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/thread/win32/thread_primitives.hpp:172:55: warning: conflicts with previous declaration ‘void* boost::detail::win32::CreateSemaphoreA(boost::detail::win32::_SECURITY_ATTRIBUTES*, long int, long int, const char*)’ [enabled by default]
  63. __declspec(dllimport) void* __stdcall CreateSemaphoreA(_SECURITY_ATTRIBUTES*,long,long,char const*);
  64. ^
  65. In file included from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/errors.hpp:41:0,
  66. from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/exceptions.hpp:24,
  67. from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/sync/file_lock.hpp:24,
  68. from init.cpp:56:
  69. /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/detail/win32_api.hpp:891:84: warning: declaration of ‘void boost::interprocess::winapi::GetSystemInfo(boost::interprocess::winapi::system_info*)’ with C language linkage [enabled by default]
  70. extern "C" __declspec(dllimport) void __stdcall GetSystemInfo (struct system_info *);
  71. ^
  72. In file included from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/thread/win32/condition_variable.hpp:9:0,
  73. from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/thread/condition_variable.hpp:14,
  74. from sync.h:11,
  75. from addrman.h:12,
  76. from init.cpp:12:
  77. /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/thread/win32/thread_primitives.hpp:181:54: warning: conflicts with previous declaration ‘void boost::detail::win32::GetSystemInfo(_SYSTEM_INFO*)’ [enabled by default]
  78. __declspec(dllimport) void __stdcall GetSystemInfo(_SYSTEM_INFO*);
  79. ^
  80. In file included from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/errors.hpp:41:0,
  81. from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/exceptions.hpp:24,
  82. from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/sync/file_lock.hpp:24,
  83. from init.cpp:56:
  84. /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/detail/win32_api.hpp:920:88: warning: declaration of ‘long long int (* boost::interprocess::winapi::GetProcAddress(void*, const char*))()’ with C language linkage [enabled by default]
  85. extern "C" __declspec(dllimport) farproc_t __stdcall GetProcAddress(void *, const char*);
  86. ^
  87. In file included from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/thread/win32/condition_variable.hpp:9:0,
  88. from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/thread/condition_variable.hpp:14,
  89. from sync.h:11,
  90. from addrman.h:12,
  91. from init.cpp:12:
  92. /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/thread/win32/thread_primitives.hpp:195:59: warning: conflicts with previous declaration ‘int (* boost::detail::win32::GetProcAddress(void*, const char*))()’ [enabled by default]
  93. __declspec(dllimport) farproc_t __stdcall GetProcAddress(void *, const char *);
  94. ^
  95. In file included from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/errors.hpp:41:0,
  96. from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/exceptions.hpp:24,
  97. from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/sync/file_lock.hpp:24,
  98. from init.cpp:56:
  99. /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/interprocess/detail/win32_api.hpp:921:80: warning: declaration of ‘boost::interprocess::winapi::hinstance_struct* boost::interprocess::winapi::GetModuleHandleA(const char*)’ with C language linkage [enabled by default]
  100. extern "C" __declspec(dllimport) hmodule __stdcall GetModuleHandleA(const char*);
  101. ^
  102. In file included from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/thread/win32/condition_variable.hpp:9:0,
  103. from /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/thread/condition_variable.hpp:14,
  104. from sync.h:11,
  105. from addrman.h:12,
  106. from init.cpp:12:
  107. /home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../include/boost/thread/win32/thread_primitives.hpp:175:55: warning: conflicts with previous declaration ‘void* boost::detail::win32::GetModuleHandleA(const char*)’ [enabled by default]
  108. __declspec(dllimport) void* __stdcall GetModuleHandleA(char const*);
  109. ^
  110. make[2]: Leaving directory `/home/ubuntu/build/bitcoin/distsrc-x86_64-w64-mingw32/src'
  111. make[1]: *** [all-recursive] Error 1
  112. make[1]: Leaving directory `/home/ubuntu/build/bitcoin/distsrc-x86_64-w64-mingw32/src'
  113. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement