NoPaste

matrix-appservice-irc

von BeS

SNIPPET_TEXT:
  1. # npm install
  2. npm WARN deprecated jayschema@0.3.2: this project is no longer maintained
  3. npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
  4. npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  5.  
  6. > iconv@2.1.11 install /opt/matrix-appservice-irc/node_modules/iconv
  7. > node-gyp rebuild
  8.  
  9. make: Entering directory '/opt/matrix-appservice-irc/node_modules/iconv/build'
  10.   CC(target) Release/obj.target/libiconv/deps/libiconv/lib/iconv.o
  11.   AR(target) Release/obj.target/iconv.a
  12.   COPY Release/iconv.a
  13.   CXX(target) Release/obj.target/iconv/src/binding.o
  14. In file included from ../../nan/nan.h:182:0,
  15.                  from ../src/binding.cc:18:
  16. ../../nan/nan_maybe_43_inl.h: In function ‘Nan::MaybeLocal<v8::Object> Nan::CloneElementAt(v8::Local<v8::Array>, uint32_t)’:
  17. ../../nan/nan_maybe_43_inl.h:221:58: warning: ‘v8::MaybeLocal<v8::Object> v8::Array::CloneElementAt(v8::Local<v8::Context>, uint32_t)’ is deprecated: Cloning is not supported. [-Wdeprecated-declarations]
  18.    return array->CloneElementAt(GetCurrentContext(), index);
  19.                                                           ^
  20. In file included from /root/.node-gyp/8.11.1/include/node/v8.h:26:0,
  21.                  from /root/.node-gyp/8.11.1/include/node/node.h:63,
  22.                  from ../../nan/nan.h:24,
  23.                  from ../src/binding.cc:18:
  24. /root/.node-gyp/8.11.1/include/node/v8.h:3517:36: note: declared here
  25.                  MaybeLocal<Object> CloneElementAt(Local<Context> context,
  26.                                     ^
  27. /root/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  28.    declarator __attribute__((deprecated(message)))
  29.    ^
  30. In file included from ../../nan/nan_new.h:189:0,
  31.                  from ../../nan/nan.h:188,
  32.                  from ../src/binding.cc:18:
  33. ../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::BooleanObject>::return_t Nan::imp::Factory<v8::BooleanObject>::New(bool)’:
  34. ../../nan/nan_implementation_12_inl.h:40:38: warning: ‘static v8::Local<v8::Value> v8::BooleanObject::New(bool)’ is deprecated: Pass an isolate [-Wdeprecated-declarations]
  35.    return v8::BooleanObject::New(value).As<v8::BooleanObject>();
  36.                                       ^
  37. In file included from /root/.node-gyp/8.11.1/include/node/v8.h:26:0,
  38.                  from /root/.node-gyp/8.11.1/include/node/node.h:63,
  39.                  from ../../nan/nan.h:24,
  40.                  from ../src/binding.cc:18:
  41. /root/.node-gyp/8.11.1/include/node/v8.h:4845:56: note: declared here
  42.    V8_DEPRECATED("Pass an isolate", static Local<Value> New(bool value));
  43.                                                         ^
  44. /root/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  45.    declarator __attribute__((deprecated(message)))
  46.    ^
  47. In file included from ../src/binding.cc:18:0:
  48. ../../nan/nan.h: At global scope:
  49. ../../nan/nan.h:590:20: error: variable or field ‘AddGCEpilogueCallback’ declared void
  50.        v8::Isolate::GCEpilogueCallback callback
  51.                     ^
  52. ../../nan/nan.h:590:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
  53.        v8::Isolate::GCEpilogueCallback callback
  54.        ^
  55. ../../nan/nan.h:591:18: error: expected primary-expression before ‘gc_type_filter’
  56.      , v8::GCType gc_type_filter = v8::kGCTypeAll) {
  57.                   ^
  58. ../../nan/nan.h:596:20: error: variable or field ‘RemoveGCEpilogueCallback’ declared void
  59.        v8::Isolate::GCEpilogueCallback callback) {
  60.                     ^
  61. ../../nan/nan.h:596:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
  62.        v8::Isolate::GCEpilogueCallback callback) {
  63.        ^
  64. ../../nan/nan.h:601:20: error: variable or field ‘AddGCPrologueCallback’ declared void
  65.        v8::Isolate::GCPrologueCallback callback
  66.                     ^
  67. ../../nan/nan.h:601:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
  68.        v8::Isolate::GCPrologueCallback callback
  69.        ^
  70. ../../nan/nan.h:602:18: error: expected primary-expression before ‘gc_type_filter’
  71.      , v8::GCType gc_type_filter = v8::kGCTypeAll) {
  72.                   ^
  73. ../../nan/nan.h:607:20: error: variable or field ‘RemoveGCPrologueCallback’ declared void
  74.        v8::Isolate::GCPrologueCallback callback) {
  75.                     ^
  76. ../../nan/nan.h:607:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
  77.        v8::Isolate::GCPrologueCallback callback) {
  78.        ^
  79. ../../nan/nan.h: In function ‘bool Nan::SetAccessor(v8::Local<v8::Object>, v8::Local<v8::String>, Nan::GetterCallback, Nan::SetterCallback, v8::Local<v8::Value>, v8::AccessControl, v8::PropertyAttribute)’:
  80. ../../nan/nan.h:1933:16: warning: ‘bool v8::Object::SetAccessor(v8::Local<v8::Name>, v8::AccessorNameGetterCallback, v8::AccessorNameSetterCallback, v8::Local<v8::Value>, v8::AccessControl, v8::PropertyAttribute)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  81.      , attribute);
  82.                 ^
  83. In file included from /root/.node-gyp/8.11.1/include/node/v8.h:26:0,
  84.                  from /root/.node-gyp/8.11.1/include/node/node.h:63,
  85.                  from ../../nan/nan.h:24,
  86.                  from ../src/binding.cc:18:
  87. /root/.node-gyp/8.11.1/include/node/v8.h:3187:22: note: declared here
  88.                  bool SetAccessor(Local<Name> name,
  89.                       ^
  90. /root/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  91.    declarator __attribute__((deprecated(message)))
  92.    ^
  93. ../src/binding.cc: In static member function ‘static void {anonymous}::Iconv::Initialize(v8::Handle<v8::Object>)’:
  94. ../src/binding.cc:63:51: warning: ‘static v8::Local<v8::ObjectTemplate> v8::ObjectTemplate::New()’ is deprecated: Use isolate version [-Wdeprecated-declarations]
  95.      Local<ObjectTemplate> t = ObjectTemplate::New();
  96.                                                    ^
  97. In file included from /root/.node-gyp/8.11.1/include/node/v8.h:26:0,
  98.                  from /root/.node-gyp/8.11.1/include/node/node.h:63,
  99.                  from ../../nan/nan.h:24,
  100.                  from ../src/binding.cc:18:
  101. /root/.node-gyp/8.11.1/include/node/v8.h:5706:69: note: declared here
  102.    static V8_DEPRECATED("Use isolate version", Local<ObjectTemplate> New());
  103.                                                                      ^
  104. /root/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  105.    declarator __attribute__((deprecated(message)))
  106.    ^
  107. In file included from ../../nan/nan.h:2078:0,
  108.                  from ../src/binding.cc:18:
  109. ../../nan/nan_weak.h: In instantiation of ‘static void Nan::WeakCallbackInfo<P>::invokeparameter(const v8::WeakCallbackInfo<Nan::WeakCallbackInfo<P> >&) [with T = {anonymous}::Iconv]’:
  110. ../../nan/nan_weak.h:258:35:   required from ‘void Nan::Persistent<T, M>::SetWeak(P*, typename Nan::WeakCallbackInfo<P>::Callback, Nan::WeakCallbackType) [with P = {anonymous}::Iconv; T = v8::Object; M = v8::NonCopyablePersistentTraits<v8::Object>; typename Nan::WeakCallbackInfo<P>::Callback = void (*)(const Nan::WeakCallbackInfo<{anonymous}::Iconv>&); Nan::WeakCallbackType = v8::WeakCallbackType]’
  111. ../src/binding.cc:91:75:   required from here
  112. ../../nan/nan_weak.h:110:3: warning: ‘bool v8::WeakCallbackInfo<T>::IsFirstPass() const [with T = Nan::WeakCallbackInfo<{anonymous}::Iconv>]’ is deprecated: Not realiable once SetSecondPassCallback() was used. [-Wdeprecated-declarations]
  113.    if (data.IsFirstPass()) {
  114.    ^
  115. In file included from /root/.node-gyp/8.11.1/include/node/v8.h:26:0,
  116.                  from /root/.node-gyp/8.11.1/include/node/node.h:63,
  117.                  from ../../nan/nan.h:24,
  118.                  from ../src/binding.cc:18:
  119. /root/.node-gyp/8.11.1/include/node/v8.h:441:22: note: declared here
  120.                  bool IsFirstPass() const) {
  121.                       ^
  122. /root/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  123.    declarator __attribute__((deprecated(message)))
  124.    ^
  125. In file included from ../../nan/nan.h:2078:0,
  126.                  from ../src/binding.cc:18:
  127. ../../nan/nan_weak.h: In instantiation of ‘static void Nan::WeakCallbackInfo<P>::invoketwofield(const v8::WeakCallbackInfo<Nan::WeakCallbackInfo<P> >&) [with T = {anonymous}::Iconv]’:
  128. ../../nan/nan_weak.h:277:35:   required from ‘void Nan::Persistent<T, M>::SetWeak(P*, typename Nan::WeakCallbackInfo<P>::Callback, Nan::WeakCallbackType) [with P = {anonymous}::Iconv; T = v8::Object; M = v8::NonCopyablePersistentTraits<v8::Object>; typename Nan::WeakCallbackInfo<P>::Callback = void (*)(const Nan::WeakCallbackInfo<{anonymous}::Iconv>&); Nan::WeakCallbackType = v8::WeakCallbackType]’
  129. ../src/binding.cc:91:75:   required from here
  130. ../../nan/nan_weak.h:123:3: warning: ‘bool v8::WeakCallbackInfo<T>::IsFirstPass() const [with T = Nan::WeakCallbackInfo<{anonymous}::Iconv>]’ is deprecated: Not realiable once SetSecondPassCallback() was used. [-Wdeprecated-declarations]
  131.    if (data.IsFirstPass()) {
  132.    ^
  133. In file included from /root/.node-gyp/8.11.1/include/node/v8.h:26:0,
  134.                  from /root/.node-gyp/8.11.1/include/node/node.h:63,
  135.                  from ../../nan/nan.h:24,
  136.                  from ../src/binding.cc:18:
  137. /root/.node-gyp/8.11.1/include/node/v8.h:441:22: note: declared here
  138.                  bool IsFirstPass() const) {
  139.                       ^
  140. /root/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  141.    declarator __attribute__((deprecated(message)))
  142.    ^
  143. iconv.target.mk:110: recipe for target 'Release/obj.target/iconv/src/binding.o' failed
  144. make: *** [Release/obj.target/iconv/src/binding.o] Error 1
  145. make: Leaving directory '/opt/matrix-appservice-irc/node_modules/iconv/build'
  146. gyp ERR! build error
  147. gyp ERR! stack Error: `make` failed with exit code: 2
  148. gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23)
  149. gyp ERR! stack     at emitTwo (events.js:126:13)
  150. gyp ERR! stack     at ChildProcess.emit (events.js:214:7)
  151. gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
  152. gyp ERR! System Linux 4.4.0-042stab128.2
  153. gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  154. gyp ERR! cwd /opt/matrix-appservice-irc/node_modules/iconv
  155. gyp ERR! node -v v8.11.1
  156. gyp ERR! node-gyp -v v3.6.2
  157. gyp ERR! not ok
  158.  
  159. > node-icu-charset-detector@0.1.4 install /opt/matrix-appservice-irc/node_modules/node-icu-charset-detector
  160. > node-gyp rebuild
  161.  
  162. make: Entering directory '/opt/matrix-appservice-irc/node_modules/node-icu-charset-detector/build'
  163.   CXX(target) Release/obj.target/node-icu-charset-detector/node-icu-charset-detector.o
  164. In file included from ../../nan/nan.h:182:0,
  165.                  from ../node-icu-charset-detector.cpp:2:
  166. ../../nan/nan_maybe_43_inl.h: In function ‘Nan::MaybeLocal<v8::Object> Nan::CloneElementAt(v8::Local<v8::Array>, uint32_t)’:
  167. ../../nan/nan_maybe_43_inl.h:221:58: warning: ‘v8::MaybeLocal<v8::Object> v8::Array::CloneElementAt(v8::Local<v8::Context>, uint32_t)’ is deprecated: Cloning is not supported. [-Wdeprecated-declarations]
  168.    return array->CloneElementAt(GetCurrentContext(), index);
  169.                                                           ^
  170. In file included from /root/.node-gyp/8.11.1/include/node/v8.h:26:0,
  171.                  from /root/.node-gyp/8.11.1/include/node/node.h:63,
  172.                  from ../node-icu-charset-detector.cpp:1:
  173. /root/.node-gyp/8.11.1/include/node/v8.h:3517:36: note: declared here
  174.                  MaybeLocal<Object> CloneElementAt(Local<Context> context,
  175.                                     ^
  176. /root/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  177.    declarator __attribute__((deprecated(message)))
  178.    ^
  179. In file included from ../../nan/nan_new.h:189:0,
  180.                  from ../../nan/nan.h:188,
  181.                  from ../node-icu-charset-detector.cpp:2:
  182. ../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::BooleanObject>::return_t Nan::imp::Factory<v8::BooleanObject>::New(bool)’:
  183. ../../nan/nan_implementation_12_inl.h:40:38: warning: ‘static v8::Local<v8::Value> v8::BooleanObject::New(bool)’ is deprecated: Pass an isolate [-Wdeprecated-declarations]
  184.    return v8::BooleanObject::New(value).As<v8::BooleanObject>();
  185.                                       ^
  186. In file included from /root/.node-gyp/8.11.1/include/node/v8.h:26:0,
  187.                  from /root/.node-gyp/8.11.1/include/node/node.h:63,
  188.                  from ../node-icu-charset-detector.cpp:1:
  189. /root/.node-gyp/8.11.1/include/node/v8.h:4845:56: note: declared here
  190.    V8_DEPRECATED("Pass an isolate", static Local<Value> New(bool value));
  191.                                                         ^
  192. /root/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  193.    declarator __attribute__((deprecated(message)))
  194.    ^
  195. In file included from ../node-icu-charset-detector.cpp:2:0:
  196. ../../nan/nan.h: At global scope:
  197. ../../nan/nan.h:590:20: error: variable or field ‘AddGCEpilogueCallback’ declared void
  198.        v8::Isolate::GCEpilogueCallback callback
  199.                     ^
  200. ../../nan/nan.h:590:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
  201.        v8::Isolate::GCEpilogueCallback callback
  202.        ^
  203. ../../nan/nan.h:591:18: error: expected primary-expression before ‘gc_type_filter’
  204.      , v8::GCType gc_type_filter = v8::kGCTypeAll) {
  205.                   ^
  206. ../../nan/nan.h:596:20: error: variable or field ‘RemoveGCEpilogueCallback’ declared void
  207.        v8::Isolate::GCEpilogueCallback callback) {
  208.                     ^
  209. ../../nan/nan.h:596:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
  210.        v8::Isolate::GCEpilogueCallback callback) {
  211.        ^
  212. ../../nan/nan.h:601:20: error: variable or field ‘AddGCPrologueCallback’ declared void
  213.        v8::Isolate::GCPrologueCallback callback
  214.                     ^
  215. ../../nan/nan.h:601:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
  216.        v8::Isolate::GCPrologueCallback callback
  217.        ^
  218. ../../nan/nan.h:602:18: error: expected primary-expression before ‘gc_type_filter’
  219.      , v8::GCType gc_type_filter = v8::kGCTypeAll) {
  220.                   ^
  221. ../../nan/nan.h:607:20: error: variable or field ‘RemoveGCPrologueCallback’ declared void
  222.        v8::Isolate::GCPrologueCallback callback) {
  223.                     ^
  224. ../../nan/nan.h:607:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
  225.        v8::Isolate::GCPrologueCallback callback) {
  226.        ^
  227. ../../nan/nan.h: In function ‘bool Nan::SetAccessor(v8::Local<v8::Object>, v8::Local<v8::String>, Nan::GetterCallback, Nan::SetterCallback, v8::Local<v8::Value>, v8::AccessControl, v8::PropertyAttribute)’:
  228. ../../nan/nan.h:1933:16: warning: ‘bool v8::Object::SetAccessor(v8::Local<v8::Name>, v8::AccessorNameGetterCallback, v8::AccessorNameSetterCallback, v8::Local<v8::Value>, v8::AccessControl, v8::PropertyAttribute)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  229.      , attribute);
  230.                 ^
  231. In file included from /root/.node-gyp/8.11.1/include/node/v8.h:26:0,
  232.                  from /root/.node-gyp/8.11.1/include/node/node.h:63,
  233.                  from ../node-icu-charset-detector.cpp:1:
  234. /root/.node-gyp/8.11.1/include/node/v8.h:3187:22: note: declared here
  235.                  bool SetAccessor(Local<Name> name,
  236.                       ^
  237. /root/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  238.    declarator __attribute__((deprecated(message)))
  239.    ^
  240. node-icu-charset-detector.target.mk:93: recipe for target 'Release/obj.target/node-icu-charset-detector/node-icu-charset-detector.o' failed
  241. make: *** [Release/obj.target/node-icu-charset-detector/node-icu-charset-detector.o] Error 1
  242. make: Leaving directory '/opt/matrix-appservice-irc/node_modules/node-icu-charset-detector/build'
  243. gyp ERR! build error
  244. gyp ERR! stack Error: `make` failed with exit code: 2
  245. gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23)
  246. gyp ERR! stack     at emitTwo (events.js:126:13)
  247. gyp ERR! stack     at ChildProcess.emit (events.js:214:7)
  248. gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
  249. gyp ERR! System Linux 4.4.0-042stab128.2
  250. gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  251. gyp ERR! cwd /opt/matrix-appservice-irc/node_modules/node-icu-charset-detector
  252. gyp ERR! node -v v8.11.1
  253. gyp ERR! node-gyp -v v3.6.2
  254. gyp ERR! not ok
  255. npm notice created a lockfile as package-lock.json. You should commit this file.
  256. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: iconv@2.1.11 (node_modules/iconv):
  257. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: iconv@2.1.11 install: `node-gyp rebuild`
  258. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
  259. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: node-icu-charset-detector@0.1.4 (node_modules/node-icu-charset-detector):
  260. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: node-icu-charset-detector@0.1.4 install: `node-gyp rebuild`
  261. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
  262.  
  263. added 500 packages in 34.03s

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN