Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.83 KB | None | 0 0
  1. npm install --save bitcore --unsafe-perm
  2.  
  3. > bitcore-node@3.1.3 preinstall /home/pavlenkoxx/GBK/paymentService/node_modules/bitcore-node
  4. > ./scripts/download
  5.  
  6. Downloading bitcoin: https://github.com/bitpay/bitcoin/releases/download/v0.12.1-bitcore-4/bitcoin-0.12.1-linux64.tar.gz
  7. % Total % Received % Xferd Average Speed Time Time Time Current
  8. Dload Upload Total Spent Left Speed
  9. 100 619 0 619 0 0 666 0 --:--:-- --:--:-- --:--:-- 665
  10. 100 24.6M 100 24.6M 0 0 406k 0 0:01:02 0:01:02 --:--:-- 443k
  11. % Total % Received % Xferd Average Speed Time Time Time Current
  12. Dload Upload Total Spent Left Speed
  13. 100 604 0 604 0 0 528 0 --:--:-- 0:00:01 --:--:-- 528
  14. 100 1154 100 1154 0 0 564 0 0:00:02 0:00:02 --:--:-- 2787
  15. Unpacking bitcoin distribution
  16. bitcoin-0.12.1/
  17. bitcoin-0.12.1/bin/
  18. bitcoin-0.12.1/bin/bitcoin-cli
  19. bitcoin-0.12.1/bin/bitcoind
  20. bitcoin-0.12.1/bin/bitcoin-qt
  21. bitcoin-0.12.1/bin/bitcoin-tx
  22. bitcoin-0.12.1/bin/test_bitcoin
  23. bitcoin-0.12.1/bin/wallet-utility
  24. bitcoin-0.12.1/include/
  25. bitcoin-0.12.1/include/bitcoinconsensus.h
  26. bitcoin-0.12.1/lib/
  27. bitcoin-0.12.1/lib/libbitcoinconsensus.so
  28. bitcoin-0.12.1/lib/libbitcoinconsensus.so.0
  29. bitcoin-0.12.1/lib/libbitcoinconsensus.so.0.0.0
  30.  
  31. > utf-8-validate@1.2.2 install /home/pavlenkoxx/GBK/paymentService/node_modules/utf-8-validate
  32. > node-gyp rebuild
  33.  
  34. make: Entering directory '/home/pavlenkoxx/GBK/paymentService/node_modules/utf-8-validate/build'
  35. CXX(target) Release/obj.target/validation/src/validation.o
  36. In file included from ../node_modules/nan/nan.h:190:0,
  37. from ../src/validation.cc:15:
  38. ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’:
  39. ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no member named ‘ForceSet’
  40. return obj->ForceSet(GetCurrentContext(), key, value, attribs);
  41. ^~~~~~~~
  42. In file included from ../node_modules/nan/nan_new.h:189:0,
  43. from ../node_modules/nan/nan.h:196,
  44. from ../src/validation.cc:15:
  45. ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
  46. ../node_modules/nan/nan_implementation_12_inl.h:345:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
  47. return v8::StringObject::New(value).As<v8::StringObject>();
  48. ^
  49. In file included from /home/pavlenkoxx/.node-gyp/10.12.0/include/node/v8.h:26:0,
  50. from ../src/validation.cc:7:
  51. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/v8.h:5053:37: note: declared here
  52. static Local<Value> New(Local<String> value));
  53. ^
  54. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
  55. declarator __attribute__((deprecated(message)))
  56. ^~~~~~~~~~
  57. In file included from ../src/validation.cc:15:0:
  58. ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
  59. ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  60. v8::Isolate::GetCurrent(), target, func, argc, argv);
  61. ^
  62. In file included from ../src/validation.cc:8:0:
  63. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/node.h:176:50: note: declared here
  64. NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  65. ^
  66. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
  67. __attribute__((deprecated(message))) declarator
  68. ^~~~~~~~~~
  69. In file included from ../src/validation.cc:15:0:
  70. ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
  71. ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  72. v8::Isolate::GetCurrent(), target, symbol, argc, argv);
  73. ^
  74. In file included from ../src/validation.cc:8:0:
  75. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/node.h:169:50: note: declared here
  76. NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  77. ^
  78. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
  79. __attribute__((deprecated(message))) declarator
  80. ^~~~~~~~~~
  81. In file included from ../src/validation.cc:15:0:
  82. ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
  83. ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  84. v8::Isolate::GetCurrent(), target, method, argc, argv);
  85. ^
  86. In file included from ../src/validation.cc:8:0:
  87. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/node.h:162:50: note: declared here
  88. NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  89. ^
  90. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
  91. __attribute__((deprecated(message))) declarator
  92. ^~~~~~~~~~
  93. In file included from ../src/validation.cc:15:0:
  94. ../node_modules/nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
  95. ../node_modules/nan/nan.h:890:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  96. v8::Local<v8::String> string = from->ToString();
  97. ^
  98. In file included from ../src/validation.cc:7:0:
  99. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/v8.h:10040:15: note: declared here
  100. Local<String> Value::ToString() const {
  101. ^~~~~
  102. In file included from ../src/validation.cc:15:0:
  103. ../node_modules/nan/nan.h:900:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
  104. length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
  105. ^
  106. In file included from /home/pavlenkoxx/.node-gyp/10.12.0/include/node/v8.h:26:0,
  107. from ../src/validation.cc:7:
  108. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/v8.h:2659:21: note: declared here
  109. int WriteUtf8(char* buffer, int length = -1,
  110. ^
  111. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
  112. declarator __attribute__((deprecated(message)))
  113. ^~~~~~~~~~
  114. In file included from ../src/validation.cc:15:0:
  115. ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’:
  116. ../node_modules/nan/nan.h:1453:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  117. ));
  118. ^
  119. In file included from ../src/validation.cc:8:0:
  120. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/node.h:176:50: note: declared here
  121. NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  122. ^
  123. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
  124. __attribute__((deprecated(message))) declarator
  125. ^~~~~~~~~~
  126. ../src/validation.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Validation::IsValidUTF8(Nan::NAN_METHOD_ARGS_TYPE)’:
  127. ../src/validation.cc:131:50: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  128. Local<Object> buffer_obj = info[0]->ToObject();
  129. ^
  130. In file included from ../src/validation.cc:7:0:
  131. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/v8.h:10046:15: note: declared here
  132. Local<Object> Value::ToObject() const {
  133. ^~~~~
  134. ../src/validation.cc: In function ‘int is_valid_utf8(size_t, char*)’:
  135. ../src/validation.cc:81:47: warning: this statement may fall through [-Wimplicit-fallthrough=]
  136. case 5 : ch += (uint8_t) value[i++]; ch <<= 6;
  137. ~~~^~~~~
  138. ../src/validation.cc:82:7: note: here
  139. case 4 : ch += (uint8_t) value[i++]; ch <<= 6;
  140. ^~~~
  141. ../src/validation.cc:82:47: warning: this statement may fall through [-Wimplicit-fallthrough=]
  142. case 4 : ch += (uint8_t) value[i++]; ch <<= 6;
  143. ~~~^~~~~
  144. ../src/validation.cc:83:7: note: here
  145. case 3 : ch += (uint8_t) value[i++]; ch <<= 6;
  146. ^~~~
  147. ../src/validation.cc:83:47: warning: this statement may fall through [-Wimplicit-fallthrough=]
  148. case 3 : ch += (uint8_t) value[i++]; ch <<= 6;
  149. ~~~^~~~~
  150. ../src/validation.cc:84:7: note: here
  151. case 2 : ch += (uint8_t) value[i++]; ch <<= 6;
  152. ^~~~
  153. ../src/validation.cc:84:47: warning: this statement may fall through [-Wimplicit-fallthrough=]
  154. case 2 : ch += (uint8_t) value[i++]; ch <<= 6;
  155. ~~~^~~~~
  156. ../src/validation.cc:85:7: note: here
  157. case 1 : ch += (uint8_t) value[i++]; ch <<= 6;
  158. ^~~~
  159. ../src/validation.cc:85:47: warning: this statement may fall through [-Wimplicit-fallthrough=]
  160. case 1 : ch += (uint8_t) value[i++]; ch <<= 6;
  161. ~~~^~~~~
  162. ../src/validation.cc:86:7: note: here
  163. case 0 : ch += (uint8_t) value[i];
  164. ^~~~
  165. ../src/validation.cc: In function ‘int isLegalUTF8(const uint8_t*, int)’:
  166. ../src/validation.cc:51:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
  167. case 4: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return 0;
  168. ^~
  169. ../src/validation.cc:52:5: note: here
  170. case 3: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return 0;
  171. ^~~~
  172. ../src/validation.cc:52:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
  173. case 3: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return 0;
  174. ^~
  175. ../src/validation.cc:53:5: note: here
  176. case 2: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return 0;
  177. ^~~~
  178. ../src/validation.cc:59:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
  179. case 0xF4: if (a > 0x8F) return 0;
  180. ^~
  181. ../src/validation.cc:62:5: note: here
  182. case 1: if (*source >= 0x80 && *source < 0xC2) return 0;
  183. ^~~~
  184. validation.target.mk:102: recipe for target 'Release/obj.target/validation/src/validation.o' failed
  185. make: *** [Release/obj.target/validation/src/validation.o] Error 1
  186. make: Leaving directory '/home/pavlenkoxx/GBK/paymentService/node_modules/utf-8-validate/build'
  187. gyp ERR! build error
  188. gyp ERR! stack Error: `make` failed with exit code: 2
  189. gyp ERR! stack at ChildProcess.onExit (/home/pavlenkoxx/.nvm/versions/node/v10.12.0/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
  190. gyp ERR! stack at ChildProcess.emit (events.js:182:13)
  191. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
  192. gyp ERR! System Linux 4.15.0-50-generic
  193. gyp ERR! command "/home/pavlenkoxx/.nvm/versions/node/v10.12.0/bin/node" "/home/pavlenkoxx/.nvm/versions/node/v10.12.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  194. gyp ERR! cwd /home/pavlenkoxx/GBK/paymentService/node_modules/utf-8-validate
  195. gyp ERR! node -v v10.12.0
  196. gyp ERR! node-gyp -v v3.8.0
  197. gyp ERR! not ok
  198.  
  199. > zmq@2.15.3 install /home/pavlenkoxx/GBK/paymentService/node_modules/zmq
  200. > node-gyp rebuild
  201.  
  202. make: Entering directory '/home/pavlenkoxx/GBK/paymentService/node_modules/zmq/build'
  203. CXX(target) Release/obj.target/zmq/binding.o
  204. In file included from ../binding.cc:29:0:
  205. /usr/include/zmq_utils.h:46:84: note: #pragma message: Warning: zmq_utils.h is deprecated. All its functionality is provided by zmq.h.
  206. "Warning: zmq_utils.h is deprecated. All its functionality is provided by zmq.h.")
  207. ^
  208. In file included from ../node_modules/nan/nan.h:190:0,
  209. from ../binding.cc:38:
  210. ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’:
  211. ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no member named ‘ForceSet’
  212. return obj->ForceSet(GetCurrentContext(), key, value, attribs);
  213. ^~~~~~~~
  214. In file included from ../node_modules/nan/nan_new.h:189:0,
  215. from ../node_modules/nan/nan.h:196,
  216. from ../binding.cc:38:
  217. ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
  218. ../node_modules/nan/nan_implementation_12_inl.h:345:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
  219. return v8::StringObject::New(value).As<v8::StringObject>();
  220. ^
  221. In file included from /home/pavlenkoxx/.node-gyp/10.12.0/include/node/v8.h:26:0,
  222. from ../binding.cc:24:
  223. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/v8.h:5053:37: note: declared here
  224. static Local<Value> New(Local<String> value));
  225. ^
  226. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
  227. declarator __attribute__((deprecated(message)))
  228. ^~~~~~~~~~
  229. In file included from ../binding.cc:38:0:
  230. ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
  231. ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  232. v8::Isolate::GetCurrent(), target, func, argc, argv);
  233. ^
  234. In file included from ../binding.cc:25:0:
  235. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/node.h:176:50: note: declared here
  236. NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  237. ^
  238. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
  239. __attribute__((deprecated(message))) declarator
  240. ^~~~~~~~~~
  241. In file included from ../binding.cc:38:0:
  242. ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
  243. ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  244. v8::Isolate::GetCurrent(), target, symbol, argc, argv);
  245. ^
  246. In file included from ../binding.cc:25:0:
  247. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/node.h:169:50: note: declared here
  248. NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  249. ^
  250. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
  251. __attribute__((deprecated(message))) declarator
  252. ^~~~~~~~~~
  253. In file included from ../binding.cc:38:0:
  254. ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
  255. ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  256. v8::Isolate::GetCurrent(), target, method, argc, argv);
  257. ^
  258. In file included from ../binding.cc:25:0:
  259. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/node.h:162:50: note: declared here
  260. NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  261. ^
  262. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
  263. __attribute__((deprecated(message))) declarator
  264. ^~~~~~~~~~
  265. In file included from ../binding.cc:38:0:
  266. ../node_modules/nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
  267. ../node_modules/nan/nan.h:890:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  268. v8::Local<v8::String> string = from->ToString();
  269. ^
  270. In file included from ../binding.cc:24:0:
  271. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/v8.h:10040:15: note: declared here
  272. Local<String> Value::ToString() const {
  273. ^~~~~
  274. In file included from ../binding.cc:38:0:
  275. ../node_modules/nan/nan.h:900:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
  276. length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
  277. ^
  278. In file included from /home/pavlenkoxx/.node-gyp/10.12.0/include/node/v8.h:26:0,
  279. from ../binding.cc:24:
  280. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/v8.h:2659:21: note: declared here
  281. int WriteUtf8(char* buffer, int length = -1,
  282. ^
  283. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
  284. declarator __attribute__((deprecated(message)))
  285. ^~~~~~~~~~
  286. In file included from ../binding.cc:38:0:
  287. ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’:
  288. ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  289. ));
  290. ^
  291. In file included from ../binding.cc:25:0:
  292. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/node.h:176:50: note: declared here
  293. NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  294. ^
  295. /home/pavlenkoxx/.node-gyp/10.12.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
  296. __attribute__((deprecated(message))) declarator
  297. ^~~~~~~~~~
  298. ../binding.cc: In destructor ‘zmq::Socket::IncomingMessage::MessageReference::~MessageReference()’:
  299. ../binding.cc:999:54: warning: throw will always call terminate() [-Wterminate]
  300. throw std::runtime_error(ErrorMessage());
  301. ^
  302. ../binding.cc:999:54: note: in C++11 destructors default to noexcept
  303. ../binding.cc: In destructor ‘zmq::Socket::OutgoingMessage::~OutgoingMessage()’:
  304. ../binding.cc:1205:50: warning: throw will always call terminate() [-Wterminate]
  305. throw std::runtime_error(ErrorMessage());
  306. ^
  307. ../binding.cc:1205:50: note: in C++11 destructors default to noexcept
  308. zmq.target.mk:101: recipe for target 'Release/obj.target/zmq/binding.o' failed
  309. make: *** [Release/obj.target/zmq/binding.o] Error 1
  310. make: Leaving directory '/home/pavlenkoxx/GBK/paymentService/node_modules/zmq/build'
  311. gyp ERR! build error
  312. gyp ERR! stack Error: `make` failed with exit code: 2
  313. gyp ERR! stack at ChildProcess.onExit (/home/pavlenkoxx/.nvm/versions/node/v10.12.0/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
  314. gyp ERR! stack at ChildProcess.emit (events.js:182:13)
  315. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
  316. gyp ERR! System Linux 4.15.0-50-generic
  317. gyp ERR! command "/home/pavlenkoxx/.nvm/versions/node/v10.12.0/bin/node" "/home/pavlenkoxx/.nvm/versions/node/v10.12.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  318. gyp ERR! cwd /home/pavlenkoxx/GBK/paymentService/node_modules/zmq
  319. gyp ERR! node -v v10.12.0
  320. gyp ERR! node-gyp -v v3.8.0
  321. gyp ERR! not ok
  322. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: utf-8-validate@1.2.2 (node_modules/utf-8-validate):
  323. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: utf-8-validate@1.2.2 install: `node-gyp rebuild`
  324. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
  325.  
  326. npm ERR! code ELIFECYCLE
  327. npm ERR! errno 1
  328. npm ERR! zmq@2.15.3 install: `node-gyp rebuild`
  329. npm ERR! Exit status 1
  330. npm ERR!
  331. npm ERR! Failed at the zmq@2.15.3 install script.
  332. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  333.  
  334. npm ERR! A complete log of this run can be found in:
  335. npm ERR! /home/pavlenkoxx/.npm/_logs/2019-05-22T11_59_07_779Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement