Advertisement
Guest User

npm install

a guest
Jul 16th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.80 KB | None | 0 0
  1.  
  2. npm WARN deprecated @babel/polyfill@7.4.4: 🚨 As of Babel 7.4.0, this
  3. npm WARN deprecated package has been deprecated in favor of directly
  4. npm WARN deprecated including core-js/stable (to polyfill ECMAScript
  5. npm WARN deprecated features) and regenerator-runtime/runtime
  6. npm WARN deprecated (needed to use transpiled generator functions):
  7. npm WARN deprecated
  8. npm WARN deprecated > import "core-js/stable";
  9. npm WARN deprecated > import "regenerator-runtime/runtime";
  10.  
  11. > secp256k1@3.7.1 install /home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/secp256k1
  12. > npm run rebuild || echo "Secp256k1 bindings compilation fail. Pure JS implementation will be used."
  13.  
  14.  
  15. > secp256k1@3.7.1 rebuild /home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/secp256k1
  16. > node-gyp rebuild
  17.  
  18. make: Entering directory '/home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/secp256k1/build'
  19. CXX(target) Release/obj.target/secp256k1/src/addon.o
  20. CXX(target) Release/obj.target/secp256k1/src/privatekey.o
  21. ../src/privatekey.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE privateKeyNegate(Nan::NAN_METHOD_ARGS_TYPE)’:
  22. ../src/privatekey.cc:73:30: warning: ignoring return value of ‘int secp256k1_ec_privkey_negate(const secp256k1_context*, unsigned char*)’, declared with attribute warn_unused_result [-Wunused-result]
  23. secp256k1_ec_privkey_negate(secp256k1ctx, &private_key[0]);
  24. ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  25. CXX(target) Release/obj.target/secp256k1/src/publickey.o
  26. CXX(target) Release/obj.target/secp256k1/src/signature.o
  27. CXX(target) Release/obj.target/secp256k1/src/ecdsa.o
  28. ../src/ecdsa.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE sign(Nan::NAN_METHOD_ARGS_TYPE)’:
  29. ../src/ecdsa.cc:88:131: warning: ignoring return value of ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)’, declared with attribute warn_unused_result [-Wunused-result]
  30. n::New<v8::String>("signature").ToLocalChecked(), COPY_BUFFER(&output[0], 64));
  31. ^
  32. In file included from /home/pc/.node-gyp/12.6.0/include/node/node.h:63:0,
  33. from ../src/ecdsa.cc:1:
  34. /home/pc/.node-gyp/12.6.0/include/node/v8.h:3364:37: note: declared here
  35. V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
  36. ^~~
  37. ../src/ecdsa.cc:89:130: warning: ignoring return value of ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)’, declared with attribute warn_unused_result [-Wunused-result]
  38. an::New<v8::String>("recovery").ToLocalChecked(), Nan::New<v8::Number>(recid));
  39. ^
  40. In file included from /home/pc/.node-gyp/12.6.0/include/node/node.h:63:0,
  41. from ../src/ecdsa.cc:1:
  42. /home/pc/.node-gyp/12.6.0/include/node/v8.h:3364:37: note: declared here
  43. V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
  44. ^~~
  45. CXX(target) Release/obj.target/secp256k1/src/ecdh.o
  46. CC(target) Release/obj.target/secp256k1/src/secp256k1-src/src/secp256k1.o
  47. CC(target) Release/obj.target/secp256k1/src/secp256k1-src/contrib/lax_der_parsing.o
  48. CC(target) Release/obj.target/secp256k1/src/secp256k1-src/contrib/lax_der_privatekey_parsing.o
  49. SOLINK_MODULE(target) Release/obj.target/secp256k1.node
  50. COPY Release/secp256k1.node
  51. make: Leaving directory '/home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/secp256k1/build'
  52.  
  53. ┌──────────────────────────────────────────────────────┐
  54. │ npm update check failed │
  55. │ Try running with sudo or get access │
  56. │ to the local update config store via │
  57. │ sudo chown -R $USER:$(id -gn $USER) /home/pc/.config │
  58. └──────────────────────────────────────────────────────┘
  59.  
  60. > tiny-secp256k1@1.1.3 install /home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/tiny-secp256k1
  61. > npm run build || echo "secp256k1 bindings compilation fail. Pure JS implementation will be used."
  62.  
  63.  
  64. > tiny-secp256k1@1.1.3 build /home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/tiny-secp256k1
  65. > node-gyp rebuild
  66.  
  67. make: Entering directory '/home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/tiny-secp256k1/build'
  68. CXX(target) Release/obj.target/secp256k1/native/addon.o
  69. ../native/addon.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE ecdsaVerify(Nan::NAN_METHOD_ARGS_TYPE)’:
  70. ../native/addon.cpp:320:58: warning: ‘v8::Maybe<bool> v8::Value::BooleanValue(v8::Local<v8::Context>) const’ is deprecated: BooleanValue can never throw. Use Isolate version. [-Wdeprecated-declarations]
  71. strict = info[3]->BooleanValue(Nan::GetCurrentContext()).FromJust();
  72. ^
  73. In file included from /home/pc/.node-gyp/12.6.0/include/node/v8-internal.h:14:0,
  74. from /home/pc/.node-gyp/12.6.0/include/node/v8.h:25,
  75. from /home/pc/.node-gyp/12.6.0/include/node/node.h:63,
  76. from ../../nan/nan.h:54,
  77. from ../native/addon.cpp:4:
  78. /home/pc/.node-gyp/12.6.0/include/node/v8.h:2562:51: note: declared here
  79. V8_WARN_UNUSED_RESULT Maybe<bool> BooleanValue(
  80. ^
  81. /home/pc/.node-gyp/12.6.0/include/node/v8config.h:311:3: note: in definition of macro ‘V8_DEPRECATED’
  82. declarator __attribute__((deprecated(message)))
  83. ^~~~~~~~~~
  84. ../native/addon.cpp: In instantiation of ‘unsigned int {anonymous}::assumeCompression(const I&, const A&) [with long unsigned int index = 2; I = Nan::FunctionCallbackInfo<v8::Value>; A = v8::Local<v8::Object>]’:
  85. ../native/addon.cpp:142:50: required from here
  86. ../native/addon.cpp:80:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  87. if (info.Length() <= index) return __isPointCompressed(p) ? SECP256K1_EC_COMPRESSED : SECP256K1_EC_UNCOMPRESSED;
  88. ../native/addon.cpp:82:62: warning: ‘v8::Maybe<bool> v8::Value::BooleanValue(v8::Local<v8::Context>) const’ is deprecated: BooleanValue can never throw. Use Isolate version. [-Wdeprecated-declarations]
  89. return info[index]->BooleanValue(Nan::GetCurrentContext()).FromJust() ? SECP256K1_EC_COMPRESSED : SECP256K1_EC_UNCOMPRESSED;
  90. In file included from /home/pc/.node-gyp/12.6.0/include/node/v8-internal.h:14:0,
  91. from /home/pc/.node-gyp/12.6.0/include/node/v8.h:25,
  92. from /home/pc/.node-gyp/12.6.0/include/node/node.h:63,
  93. from ../../nan/nan.h:54,
  94. from ../native/addon.cpp:4:
  95. /home/pc/.node-gyp/12.6.0/include/node/v8.h:2562:51: note: declared here
  96. V8_WARN_UNUSED_RESULT Maybe<bool> BooleanValue(
  97. ^
  98. /home/pc/.node-gyp/12.6.0/include/node/v8config.h:311:3: note: in definition of macro ‘V8_DEPRECATED’
  99. declarator __attribute__((deprecated(message)))
  100. ^~~~~~~~~~
  101. ../native/addon.cpp: In instantiation of ‘unsigned int {anonymous}::assumeCompression(const I&, const A&) [with long unsigned int index = 1; I = Nan::FunctionCallbackInfo<v8::Value>; A = v8::Local<v8::Object>]’:
  102. ../native/addon.cpp:174:49: required from here
  103. ../native/addon.cpp:80:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  104. if (info.Length() <= index) return __isPointCompressed(p) ? SECP256K1_EC_COMPRESSED : SECP256K1_EC_UNCOMPRESSED;
  105. ../native/addon.cpp:82:62: warning: ‘v8::Maybe<bool> v8::Value::BooleanValue(v8::Local<v8::Context>) const’ is deprecated: BooleanValue can never throw. Use Isolate version. [-Wdeprecated-declarations]
  106. return info[index]->BooleanValue(Nan::GetCurrentContext()).FromJust() ? SECP256K1_EC_COMPRESSED : SECP256K1_EC_UNCOMPRESSED;
  107. In file included from /home/pc/.node-gyp/12.6.0/include/node/v8-internal.h:14:0,
  108. from /home/pc/.node-gyp/12.6.0/include/node/v8.h:25,
  109. from /home/pc/.node-gyp/12.6.0/include/node/node.h:63,
  110. from ../../nan/nan.h:54,
  111. from ../native/addon.cpp:4:
  112. /home/pc/.node-gyp/12.6.0/include/node/v8.h:2562:51: note: declared here
  113. V8_WARN_UNUSED_RESULT Maybe<bool> BooleanValue(
  114. ^
  115. /home/pc/.node-gyp/12.6.0/include/node/v8config.h:311:3: note: in definition of macro ‘V8_DEPRECATED’
  116. declarator __attribute__((deprecated(message)))
  117. ^~~~~~~~~~
  118. ../native/addon.cpp: In instantiation of ‘unsigned int {anonymous}::assumeCompression(const I&) [with long unsigned int index = 1; I = Nan::FunctionCallbackInfo<v8::Value>]’:
  119. ../native/addon.cpp:189:46: required from here
  120. ../native/addon.cpp:87:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  121. if (info.Length() <= index) return SECP256K1_EC_COMPRESSED;
  122. ../native/addon.cpp:89:62: warning: ‘v8::Maybe<bool> v8::Value::BooleanValue(v8::Local<v8::Context>) const’ is deprecated: BooleanValue can never throw. Use Isolate version. [-Wdeprecated-declarations]
  123. return info[index]->BooleanValue(Nan::GetCurrentContext()).FromJust() ? SECP256K1_EC_COMPRESSED : SECP256K1_EC_UNCOMPRESSED;
  124. In file included from /home/pc/.node-gyp/12.6.0/include/node/v8-internal.h:14:0,
  125. from /home/pc/.node-gyp/12.6.0/include/node/v8.h:25,
  126. from /home/pc/.node-gyp/12.6.0/include/node/node.h:63,
  127. from ../../nan/nan.h:54,
  128. from ../native/addon.cpp:4:
  129. /home/pc/.node-gyp/12.6.0/include/node/v8.h:2562:51: note: declared here
  130. V8_WARN_UNUSED_RESULT Maybe<bool> BooleanValue(
  131. ^
  132. /home/pc/.node-gyp/12.6.0/include/node/v8config.h:311:3: note: in definition of macro ‘V8_DEPRECATED’
  133. declarator __attribute__((deprecated(message)))
  134. ^~~~~~~~~~
  135. ../native/addon.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE eccPrivateSub(Nan::NAN_METHOD_ARGS_TYPE)’:
  136. ../native/addon.cpp:240:29: warning: ignoring return value of ‘int secp256k1_ec_privkey_negate(const secp256k1_context*, unsigned char*)’, declared with attribute warn_unused_result [-Wunused-result]
  137. secp256k1_ec_privkey_negate(context, tweak_negated); // returns 1 always
  138. ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
  139. CC(target) Release/obj.target/secp256k1/native/secp256k1/src/secp256k1.o
  140. ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_parse’:
  141. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
  142. if (EXPECT(!(cond), 0)) { \
  143. ^
  144. ../native/secp256k1/src/secp256k1.c:154:5: note: in expansion of macro ‘ARG_CHECK’
  145. ARG_CHECK(pubkey != NULL);
  146. ^~~~~~~~~
  147. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘input’ compared to NULL [-Wnonnull-compare]
  148. if (EXPECT(!(cond), 0)) { \
  149. ^
  150. ../native/secp256k1/src/secp256k1.c:156:5: note: in expansion of macro ‘ARG_CHECK’
  151. ARG_CHECK(input != NULL);
  152. ^~~~~~~~~
  153. ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_serialize’:
  154. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘output’ compared to NULL [-Wnonnull-compare]
  155. if (EXPECT(!(cond), 0)) { \
  156. ^
  157. ../native/secp256k1/src/secp256k1.c:175:5: note: in expansion of macro ‘ARG_CHECK’
  158. ARG_CHECK(output != NULL);
  159. ^~~~~~~~~
  160. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘outputlen’ compared to NULL [-Wnonnull-compare]
  161. if (EXPECT(!(cond), 0)) { \
  162. ^
  163. ../native/secp256k1/src/secp256k1.c:171:5: note: in expansion of macro ‘ARG_CHECK’
  164. ARG_CHECK(outputlen != NULL);
  165. ^~~~~~~~~
  166. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
  167. if (EXPECT(!(cond), 0)) { \
  168. ^
  169. ../native/secp256k1/src/secp256k1.c:177:5: note: in expansion of macro ‘ARG_CHECK’
  170. ARG_CHECK(pubkey != NULL);
  171. ^~~~~~~~~
  172. ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_signature_parse_der’:
  173. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘sig’ compared to NULL [-Wnonnull-compare]
  174. if (EXPECT(!(cond), 0)) { \
  175. ^
  176. ../native/secp256k1/src/secp256k1.c:216:5: note: in expansion of macro ‘ARG_CHECK’
  177. ARG_CHECK(sig != NULL);
  178. ^~~~~~~~~
  179. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘input’ compared to NULL [-Wnonnull-compare]
  180. if (EXPECT(!(cond), 0)) { \
  181. ^
  182. ../native/secp256k1/src/secp256k1.c:217:5: note: in expansion of macro ‘ARG_CHECK’
  183. ARG_CHECK(input != NULL);
  184. ^~~~~~~~~
  185. ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_signature_parse_compact’:
  186. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘sig’ compared to NULL [-Wnonnull-compare]
  187. if (EXPECT(!(cond), 0)) { \
  188. ^
  189. ../native/secp256k1/src/secp256k1.c:234:5: note: in expansion of macro ‘ARG_CHECK’
  190. ARG_CHECK(sig != NULL);
  191. ^~~~~~~~~
  192. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘input64’ compared to NULL [-Wnonnull-compare]
  193. if (EXPECT(!(cond), 0)) { \
  194. ^
  195. ../native/secp256k1/src/secp256k1.c:235:5: note: in expansion of macro ‘ARG_CHECK’
  196. ARG_CHECK(input64 != NULL);
  197. ^~~~~~~~~
  198. ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_signature_serialize_der’:
  199. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘output’ compared to NULL [-Wnonnull-compare]
  200. if (EXPECT(!(cond), 0)) { \
  201. ^
  202. ../native/secp256k1/src/secp256k1.c:253:5: note: in expansion of macro ‘ARG_CHECK’
  203. ARG_CHECK(output != NULL);
  204. ^~~~~~~~~
  205. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘outputlen’ compared to NULL [-Wnonnull-compare]
  206. if (EXPECT(!(cond), 0)) { \
  207. ^
  208. ../native/secp256k1/src/secp256k1.c:254:5: note: in expansion of macro ‘ARG_CHECK’
  209. ARG_CHECK(outputlen != NULL);
  210. ^~~~~~~~~
  211. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘sig’ compared to NULL [-Wnonnull-compare]
  212. if (EXPECT(!(cond), 0)) { \
  213. ^
  214. ../native/secp256k1/src/secp256k1.c:255:5: note: in expansion of macro ‘ARG_CHECK’
  215. ARG_CHECK(sig != NULL);
  216. ^~~~~~~~~
  217. ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_signature_serialize_compact’:
  218. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘output64’ compared to NULL [-Wnonnull-compare]
  219. if (EXPECT(!(cond), 0)) { \
  220. ^
  221. ../native/secp256k1/src/secp256k1.c:265:5: note: in expansion of macro ‘ARG_CHECK’
  222. ARG_CHECK(output64 != NULL);
  223. ^~~~~~~~~
  224. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘sig’ compared to NULL [-Wnonnull-compare]
  225. if (EXPECT(!(cond), 0)) { \
  226. ^
  227. ../native/secp256k1/src/secp256k1.c:266:5: note: in expansion of macro ‘ARG_CHECK’
  228. ARG_CHECK(sig != NULL);
  229. ^~~~~~~~~
  230. ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_signature_normalize’:
  231. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘sigin’ compared to NULL [-Wnonnull-compare]
  232. if (EXPECT(!(cond), 0)) { \
  233. ^
  234. ../native/secp256k1/src/secp256k1.c:279:5: note: in expansion of macro ‘ARG_CHECK’
  235. ARG_CHECK(sigin != NULL);
  236. ^~~~~~~~~
  237. ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_verify’:
  238. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘sig’ compared to NULL [-Wnonnull-compare]
  239. if (EXPECT(!(cond), 0)) { \
  240. ^
  241. ../native/secp256k1/src/secp256k1.c:300:5: note: in expansion of macro ‘ARG_CHECK’
  242. ARG_CHECK(sig != NULL);
  243. ^~~~~~~~~
  244. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘msg32’ compared to NULL [-Wnonnull-compare]
  245. if (EXPECT(!(cond), 0)) { \
  246. ^
  247. ../native/secp256k1/src/secp256k1.c:299:5: note: in expansion of macro ‘ARG_CHECK’
  248. ARG_CHECK(msg32 != NULL);
  249. ^~~~~~~~~
  250. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
  251. if (EXPECT(!(cond), 0)) { \
  252. ^
  253. ../native/secp256k1/src/secp256k1.c:301:5: note: in expansion of macro ‘ARG_CHECK’
  254. ARG_CHECK(pubkey != NULL);
  255. ^~~~~~~~~
  256. ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_sign’:
  257. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘signature’ compared to NULL [-Wnonnull-compare]
  258. if (EXPECT(!(cond), 0)) { \
  259. ^
  260. ../native/secp256k1/src/secp256k1.c:353:5: note: in expansion of macro ‘ARG_CHECK’
  261. ARG_CHECK(signature != NULL);
  262. ^~~~~~~~~
  263. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘msg32’ compared to NULL [-Wnonnull-compare]
  264. if (EXPECT(!(cond), 0)) { \
  265. ^
  266. ../native/secp256k1/src/secp256k1.c:352:5: note: in expansion of macro ‘ARG_CHECK’
  267. ARG_CHECK(msg32 != NULL);
  268. ^~~~~~~~~
  269. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘seckey’ compared to NULL [-Wnonnull-compare]
  270. if (EXPECT(!(cond), 0)) { \
  271. ^
  272. ../native/secp256k1/src/secp256k1.c:354:5: note: in expansion of macro ‘ARG_CHECK’
  273. ARG_CHECK(seckey != NULL);
  274. ^~~~~~~~~
  275. ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_seckey_verify’:
  276. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘seckey’ compared to NULL [-Wnonnull-compare]
  277. if (EXPECT(!(cond), 0)) { \
  278. ^
  279. ../native/secp256k1/src/secp256k1.c:396:5: note: in expansion of macro ‘ARG_CHECK’
  280. ARG_CHECK(seckey != NULL);
  281. ^~~~~~~~~
  282. ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_create’:
  283. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
  284. if (EXPECT(!(cond), 0)) { \
  285. ^
  286. ../native/secp256k1/src/secp256k1.c:411:5: note: in expansion of macro ‘ARG_CHECK’
  287. ARG_CHECK(pubkey != NULL);
  288. ^~~~~~~~~
  289. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘seckey’ compared to NULL [-Wnonnull-compare]
  290. if (EXPECT(!(cond), 0)) { \
  291. ^
  292. ../native/secp256k1/src/secp256k1.c:414:5: note: in expansion of macro ‘ARG_CHECK’
  293. ARG_CHECK(seckey != NULL);
  294. ^~~~~~~~~
  295. ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_privkey_negate’:
  296. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘seckey’ compared to NULL [-Wnonnull-compare]
  297. if (EXPECT(!(cond), 0)) { \
  298. ^
  299. ../native/secp256k1/src/secp256k1.c:430:5: note: in expansion of macro ‘ARG_CHECK’
  300. ARG_CHECK(seckey != NULL);
  301. ^~~~~~~~~
  302. ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_negate’:
  303. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
  304. if (EXPECT(!(cond), 0)) { \
  305. ^
  306. ../native/secp256k1/src/secp256k1.c:443:5: note: in expansion of macro ‘ARG_CHECK’
  307. ARG_CHECK(pubkey != NULL);
  308. ^~~~~~~~~
  309. ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_privkey_tweak_add’:
  310. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘seckey’ compared to NULL [-Wnonnull-compare]
  311. if (EXPECT(!(cond), 0)) { \
  312. ^
  313. ../native/secp256k1/src/secp256k1.c:460:5: note: in expansion of macro ‘ARG_CHECK’
  314. ARG_CHECK(seckey != NULL);
  315. ^~~~~~~~~
  316. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘tweak’ compared to NULL [-Wnonnull-compare]
  317. if (EXPECT(!(cond), 0)) { \
  318. ^
  319. ../native/secp256k1/src/secp256k1.c:461:5: note: in expansion of macro ‘ARG_CHECK’
  320. ARG_CHECK(tweak != NULL);
  321. ^~~~~~~~~
  322. ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_tweak_add’:
  323. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
  324. if (EXPECT(!(cond), 0)) { \
  325. ^
  326. ../native/secp256k1/src/secp256k1.c:484:5: note: in expansion of macro ‘ARG_CHECK’
  327. ARG_CHECK(pubkey != NULL);
  328. ^~~~~~~~~
  329. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘tweak’ compared to NULL [-Wnonnull-compare]
  330. if (EXPECT(!(cond), 0)) { \
  331. ^
  332. ../native/secp256k1/src/secp256k1.c:485:5: note: in expansion of macro ‘ARG_CHECK’
  333. ARG_CHECK(tweak != NULL);
  334. ^~~~~~~~~
  335. ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_privkey_tweak_mul’:
  336. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘seckey’ compared to NULL [-Wnonnull-compare]
  337. if (EXPECT(!(cond), 0)) { \
  338. ^
  339. ../native/secp256k1/src/secp256k1.c:507:5: note: in expansion of macro ‘ARG_CHECK’
  340. ARG_CHECK(seckey != NULL);
  341. ^~~~~~~~~
  342. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘tweak’ compared to NULL [-Wnonnull-compare]
  343. if (EXPECT(!(cond), 0)) { \
  344. ^
  345. ../native/secp256k1/src/secp256k1.c:508:5: note: in expansion of macro ‘ARG_CHECK’
  346. ARG_CHECK(tweak != NULL);
  347. ^~~~~~~~~
  348. ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_tweak_mul’:
  349. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
  350. if (EXPECT(!(cond), 0)) { \
  351. ^
  352. ../native/secp256k1/src/secp256k1.c:530:5: note: in expansion of macro ‘ARG_CHECK’
  353. ARG_CHECK(pubkey != NULL);
  354. ^~~~~~~~~
  355. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘tweak’ compared to NULL [-Wnonnull-compare]
  356. if (EXPECT(!(cond), 0)) { \
  357. ^
  358. ../native/secp256k1/src/secp256k1.c:531:5: note: in expansion of macro ‘ARG_CHECK’
  359. ARG_CHECK(tweak != NULL);
  360. ^~~~~~~~~
  361. ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_combine’:
  362. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘pubnonce’ compared to NULL [-Wnonnull-compare]
  363. if (EXPECT(!(cond), 0)) { \
  364. ^
  365. ../native/secp256k1/src/secp256k1.c:559:5: note: in expansion of macro ‘ARG_CHECK’
  366. ARG_CHECK(pubnonce != NULL);
  367. ^~~~~~~~~
  368. ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘pubnonces’ compared to NULL [-Wnonnull-compare]
  369. if (EXPECT(!(cond), 0)) { \
  370. ^
  371. ../native/secp256k1/src/secp256k1.c:562:5: note: in expansion of macro ‘ARG_CHECK’
  372. ARG_CHECK(pubnonces != NULL);
  373. ^~~~~~~~~
  374. SOLINK_MODULE(target) Release/obj.target/secp256k1.node
  375. COPY Release/secp256k1.node
  376. make: Leaving directory '/home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/tiny-secp256k1/build'
  377.  
  378. ┌──────────────────────────────────────────────────────┐
  379. │ npm update check failed │
  380. │ Try running with sudo or get access │
  381. │ to the local update config store via │
  382. │ sudo chown -R $USER:$(id -gn $USER) /home/pc/.config │
  383. └──────────────────────────────────────────────────────┘
  384.  
  385. > core-js@2.6.9 postinstall /home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/core-js
  386. > node scripts/postinstall || echo "ignore"
  387.  
  388. Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
  389.  
  390. The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
  391. > https://opencollective.com/core-js
  392. > https://www.patreon.com/zloirock
  393.  
  394. Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
  395.  
  396.  
  397. > core-js-pure@3.1.4 postinstall /home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/core-js-pure
  398. > node scripts/postinstall || echo "ignore"
  399.  
  400. Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
  401.  
  402. The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
  403. > https://opencollective.com/core-js
  404. > https://www.patreon.com/zloirock
  405.  
  406. Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
  407.  
  408.  
  409. > electron@1.7.16 postinstall /home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/electron
  410. > node install.js
  411.  
  412. npm notice created a lockfile as package-lock.json. You should commit this file.
  413. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents):
  414. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  415.  
  416. added 924 packages from 763 contributors and audited 8173 packages in 178.224s
  417. found 0 vulnerabilities
  418.  
  419.  
  420. ┌──────────────────────────────────────────────────────┐
  421. │ npm update check failed │
  422. │ Try running with sudo or get access │
  423. │ to the local update config store via │
  424. │ sudo chown -R $USER:$(id -gn $USER) /home/pc/.config │
  425. └──────────────────────────────────────────────────────┘
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement