Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.39 KB | None | 0 0
  1. npm WARN deprecated fsevents@1.2.9: One of your dependencies needs to upgrade to fsevents v2: 1) Proper nodejs v10+ support 2) No more fetching binaries from AWS, smaller package size
  2.  
  3. > dtrace-provider@0.8.3 install /srv/daemon/node_modules/dtrace-provider
  4. > node scripts/install.js
  5.  
  6.  
  7. > mmmagic@0.5.0 install /srv/daemon/node_modules/mmmagic
  8. > node-gyp rebuild
  9.  
  10. make: Entering directory '/srv/daemon/node_modules/mmmagic/build'
  11. CC(target) Release/obj.target/libmagic/deps/libmagic/src/apprentice.o
  12. CC(target) Release/obj.target/libmagic/deps/libmagic/src/apptype.o
  13. CC(target) Release/obj.target/libmagic/deps/libmagic/src/ascmagic.o
  14. CC(target) Release/obj.target/libmagic/deps/libmagic/src/cdf.o
  15. CC(target) Release/obj.target/libmagic/deps/libmagic/src/cdf_time.o
  16. CC(target) Release/obj.target/libmagic/deps/libmagic/src/compress.o
  17. CC(target) Release/obj.target/libmagic/deps/libmagic/src/der.o
  18. CC(target) Release/obj.target/libmagic/deps/libmagic/src/encoding.o
  19. CC(target) Release/obj.target/libmagic/deps/libmagic/src/fsmagic.o
  20. ../deps/libmagic/src/fsmagic.c: In function ‘file_fsmagic’:
  21. ../deps/libmagic/src/fsmagic.c:223:13: warning: In the GNU C Library, "major" is defined
  22. by <sys/sysmacros.h>. For historical compatibility, it is
  23. currently defined by <sys/types.h> as well, but we plan to
  24. remove this soon. To use "major", include <sys/sysmacros.h>
  25. directly. If you did not intend to use a system-defined macro
  26. "major", you should undefine it after including <sys/types.h>.
  27. COMMA, (long)major(sb->st_rdev),
  28. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  29. ../deps/libmagic/src/fsmagic.c:224:13: warning: In the GNU C Library, "minor" is defined
  30. by <sys/sysmacros.h>. For historical compatibility, it is
  31. currently defined by <sys/types.h> as well, but we plan to
  32. remove this soon. To use "minor", include <sys/sysmacros.h>
  33. directly. If you did not intend to use a system-defined macro
  34. "minor", you should undefine it after including <sys/types.h>.
  35. (long)minor(sb->st_rdev)) == -1)
  36. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  37. ../deps/libmagic/src/fsmagic.c:258:13: warning: In the GNU C Library, "major" is defined
  38. by <sys/sysmacros.h>. For historical compatibility, it is
  39. currently defined by <sys/types.h> as well, but we plan to
  40. remove this soon. To use "major", include <sys/sysmacros.h>
  41. directly. If you did not intend to use a system-defined macro
  42. "major", you should undefine it after including <sys/types.h>.
  43. COMMA, (long)major(sb->st_rdev),
  44. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  45. ../deps/libmagic/src/fsmagic.c:259:13: warning: In the GNU C Library, "minor" is defined
  46. by <sys/sysmacros.h>. For historical compatibility, it is
  47. currently defined by <sys/types.h> as well, but we plan to
  48. remove this soon. To use "minor", include <sys/sysmacros.h>
  49. directly. If you did not intend to use a system-defined macro
  50. "minor", you should undefine it after including <sys/types.h>.
  51. (long)minor(sb->st_rdev)) == -1)
  52. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  53. CC(target) Release/obj.target/libmagic/deps/libmagic/src/funcs.o
  54. CC(target) Release/obj.target/libmagic/deps/libmagic/src/is_tar.o
  55. CC(target) Release/obj.target/libmagic/deps/libmagic/src/magic.o
  56. CC(target) Release/obj.target/libmagic/deps/libmagic/src/print.o
  57. CC(target) Release/obj.target/libmagic/deps/libmagic/src/readcdf.o
  58. CC(target) Release/obj.target/libmagic/deps/libmagic/src/readelf.o
  59. CC(target) Release/obj.target/libmagic/deps/libmagic/src/softmagic.o
  60. CC(target) Release/obj.target/libmagic/deps/libmagic/src/fmtcheck.o
  61. CC(target) Release/obj.target/libmagic/deps/libmagic/src/strlcat.o
  62. CC(target) Release/obj.target/libmagic/deps/libmagic/src/strlcpy.o
  63. AR(target) Release/obj.target/deps/libmagic/magic.a
  64. COPY Release/magic.a
  65. CXX(target) Release/obj.target/magic/src/binding.o
  66. ../src/binding.cc: In static member function ‘static void Magic::New(const Nan::FunctionCallbackInfo<v8::Value>&)’:
  67. ../src/binding.cc:83:45: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  68. magic_flags = args[1]->Int32Value();
  69. ^
  70. In file included from /root/.cache/node-gyp/10.17.0/include/node/v8.h:26:0,
  71. from /root/.cache/node-gyp/10.17.0/include/node/node.h:63,
  72. from ../src/binding.cc:1:
  73. /root/.cache/node-gyp/10.17.0/include/node/v8.h:2478:46: note: declared here
  74. V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
  75. ^
  76. /root/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
  77. declarator __attribute__((deprecated(message)))
  78. ^~~~~~~~~~
  79. ../src/binding.cc:91:52: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
  80. String::Utf8Value str(args[0]->ToString());
  81. ^
  82. In file included from /root/.cache/node-gyp/10.17.0/include/node/v8.h:26:0,
  83. from /root/.cache/node-gyp/10.17.0/include/node/node.h:63,
  84. from ../src/binding.cc:1:
  85. /root/.cache/node-gyp/10.17.0/include/node/v8.h:2892:28: note: declared here
  86. explicit Utf8Value(Local<v8::Value> obj));
  87. ^
  88. /root/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
  89. declarator __attribute__((deprecated(message)))
  90. ^~~~~~~~~~
  91. ../src/binding.cc:94:45: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  92. magic_flags = args[0]->Int32Value();
  93. ^
  94. In file included from /root/.cache/node-gyp/10.17.0/include/node/v8.h:26:0,
  95. from /root/.cache/node-gyp/10.17.0/include/node/node.h:63,
  96. from ../src/binding.cc:1:
  97. /root/.cache/node-gyp/10.17.0/include/node/v8.h:2478:46: note: declared here
  98. V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
  99. ^
  100. /root/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
  101. declarator __attribute__((deprecated(message)))
  102. ^~~~~~~~~~
  103. ../src/binding.cc: In static member function ‘static void Magic::DetectFile(const Nan::FunctionCallbackInfo<v8::Value>&)’:
  104. ../src/binding.cc:120:48: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
  105. String::Utf8Value str(args[0]->ToString());
  106. ^
  107. In file included from /root/.cache/node-gyp/10.17.0/include/node/v8.h:26:0,
  108. from /root/.cache/node-gyp/10.17.0/include/node/node.h:63,
  109. from ../src/binding.cc:1:
  110. /root/.cache/node-gyp/10.17.0/include/node/v8.h:2892:28: note: declared here
  111. explicit Utf8Value(Local<v8::Value> obj));
  112. ^
  113. /root/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
  114. declarator __attribute__((deprecated(message)))
  115. ^~~~~~~~~~
  116. ../src/binding.cc: In static member function ‘static void Magic::DetectAfter(uv_work_t*)’:
  117. ../src/binding.cc:274:38: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
  118. baton->callback->Call(1, argv);
  119. ^
  120. In file included from ../src/binding.cc:3:0:
  121. ../node_modules/nan/nan.h:1618:3: note: declared here
  122. Call(int argc, v8::Local<v8::Value> argv[]) const {
  123. ^~~~
  124. ../src/binding.cc:321:38: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
  125. baton->callback->Call(2, argv);
  126. ^
  127. In file included from ../src/binding.cc:3:0:
  128. ../node_modules/nan/nan.h:1618:3: note: declared here
  129. Call(int argc, v8::Local<v8::Value> argv[]) const {
  130. ^~~~
  131. ../src/binding.cc: In static member function ‘static void Magic::SetFallback(const Nan::FunctionCallbackInfo<v8::Value>&)’:
  132. ../src/binding.cc:337:50: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
  133. String::Utf8Value str(args[0]->ToString());
  134. ^
  135. In file included from /root/.cache/node-gyp/10.17.0/include/node/v8.h:26:0,
  136. from /root/.cache/node-gyp/10.17.0/include/node/node.h:63,
  137. from ../src/binding.cc:1:
  138. /root/.cache/node-gyp/10.17.0/include/node/v8.h:2892:28: note: declared here
  139. explicit Utf8Value(Local<v8::Value> obj));
  140. ^
  141. /root/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
  142. declarator __attribute__((deprecated(message)))
  143. ^~~~~~~~~~
  144. SOLINK_MODULE(target) Release/obj.target/magic.node
  145. COPY Release/magic.node
  146. make: Leaving directory '/srv/daemon/node_modules/mmmagic/build'
  147. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents):
  148. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  149.  
  150. added 418 packages from 470 contributors and audited 3006 packages in 12.456s
  151. found 28 vulnerabilities (19 low, 3 moderate, 6 high)
  152. run `npm audit fix` to fix them, or `npm audit` for details
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement