Advertisement
PTirc

Untitled

Sep 1st, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.89 KB | None | 0 0
  1. npm install --production
  2. npm WARN deprecated hoek@2.16.3: The major version is no longer supported. Please update to 4.x or newer
  3.  
  4. > bufferutil@2.0.1 install /root/quassel-webserver/node_modules/bufferutil
  5. > prebuild-install || node-gyp rebuild
  6.  
  7. prebuild-install info begin Prebuild-install version 2.1.2
  8. prebuild-install info looking for local prebuild @ prebuilds/bufferutil-v2.0.1-node-v64-linux-x64.tar.gz
  9. prebuild-install info looking for cached prebuild @ /root/.npm/_prebuilds/https-github.com-websockets-bufferutil-releases-download-v2.0.1-bufferutil-v2.0.1-node-v64-linux-x64.tar.gz
  10. prebuild-install http request GET https://github.com/websockets/bufferutil/releases/download/v2.0.1/bufferutil-v2.0.1-node-v64-linux-x64.tar.gz
  11. prebuild-install http 404 https://github.com/websockets/bufferutil/releases/download/v2.0.1/bufferutil-v2.0.1-node-v64-linux-x64.tar.gz
  12. prebuild-install WARN install No prebuilt binaries found (target=10.9.0 runtime=node arch=x64 platform=linux)
  13. make: Entering directory '/root/quassel-webserver/node_modules/bufferutil/build'
  14.   CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
  15. In file included from ../../nan/nan.h:190:0,
  16.                  from ../src/bufferutil.cc:7:
  17. ../../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)’:
  18. ../../nan/nan_maybe_43_inl.h:112:15: error: ‘class v8::Object’ has no member named ‘ForceSet’
  19.    return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);
  20.                ^~~~~~~~
  21. In file included from ../src/bufferutil.cc:7:0:
  22. ../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
  23. ../../nan/nan.h:833: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]
  24.          v8::Isolate::GetCurrent(), target, func, argc, argv);
  25.                                                             ^
  26. In file included from ../../nan/nan.h:47:0,
  27.                  from ../src/bufferutil.cc:7:
  28. /root/.node-gyp/10.9.0/include/node/node.h:172:50: note: declared here
  29.                  NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  30.                                                   ^
  31. /root/.node-gyp/10.9.0/include/node/node.h:88:42: note: in definition of macro ‘NODE_DEPRECATED’
  32.      __attribute__((deprecated(message))) declarator
  33.                                           ^~~~~~~~~~
  34. In file included from ../src/bufferutil.cc:7:0:
  35. ../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
  36. ../../nan/nan.h:848: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]
  37.          v8::Isolate::GetCurrent(), target, symbol, argc, argv);
  38.                                                               ^
  39. In file included from ../../nan/nan.h:47:0,
  40.                  from ../src/bufferutil.cc:7:
  41. /root/.node-gyp/10.9.0/include/node/node.h:165:50: note: declared here
  42.                  NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  43.                                                   ^
  44. /root/.node-gyp/10.9.0/include/node/node.h:88:42: note: in definition of macro ‘NODE_DEPRECATED’
  45.      __attribute__((deprecated(message))) declarator
  46.                                           ^~~~~~~~~~
  47. In file included from ../src/bufferutil.cc:7:0:
  48. ../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
  49. ../../nan/nan.h:863: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]
  50.          v8::Isolate::GetCurrent(), target, method, argc, argv);
  51.                                                               ^
  52. In file included from ../../nan/nan.h:47:0,
  53.                  from ../src/bufferutil.cc:7:
  54. /root/.node-gyp/10.9.0/include/node/node.h:158:50: note: declared here
  55.                  NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  56.                                                   ^
  57. /root/.node-gyp/10.9.0/include/node/node.h:88:42: note: in definition of macro ‘NODE_DEPRECATED’
  58.      __attribute__((deprecated(message))) declarator
  59.                                           ^~~~~~~~~~
  60. In file included from ../src/bufferutil.cc:7:0:
  61. ../../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’:
  62. ../../nan/nan.h:1477: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]
  63.      ));
  64.      ^
  65. In file included from ../../nan/nan.h:47:0,
  66.                  from ../src/bufferutil.cc:7:
  67. /root/.node-gyp/10.9.0/include/node/node.h:172:50: note: declared here
  68.                  NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  69.                                                   ^
  70. /root/.node-gyp/10.9.0/include/node/node.h:88:42: note: in definition of macro ‘NODE_DEPRECATED’
  71.      __attribute__((deprecated(message))) declarator
  72.                                           ^~~~~~~~~~
  73. bufferutil.target.mk:101: recipe for target 'Release/obj.target/bufferutil/src/bufferutil.o' failed
  74. make: *** [Release/obj.target/bufferutil/src/bufferutil.o] Error 1
  75. make: Leaving directory '/root/quassel-webserver/node_modules/bufferutil/build'
  76. gyp ERR! build error
  77. gyp ERR! stack Error: `make` failed with exit code: 2
  78. gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
  79. gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
  80. gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:239:12)
  81. gyp ERR! System Linux 4.15.0-32-generic
  82. gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  83. gyp ERR! cwd /root/quassel-webserver/node_modules/bufferutil
  84. gyp ERR! node -v v10.9.0
  85. gyp ERR! node-gyp -v v3.7.0
  86. gyp ERR! not ok
  87. npm ERR! code ELIFECYCLE
  88. npm ERR! errno 1
  89. npm ERR! bufferutil@2.0.1 install: `prebuild-install || node-gyp rebuild`
  90. npm ERR! Exit status 1
  91. npm ERR!
  92. npm ERR! Failed at the bufferutil@2.0.1 install script.
  93. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  94.  
  95. ##########################
  96.  
  97. The full error log is in this URL: http://paste.ubuntu.com/p/3ZysnWKC7q/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement