Advertisement
Guest User

Untitled

a guest
Apr 8th, 2022
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.33 KB | None | 0 0
  1. ld: warning: ignoring file /opt/homebrew/Cellar/libevent/2.1.12/lib/libevent_pthreads.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
  2. ld: warning: ignoring file /opt/homebrew/Cellar/sqlite/3.38.2/lib/libsqlite3.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
  3. ld: warning: ignoring file /opt/homebrew/Cellar/zeromq/4.3.4/lib/libzmq.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
  4. ld: warning: ignoring file /opt/homebrew/Cellar/libevent/2.1.12/lib/libevent.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
  5. ld: warning: ignoring file /opt/homebrew/Cellar/libevent/2.1.12/lib/libevent_pthreads.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
  6. ld: warning: ignoring file /opt/homebrew/Cellar/sqlite/3.38.2/lib/libsqlite3.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
  7. ld: warning: ignoring file /opt/homebrew/Cellar/zeromq/4.3.4/lib/libzmq.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
  8. Undefined symbols for architecture x86_64:
  9. "_event_enable_debug_logging", referenced from:
  10. UpdateHTTPServerLogging(bool) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  11. Undefined symbols for architecture x86_64:
  12. "_sqlite3_bind_blob", referenced from:
  13. "_sqlite3_column_bytes", referenced from:
  14. wallet::BindBlobToStatement(sqlite3_stmt*, int, Span<std::byte const>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  15. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  16. wallet::SQLiteBatch::ReadAtCursor(CDataStream&, CDataStream&, bool&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  17. "_sqlite3_column_blob", referenced from:
  18. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  19. wallet::SQLiteBatch::ReadAtCursor(CDataStream&, CDataStream&, bool&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  20. "_sqlite3_clear_bindings", referenced from:
  21. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  22. wallet::BindBlobToStatement(sqlite3_stmt*, int, Span<std::byte const>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  23. wallet::SQLiteBatch::WriteKey(CDataStream&&, CDataStream&&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  24. wallet::SQLiteBatch::EraseKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  25. wallet::SQLiteBatch::HasKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  26. "_sqlite3_clear_bindings", referenced from:
  27. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  28. "_sqlite3_reset", referenced from:
  29. wallet::BindBlobToStatement(sqlite3_stmt*, int, Span<std::byte const>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  30. wallet::SQLiteBatch::WriteKey(CDataStream&&, CDataStream&&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  31. wallet::SQLiteBatch::EraseKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  32. wallet::SQLiteBatch::HasKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  33. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  34. wallet::BindBlobToStatement(sqlite3_stmt*, int, Span<std::byte const>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  35. wallet::SQLiteBatch::WriteKey(CDataStream&&, CDataStream&&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  36. wallet::SQLiteBatch::EraseKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  37. wallet::SQLiteBatch::HasKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  38. wallet::SQLiteBatch::CloseCursor() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  39. "_sqlite3_get_autocommit", referenced from:
  40. wallet::SQLiteBatch::Close() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  41. wallet::SQLiteBatch::TxnBegin() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  42. wallet::SQLiteBatch::TxnCommit() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  43. wallet::SQLiteBatch::TxnAbort() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  44. "_sqlite3_backup_init", referenced from:
  45. "_sqlite3_backup_init", referenced from:
  46. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  47. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  48. "_sqlite3_open", referenced from:
  49. "_sqlite3_close", referenced from:
  50. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  51. wallet::SQLiteDatabase::Close() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  52. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  53. "_sqlite3_open_v2", referenced from:
  54. "_sqlite3_backup_step", referenced from:
  55. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  56. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  57. "_sqlite3_extended_result_codes", referenced from:
  58. "_sqlite3_close", referenced from:
  59. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  60. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  61. wallet::SQLiteDatabase::Close() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  62. "_sqlite3_db_readonly", referenced from:
  63. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  64. "_sqlite3_errmsg", referenced from:
  65. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  66. "_sqlite3_step", referenced from:
  67. "_sqlite3_finalize", referenced from:
  68. wallet::SQLiteDatabase::Verify(bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  69. wallet::ReadPragmaInteger(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  70. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  71. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  72. wallet::SQLiteBatch::WriteKey(CDataStream&&, CDataStream&&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  73. wallet::SQLiteBatch::EraseKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  74. wallet::SQLiteBatch::HasKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  75. ...
  76. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  77. wallet::SQLiteBatch::Close() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  78. "_sqlite3_column_text", referenced from:
  79. "_sqlite3_backup_finish", referenced from:
  80. wallet::SQLiteDatabase::Verify(bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  81. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  82. "_sqlite3_get_autocommit", referenced from:
  83. "_zmq_msg_data", referenced from:
  84. wallet::SQLiteBatch::Close() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  85. wallet::SQLiteBatch::TxnBegin() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  86. wallet::SQLiteBatch::TxnCommit() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  87. wallet::SQLiteBatch::TxnAbort() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  88. zmq_send_multipart(void*, void const*, unsigned long, ...) in libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o)
  89. "_sqlite3_open_v2", referenced from:
  90. "_zmq_socket", referenced from:
  91. CZMQAbstractPublishNotifier::Initialize(void*) in libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o)
  92. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  93. "_sqlite3_bind_blob", referenced from:
  94. "_zmq_setsockopt", referenced from:
  95. wallet::BindBlobToStatement(sqlite3_stmt*, int, Span<std::byte const>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  96. CZMQAbstractPublishNotifier::Initialize(void*) in libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o)
  97. CZMQAbstractPublishNotifier::Shutdown() in libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o)
  98. "_sqlite3_reset", referenced from:
  99. "_sqlite3_db_readonly", referenced from:
  100. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  101. wallet::BindBlobToStatement(sqlite3_stmt*, int, Span<std::byte const>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  102. wallet::SQLiteBatch::WriteKey(CDataStream&&, CDataStream&&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  103. wallet::SQLiteBatch::EraseKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  104. wallet::SQLiteBatch::HasKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  105. wallet::SQLiteBatch::CloseCursor() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  106. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  107. "_zmq_bind", referenced from:
  108. CZMQAbstractPublishNotifier::Initialize(void*) in libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o)
  109. "_sqlite3_extended_result_codes", referenced from:
  110. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  111. "_zmq_close", referenced from:
  112. CZMQAbstractPublishNotifier::Initialize(void*) in libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o)
  113. CZMQAbstractPublishNotifier::Shutdown() in libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o)
  114. "_sqlite3_prepare_v2", referenced from:
  115. wallet::SQLiteBatch::SetupSQLStatements() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  116. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  117. "_zmq_strerror", referenced from:
  118. zmqError(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_zmq.a(libbitcoin_zmq_a-zmqutil.o)
  119. "_sqlite3_config", referenced from:
  120. "_zmq_version", referenced from:
  121. wallet::SQLiteDatabase::SQLiteDatabase(fs::path const&, fs::path const&, wallet::DatabaseOptions const&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  122. CZMQNotificationInterface::Initialize() in libbitcoin_zmq.a(libbitcoin_zmq_a-zmqnotificationinterface.o)
  123. "_sqlite3_errstr", referenced from:
  124. "_sqlite3_errmsg", referenced from:
  125. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  126. wallet::SQLiteDatabase::SQLiteDatabase(fs::path const&, fs::path const&, wallet::DatabaseOptions const&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  127. wallet::SQLiteDatabase::Cleanup() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  128. wallet::SQLiteBatch::SetupSQLStatements() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  129. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  130. wallet::SetPragma(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  131. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  132. wallet::SQLiteDatabase::Close() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  133. ...
  134. "_zmq_ctx_new", referenced from:
  135. CZMQNotificationInterface::Initialize() in libbitcoin_zmq.a(libbitcoin_zmq_a-zmqnotificationinterface.o)
  136. "_sqlite3_initialize", referenced from:
  137. wallet::SQLiteDatabase::SQLiteDatabase(fs::path const&, fs::path const&, wallet::DatabaseOptions const&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  138. "_zmq_ctx_term", referenced from:
  139. CZMQNotificationInterface::Shutdown() in libbitcoin_zmq.a(libbitcoin_zmq_a-zmqnotificationinterface.o)
  140. "_sqlite3_shutdown", referenced from:
  141. wallet::SQLiteDatabase::Cleanup() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  142. "_zmq_msg_init_size", referenced from:
  143. zmq_send_multipart(void*, void const*, unsigned long, ...) in libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o)
  144. "_sqlite3_libversion", referenced from:
  145. wallet::SQLiteDatabase::SQLiteDatabase(fs::path const&, fs::path const&, wallet::DatabaseOptions const&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  146. "_evhttp_send_reply", referenced from:
  147. std::__1::__function::__func<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0, std::__1::allocator<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>, void ()>::operator()() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  148. "_sqlite3_column_blob", referenced from:
  149. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  150. wallet::SQLiteBatch::ReadAtCursor(CDataStream&, CDataStream&, bool&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  151. "_evhttp_uri_get_query", referenced from:
  152. GetQueryParameterFromUri(char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  153. "_sqlite3_step", referenced from:
  154. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  155. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  156. wallet::SQLiteBatch::WriteKey(CDataStream&&, CDataStream&&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  157. wallet::SQLiteBatch::EraseKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  158. wallet::SQLiteBatch::HasKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  159. wallet::SQLiteBatch::ReadAtCursor(CDataStream&, CDataStream&, bool&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  160. "_evhttp_clear_headers", referenced from:
  161. GetQueryParameterFromUri(char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  162. "_sqlite3_exec", referenced from:
  163. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  164. wallet::SetPragma(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  165. wallet::SQLiteDatabase::Rewrite(char const*) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  166. wallet::SQLiteBatch::TxnBegin() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  167. wallet::SQLiteBatch::TxnCommit() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  168. wallet::SQLiteBatch::TxnAbort() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  169. "_evhttp_uri_free", referenced from:
  170. GetQueryParameterFromUri(char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  171. "_sqlite3_exec", referenced from:
  172. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  173. wallet::SetPragma(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  174. wallet::SQLiteDatabase::Rewrite(char const*) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  175. wallet::SQLiteBatch::TxnBegin() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  176. wallet::SQLiteBatch::TxnCommit() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  177. wallet::SQLiteBatch::TxnAbort() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  178. ld: symbol(s) not found for architecture x86_64
  179. "_sqlite3_finalize", referenced from:
  180. wallet::SQLiteDatabase::Verify(bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  181. wallet::ReadPragmaInteger(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  182. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  183. wallet::SQLiteBatch::Close() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  184. "_evhttp_connection_get_peer", referenced from:
  185. HTTPRequest::GetPeer() const in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  186. "_sqlite3_column_bytes", referenced from:
  187. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  188. Undefined symbols for architecture x86_64:
  189. "_sqlite3_bind_blob", referenced from:
  190. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  191. wallet::SQLiteBatch::ReadAtCursor(CDataStream&, CDataStream&, bool&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  192. wallet::BindBlobToStatement(sqlite3_stmt*, int, Span<std::byte const>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  193. "_evhttp_request_get_input_buffer", referenced from:
  194. HTTPRequest::ReadBody() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  195. "_sqlite3_column_blob", referenced from:
  196. "_evhttp_find_header", referenced from:
  197. HTTPRequest::GetHeader(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  198. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  199. wallet::SQLiteBatch::ReadAtCursor(CDataStream&, CDataStream&, bool&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  200. make[2]: *** [bench/bench_bitcoin] Error 1
  201. "_sqlite3_clear_bindings", referenced from:
  202. "_evhttp_add_header", referenced from:
  203. HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  204. HTTPRequest::WriteHeader(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  205. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  206. wallet::BindBlobToStatement(sqlite3_stmt*, int, Span<std::byte const>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  207. wallet::SQLiteBatch::WriteKey(CDataStream&&, CDataStream&&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  208. wallet::SQLiteBatch::EraseKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  209. wallet::SQLiteBatch::HasKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  210. "_event_active", referenced from:
  211. HTTPEvent::trigger(timeval*) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  212. HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  213. "_sqlite3_reset", referenced from:
  214. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  215. wallet::BindBlobToStatement(sqlite3_stmt*, int, Span<std::byte const>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  216. wallet::SQLiteBatch::WriteKey(CDataStream&&, CDataStream&&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  217. wallet::SQLiteBatch::EraseKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  218. wallet::SQLiteBatch::HasKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  219. wallet::SQLiteBatch::CloseCursor() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  220. Undefined symbols for architecture x86_64:
  221. "_sqlite3_column_blob", referenced from:
  222. "_sqlite3_initialize", referenced from:
  223. "_sqlite3_get_autocommit", referenced from:
  224. wallet::SQLiteDatabase::SQLiteDatabase(fs::path const&, fs::path const&, wallet::DatabaseOptions const&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  225. wallet::SQLiteBatch::Close() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  226. wallet::SQLiteBatch::TxnBegin() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  227. wallet::SQLiteBatch::TxnCommit() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  228. wallet::SQLiteBatch::TxnAbort() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  229. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  230. wallet::SQLiteBatch::ReadAtCursor(CDataStream&, CDataStream&, bool&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  231. "_event_set_log_callback", referenced from:
  232. InitHTTPServer() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  233. "_sqlite3_backup_init", referenced from:
  234. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  235. "_event_get_version_number", referenced from:
  236. "_sqlite3_column_bytes", referenced from:
  237. http_request_cb(evhttp_request*, void*) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  238. std::__1::__function::__func<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0, std::__1::allocator<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>, void ()>::operator()() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  239. "_sqlite3_backup_step", referenced from:
  240. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  241. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  242. wallet::SQLiteBatch::ReadAtCursor(CDataStream&, CDataStream&, bool&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  243. "_sqlite3_column_int", referenced from:
  244. "_sqlite3_open_v2", referenced from:
  245. wallet::ReadPragmaInteger(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  246. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  247. "_evhttp_request_get_connection", referenced from:
  248. http_request_cb(evhttp_request*, void*) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  249. HTTPRequest::GetPeer() const in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  250. std::__1::__function::__func<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0, std::__1::allocator<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>, void ()>::operator()() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  251. "_sqlite3_reset", referenced from:
  252. "_sqlite3_db_readonly", referenced from:
  253. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  254. "_evhttp_connection_get_bufferevent", referenced from:
  255. http_request_cb(evhttp_request*, void*) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  256. std::__1::__function::__func<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0, std::__1::allocator<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>, void ()>::operator()() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  257. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  258. wallet::BindBlobToStatement(sqlite3_stmt*, int, Span<std::byte const>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  259. wallet::SQLiteBatch::WriteKey(CDataStream&&, CDataStream&&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  260. wallet::SQLiteBatch::EraseKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  261. wallet::SQLiteBatch::HasKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  262. wallet::SQLiteBatch::CloseCursor() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  263. "_evbuffer_drain", referenced from:
  264. HTTPRequest::ReadBody() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  265. "_evhttp_send_error", referenced from:
  266. http_reject_request_cb(evhttp_request*, void*) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  267. "_sqlite3_get_autocommit", referenced from:
  268. "_evbuffer_pullup", referenced from:
  269. HTTPRequest::ReadBody() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  270. "_sqlite3_backup_finish", referenced from:
  271. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  272. "_event_base_once", referenced from:
  273. wallet::SQLiteBatch::Close() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  274. wallet::SQLiteBatch::TxnBegin() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  275. wallet::SQLiteBatch::TxnCommit() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  276. wallet::SQLiteBatch::TxnAbort() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  277. InterruptTorControl() in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  278. "_sqlite3_column_text", referenced from:
  279. wallet::SQLiteDatabase::Verify(bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  280. "_bufferevent_disable", referenced from:
  281. http_request_cb(evhttp_request*, void*) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  282. "_sqlite3_open", referenced from:
  283. "_evhttp_connection_get_peer", referenced from:
  284. HTTPRequest::GetPeer() const in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  285. "_sqlite3_backup_finish", referenced from:
  286. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  287. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  288. "_sqlite3_exec", referenced from:
  289. "_evbuffer_drain", referenced from:
  290. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  291. wallet::SetPragma(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  292. wallet::SQLiteDatabase::Rewrite(char const*) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  293. wallet::SQLiteBatch::TxnBegin() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  294. wallet::SQLiteBatch::TxnCommit() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  295. wallet::SQLiteBatch::TxnAbort() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  296. HTTPRequest::ReadBody() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  297. "_sqlite3_finalize", referenced from:
  298. "_sqlite3_backup_init", referenced from:
  299. "_evhttp_request_get_input_headers", referenced from:
  300. HTTPRequest::GetHeader(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  301. wallet::SQLiteDatabase::Verify(bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  302. wallet::ReadPragmaInteger(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  303. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  304. wallet::SQLiteBatch::Close() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  305. "_zmq_msg_close", referenced from:
  306. "_evhttp_request_get_output_headers", referenced from:
  307. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  308. HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  309. HTTPRequest::WriteHeader(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  310. zmq_send_multipart(void*, void const*, unsigned long, ...) in libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o)
  311. "_evhttp_request_get_output_buffer", referenced from:
  312. HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  313. "_sqlite3_config", referenced from:
  314. wallet::SQLiteDatabase::SQLiteDatabase(fs::path const&, fs::path const&, wallet::DatabaseOptions const&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  315. "_sqlite3_backup_step", referenced from:
  316. "_evbuffer_readln", referenced from:
  317. TorControlConnection::readcb(bufferevent*, void*) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  318. "_sqlite3_shutdown", referenced from:
  319. wallet::SQLiteDatabase::Cleanup() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  320. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  321. "_event_enable_debug_logging", referenced from:
  322. InitHTTPServer() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  323. UpdateHTTPServerLogging(bool) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  324. "_sqlite3_libversion", referenced from:
  325. wallet::SQLiteDatabase::SQLiteDatabase(fs::path const&, fs::path const&, wallet::DatabaseOptions const&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  326. "_sqlite3_prepare_v2", referenced from:
  327. "_sqlite3_errmsg", referenced from:
  328. wallet::SQLiteBatch::SetupSQLStatements() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  329. wallet::SQLiteDatabase::Verify(bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  330. wallet::ReadPragmaInteger(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  331. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  332. "_event_get_version_number", referenced from:
  333. std::__1::__function::__func<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0, std::__1::allocator<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>, void ()>::operator()() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  334. "_evhttp_request_get_command", referenced from:
  335. http_request_cb(evhttp_request*, void*) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  336. HTTPRequest::GetRequestMethod() const in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  337. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  338. "_sqlite3_initialize", referenced from:
  339. "_evhttp_del_accept_socket", referenced from:
  340. StopHTTPServer() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  341. wallet::SQLiteDatabase::SQLiteDatabase(fs::path const&, fs::path const&, wallet::DatabaseOptions const&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  342. "_evhttp_new", referenced from:
  343. "_bufferevent_get_output", referenced from:
  344. InitHTTPServer() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  345. TorControlConnection::Command(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::function<void (TorControlConnection&, TorControlReply const&)> const&) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  346. "_sqlite3_open_v2", referenced from:
  347. "_evhttp_set_timeout", referenced from:
  348. "_evhttp_send_reply", referenced from:
  349. InitHTTPServer() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  350. std::__1::__function::__func<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0, std::__1::allocator<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>, void ()>::operator()() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  351. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  352. "_evhttp_set_max_body_size", referenced from:
  353. InitHTTPServer() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  354. "_evhttp_connection_get_bufferevent", referenced from:
  355. std::__1::__function::__func<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0, std::__1::allocator<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>, void ()>::operator()() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  356. "_sqlite3_bind_blob", referenced from:
  357. "_sqlite3_backup_step", referenced from:
  358. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  359. "_evhttp_request_get_connection", referenced from:
  360. HTTPRequest::GetPeer() const in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  361. std::__1::__function::__func<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0, std::__1::allocator<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>, void ()>::operator()() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  362. wallet::BindBlobToStatement(sqlite3_stmt*, int, Span<std::byte const>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  363. "_evhttp_set_gencb", referenced from:
  364. InitHTTPServer() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  365. InterruptHTTPServer() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  366. "_sqlite3_column_int", referenced from:
  367. wallet::ReadPragmaInteger(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  368. "_sqlite3_db_readonly", referenced from:
  369. "_bufferevent_socket_new", referenced from:
  370. TorControlConnection::Connect(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::function<void (TorControlConnection&)> const&, std::__1::function<void (TorControlConnection&)> const&) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  371. "_sqlite3_close", referenced from:
  372. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  373. wallet::SQLiteDatabase::Close() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  374. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  375. "_event_base_got_break", referenced from:
  376. "_evbuffer_new", referenced from:
  377. http_request_fuzz_target(Span<unsigned char const>) in fuzz-http_request.o
  378. ThreadHTTP(event_base*) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  379. "_evhttp_parse_query_str", referenced from:
  380. GetQueryParameterFromUri(char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  381. "_evbuffer_free", referenced from:
  382. http_request_fuzz_target(Span<unsigned char const>) in fuzz-http_request.o
  383. "_sqlite3_exec", referenced from:
  384. "_bufferevent_setcb", referenced from:
  385. TorControlConnection::Connect(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::function<void (TorControlConnection&)> const&, std::__1::function<void (TorControlConnection&)> const&) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  386. "_evbuffer_get_length", referenced from:
  387. HTTPRequest::ReadBody() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  388. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  389. wallet::SetPragma(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  390. wallet::SQLiteDatabase::Rewrite(char const*) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  391. wallet::SQLiteBatch::TxnBegin() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  392. wallet::SQLiteBatch::TxnCommit() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  393. wallet::SQLiteBatch::TxnAbort() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  394. "_evhttp_bind_socket_with_handle", referenced from:
  395. InitHTTPServer() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  396. "_evbuffer_pullup", referenced from:
  397. HTTPRequest::ReadBody() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  398. "_evbuffer_get_length", referenced from:
  399. "_sqlite3_step", referenced from:
  400. TorControlConnection::readcb(bufferevent*, void*) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  401. HTTPRequest::ReadBody() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  402. "_event_enable_debug_logging", referenced from:
  403. UpdateHTTPServerLogging(bool) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  404. wallet::SQLiteDatabase::Verify(bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  405. "_evhttp_free", referenced from:
  406. wallet::ReadPragmaInteger(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  407. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  408. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  409. wallet::SQLiteBatch::WriteKey(CDataStream&&, CDataStream&&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  410. wallet::SQLiteBatch::EraseKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  411. wallet::SQLiteBatch::HasKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  412. ...
  413. InitHTTPServer() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  414. StopHTTPServer() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  415. "_evhttp_parse_firstline_", referenced from:
  416. http_request_fuzz_target(Span<unsigned char const>) in fuzz-http_request.o
  417. "_sqlite3_errstr", referenced from:
  418. wallet::SQLiteDatabase::SQLiteDatabase(fs::path const&, fs::path const&, wallet::DatabaseOptions const&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  419. wallet::SQLiteDatabase::Cleanup() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  420. wallet::SQLiteBatch::SetupSQLStatements() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  421. wallet::SQLiteDatabase::Verify(bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  422. wallet::ReadPragmaInteger(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  423. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  424. wallet::SetPragma(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  425. ...
  426. "_sqlite3_backup_finish", referenced from:
  427. "_evhttp_request_get_output_buffer", referenced from:
  428. "_event_free", referenced from:
  429. TorController::~TorController() in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  430. HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  431. httpevent_callback_fn(int, short, void*) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  432. HTTPEvent::~HTTPEvent() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  433. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  434. "_event_add", referenced from:
  435. TorController::disconnected_cb(TorControlConnection&) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  436. HTTPEvent::trigger(timeval*) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  437. "_evhttp_request_get_input_headers", referenced from:
  438. HTTPRequest::GetHeader(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  439. "_bufferevent_free", referenced from:
  440. "_sqlite3_column_text", referenced from:
  441. TorControlConnection::~TorControlConnection() in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  442. TorControlConnection::readcb(bufferevent*, void*) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  443. TorControlConnection::eventcb(bufferevent*, short, void*) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  444. TorControlConnection::Connect(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::function<void (TorControlConnection&)> const&, std::__1::function<void (TorControlConnection&)> const&) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  445. "_evhttp_find_header", referenced from:
  446. HTTPRequest::GetHeader(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  447. wallet::SQLiteDatabase::Verify(bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  448. "_event_base_dispatch", referenced from:
  449. std::__1::__function::__func<StartTorControl(CService)::$_1, std::__1::allocator<StartTorControl(CService)::$_1>, void ()>::operator()() in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  450. ThreadHTTP(event_base*) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  451. "_event_free", referenced from:
  452. httpevent_callback_fn(int, short, void*) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  453. TorController::~TorController() in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  454. "_evthread_use_pthreads", referenced from:
  455. StartTorControl(CService) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  456. InitHTTPServer() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  457. "_sqlite3_finalize", referenced from:
  458. "_sqlite3_errstr", referenced from:
  459. wallet::SQLiteDatabase::SQLiteDatabase(fs::path const&, fs::path const&, wallet::DatabaseOptions const&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  460. wallet::SQLiteDatabase::Cleanup() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  461. wallet::SQLiteBatch::SetupSQLStatements() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  462. wallet::SQLiteDatabase::Verify(bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  463. wallet::ReadPragmaInteger(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  464. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  465. wallet::SetPragma(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  466. ...
  467. "_bufferevent_enable", referenced from:
  468. TorControlConnection::Connect(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::function<void (TorControlConnection&)> const&, std::__1::function<void (TorControlConnection&)> const&) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  469. std::__1::__function::__func<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0, std::__1::allocator<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>, void ()>::operator()() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  470. wallet::SQLiteDatabase::Verify(bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  471. wallet::ReadPragmaInteger(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  472. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  473. wallet::SQLiteBatch::Close() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  474. "_evhttp_add_header", referenced from:
  475. HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  476. HTTPRequest::WriteHeader(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  477. "_bufferevent_get_input", referenced from:
  478. TorControlConnection::readcb(bufferevent*, void*) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  479. "_sqlite3_extended_result_codes", referenced from:
  480. "_event_base_loopbreak", referenced from:
  481. InterruptTorControl()::$_2::__invoke(int, short, void*) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  482. "_sqlite3_column_int", referenced from:
  483. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  484. "_evbuffer_add", referenced from:
  485. TorControlConnection::Command(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::function<void (TorControlConnection&, TorControlReply const&)> const&) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  486. HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  487. "_evhttp_request_get_command", referenced from:
  488. HTTPRequest::GetRequestMethod() const in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  489. wallet::ReadPragmaInteger(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  490. "_sqlite3_open", referenced from:
  491. "_sqlite3_prepare_v2", referenced from:
  492. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  493. wallet::SQLiteBatch::SetupSQLStatements() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  494. wallet::SQLiteDatabase::Verify(bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  495. wallet::ReadPragmaInteger(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  496. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  497. "_evhttp_uri_parse", referenced from:
  498. "_event_new", referenced from:
  499. TorController::TorController(event_base*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, CService const&) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  500. HTTPEvent::HTTPEvent(event_base*, bool, std::__1::function<void ()> const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  501. "_bufferevent_free", referenced from:
  502. TorControlConnection::~TorControlConnection() in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  503. GetQueryParameterFromUri(char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  504. "_event_base_free", referenced from:
  505. StopTorControl() in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  506. InitHTTPServer() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  507. StopHTTPServer() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  508. "_evhttp_request_free", referenced from:
  509. http_request_fuzz_target(Span<unsigned char const>) in fuzz-http_request.o
  510. "_evhttp_set_max_headers_size", referenced from:
  511. InitHTTPServer() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  512. "_event_base_free", referenced from:
  513. raii_event_tests::raii_event_creation::test_method() in test_bitcoin-raii_event_tests.o
  514. raii_event_tests::raii_event_order::test_method() in test_bitcoin-raii_event_tests.o
  515. "_evhttp_parse_headers_", referenced from:
  516. http_request_fuzz_target(Span<unsigned char const>) in fuzz-http_request.o
  517. "_zmq_msg_send", referenced from:
  518. zmq_send_multipart(void*, void const*, unsigned long, ...) in libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o)
  519. "_evhttp_request_new", referenced from:
  520. "_evhttp_uri_parse", referenced from:
  521. http_request_fuzz_target(Span<unsigned char const>) in fuzz-http_request.o
  522. GetQueryParameterFromUri(char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  523. "_sqlite3_config", referenced from:
  524. "_event_base_new", referenced from:
  525. StartTorControl(CService) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  526. "_evbuffer_add", referenced from:
  527. InitHTTPServer() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  528. http_request_fuzz_target(Span<unsigned char const>) in fuzz-http_request.o
  529. HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  530. TorControlConnection::Command(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::function<void (TorControlConnection&, TorControlReply const&)> const&) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  531. wallet::SQLiteDatabase::SQLiteDatabase(fs::path const&, fs::path const&, wallet::DatabaseOptions const&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  532. "_evhttp_request_get_uri", referenced from:
  533. http_request_cb(evhttp_request*, void*) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  534. HTTPRequest::GetURI() const in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  535. HTTPRequest::GetQueryParameter(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  536. "_sqlite3_open", referenced from:
  537. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  538. "_evhttp_uridecode", referenced from:
  539. urlDecode(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_util.a(libbitcoin_util_a-url.o)
  540. "_event_new", referenced from:
  541. "_sqlite3_errstr", referenced from:
  542. HTTPEvent::HTTPEvent(event_base*, bool, std::__1::function<void ()> const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  543. "_bufferevent_get_output", referenced from:
  544. TorControlConnection::Command(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::function<void (TorControlConnection&, TorControlReply const&)> const&) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  545. wallet::SQLiteDatabase::SQLiteDatabase(fs::path const&, fs::path const&, wallet::DatabaseOptions const&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  546. wallet::SQLiteDatabase::Cleanup() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  547. wallet::SQLiteBatch::SetupSQLStatements() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  548. wallet::SQLiteDatabase::Verify(bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  549. wallet::ReadPragmaInteger(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  550. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  551. wallet::SetPragma(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  552. ...
  553. "_sqlite3_errmsg", referenced from:
  554. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  555. "_sqlite3_shutdown", referenced from:
  556. wallet::SQLiteDatabase::Cleanup() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  557. "_evhttp_uridecode", referenced from:
  558. urlDecode(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_util.a(libbitcoin_util_a-url.o)
  559. "_event_base_new", referenced from:
  560. raii_event_tests::raii_event_creation::test_method() in test_bitcoin-raii_event_tests.o
  561. raii_event_tests::raii_event_order::test_method() in test_bitcoin-raii_event_tests.o
  562. "_sqlite3_config", referenced from:
  563. wallet::SQLiteDatabase::SQLiteDatabase(fs::path const&, fs::path const&, wallet::DatabaseOptions const&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  564. "_evhttp_request_get_uri", referenced from:
  565. HTTPRequest::GetURI() const in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  566. "_evhttp_request_get_output_headers", referenced from:
  567. HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  568. HTTPRequest::WriteHeader(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  569. "_sqlite3_step", referenced from:
  570. "_sqlite3_close", referenced from:
  571. wallet::SQLiteDatabase::Verify(bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  572. wallet::ReadPragmaInteger(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  573. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  574. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  575. wallet::SQLiteBatch::WriteKey(CDataStream&&, CDataStream&&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  576. wallet::SQLiteBatch::EraseKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  577. wallet::SQLiteBatch::HasKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  578. ...
  579. "_sqlite3_libversion", referenced from:
  580. wallet::SQLiteDatabase::SQLiteDatabase(fs::path const&, fs::path const&, wallet::DatabaseOptions const&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  581. "_event_active", referenced from:
  582. HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  583. wallet::SQLiteDatabase::Backup(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  584. wallet::SQLiteDatabase::Close() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  585. "_bufferevent_socket_connect", referenced from:
  586. TorControlConnection::Connect(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::function<void (TorControlConnection&)> const&, std::__1::function<void (TorControlConnection&)> const&) in libbitcoin_node.a(libbitcoin_node_a-torcontrol.o)
  587. "_bufferevent_enable", referenced from:
  588. std::__1::__function::__func<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0, std::__1::allocator<HTTPRequest::WriteReply(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>, void ()>::operator()() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  589. "_event_free", referenced from:
  590. raii_event_tests::raii_event_creation::test_method() in test_bitcoin-raii_event_tests.o
  591. raii_event_tests::raii_event_order::test_method() in test_bitcoin-raii_event_tests.o
  592. "_sqlite3_column_bytes", referenced from:
  593. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  594. wallet::SQLiteBatch::ReadAtCursor(CDataStream&, CDataStream&, bool&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  595. ld: symbol(s) not found for architecture x86_64
  596. "_evhttp_request_get_input_buffer", referenced from:
  597. HTTPRequest::ReadBody() in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  598. "_evhttp_parse_query_str", referenced from:
  599. GetQueryParameterFromUri(char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  600. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  601. ld: symbol(s) not found for architecture x86_64
  602. "_event_enable_debug_logging", referenced from:
  603. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  604. make[2]: *** [bitcoind] Error 1
  605. UpdateHTTPServerLogging(bool) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  606. make[2]: *** [test/fuzz/fuzz] Error 1
  607. "_sqlite3_extended_result_codes", referenced from:
  608. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  609. "_sqlite3_prepare_v2", referenced from:
  610. wallet::SQLiteBatch::SetupSQLStatements() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  611. wallet::SQLiteDatabase::Verify(bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  612. wallet::ReadPragmaInteger(sqlite3*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  613. wallet::SQLiteDatabase::Open() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  614. "_sqlite3_clear_bindings", referenced from:
  615. wallet::SQLiteBatch::ReadKey(CDataStream&&, CDataStream&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  616. wallet::BindBlobToStatement(sqlite3_stmt*, int, Span<std::byte const>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  617. wallet::SQLiteBatch::WriteKey(CDataStream&&, CDataStream&&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  618. wallet::SQLiteBatch::EraseKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  619. wallet::SQLiteBatch::HasKey(CDataStream&&) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  620. "_evhttp_uri_get_query", referenced from:
  621. GetQueryParameterFromUri(char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  622. "_sqlite3_shutdown", referenced from:
  623. wallet::SQLiteDatabase::Cleanup() in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  624. "_sqlite3_libversion", referenced from:
  625. wallet::SQLiteDatabase::SQLiteDatabase(fs::path const&, fs::path const&, wallet::DatabaseOptions const&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  626. "_sqlite3_initialize", referenced from:
  627. wallet::SQLiteDatabase::SQLiteDatabase(fs::path const&, fs::path const&, wallet::DatabaseOptions const&, bool) in libbitcoin_wallet.a(libbitcoin_wallet_a-sqlite.o)
  628. "_event_new", referenced from:
  629. raii_event_tests::raii_event_creation::test_method() in test_bitcoin-raii_event_tests.o
  630. raii_event_tests::raii_event_order::test_method() in test_bitcoin-raii_event_tests.o
  631. "_evhttp_clear_headers", referenced from:
  632. GetQueryParameterFromUri(char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  633. "_event_set_mem_functions", referenced from:
  634. raii_event_tests::raii_event_creation::test_method() in test_bitcoin-raii_event_tests.o
  635. raii_event_tests::raii_event_order::test_method() in test_bitcoin-raii_event_tests.o
  636. "_evhttp_uri_free", referenced from:
  637. GetQueryParameterFromUri(char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_node.a(libbitcoin_node_a-httpserver.o)
  638. ld: symbol(s) not found for architecture x86_64
  639. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  640. make[2]: *** [test/test_bitcoin] Error 1
  641. make[1]: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement