Created
December 5, 2015 21:38
-
-
Save tloudon/fbf1667e2a1276024bd3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] install /var/www/codecombat/node_modules/bufferutil | |
> node-gyp rebuild | |
make: Entering directory `/var/www/codecombat/node_modules/bufferutil/build' | |
CXX(target) Release/obj.target/bufferutil/src/bufferutil.o | |
In file included from ../src/bufferutil.cc:16:0: | |
../node_modules/nan/nan.h:261:25: error: redefinition of ‘template<class T> v8::Local<T> _NanEnsureLocal(v8::Local<T>)’ | |
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) { | |
^ | |
../node_modules/nan/nan.h:256:25: error: ‘template<class T> v8::Local<T> _NanEnsureLocal(v8::Handle<T>)’ previously declared here | |
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Handle<T> val) { | |
^ | |
../node_modules/nan/nan.h:661:13: error: ‘node::smalloc’ has not been declared | |
, node::smalloc::FreeCallback callback | |
^ | |
../node_modules/nan/nan.h:661:35: error: expected ‘,’ or ‘...’ before ‘callback’ | |
, node::smalloc::FreeCallback callback | |
^ | |
../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanNewBufferHandle(char*, size_t, int)’: | |
../node_modules/nan/nan.h:665:50: error: ‘callback’ was not declared in this scope | |
v8::Isolate::GetCurrent(), data, length, callback, hint); | |
^ | |
../node_modules/nan/nan.h:665:60: error: ‘hint’ was not declared in this scope | |
v8::Isolate::GetCurrent(), data, length, callback, hint); | |
^ | |
../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanNewBufferHandle(const char*, uint32_t)’: | |
../node_modules/nan/nan.h:672:67: error: call of overloaded ‘New(v8::Isolate*, const char*&, uint32_t&)’ is ambiguous | |
return node::Buffer::New(v8::Isolate::GetCurrent(), data, size); | |
^ | |
../node_modules/nan/nan.h:672:67: note: candidates are: | |
In file included from ../src/bufferutil.cc:10:0: | |
/root/.node-gyp/5.1.0/include/node/node_buffer.h:31:40: note: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, v8::Local<v8::String>, node::encoding) <near match> | |
NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate, | |
^ | |
/root/.node-gyp/5.1.0/include/node/node_buffer.h:31:40: note: no known conversion for argument 3 from ‘uint32_t {aka unsigned int}’ to ‘node::encoding’ | |
/root/.node-gyp/5.1.0/include/node/node_buffer.h:43:40: note: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, char*, size_t) <near match> | |
NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate, | |
^ | |
/root/.node-gyp/5.1.0/include/node/node_buffer.h:43:40: note: no known conversion for argument 2 from ‘const char*’ to ‘char*’ | |
In file included from ../src/bufferutil.cc:16:0: | |
../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanNewBufferHandle(uint32_t)’: | |
../node_modules/nan/nan.h:676:61: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), ((size_t)size))’ from ‘v8::MaybeLocal<v8::Object>’ to ‘v8::Local<v8::Object>’ | |
return node::Buffer::New(v8::Isolate::GetCurrent(), size); | |
^ | |
../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanBufferUse(char*, uint32_t)’: | |
../node_modules/nan/nan.h:683:12: error: ‘Use’ is not a member of ‘node::Buffer’ | |
return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size); | |
^ | |
make: *** [Release/obj.target/bufferutil/src/bufferutil.o] Error 1 | |
make: Leaving directory `/var/www/codecombat/node_modules/bufferutil/build' | |
gyp ERR! build error | |
gyp ERR! stack Error: `make` failed with exit code: 2 | |
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23) | |
gyp ERR! stack at emitTwo (events.js:87:13) | |
gyp ERR! stack at ChildProcess.emit (events.js:172:7) | |
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) | |
gyp ERR! System Linux 3.13.0-43-generic | |
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" | |
gyp ERR! cwd /var/www/codecombat/node_modules/bufferutil | |
gyp ERR! node -v v5.1.0 | |
gyp ERR! node-gyp -v v3.2.0 | |
gyp ERR! not ok | |
npm WARN install:[email protected] [email protected] install: `node-gyp rebuild` | |
npm WARN install:[email protected] Exit status 1 | |
> [email protected] install /var/www/codecombat/node_modules/utf-8-validate | |
> node-gyp rebuild | |
make: Entering directory `/var/www/codecombat/node_modules/utf-8-validate/build' | |
CXX(target) Release/obj.target/validation/src/validation.o | |
In file included from ../src/validation.cc:15:0: | |
../node_modules/nan/nan.h:261:25: error: redefinition of ‘template<class T> v8::Local<T> _NanEnsureLocal(v8::Local<T>)’ | |
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) { | |
^ | |
../node_modules/nan/nan.h:256:25: error: ‘template<class T> v8::Local<T> _NanEnsureLocal(v8::Handle<T>)’ previously declared here | |
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Handle<T> val) { | |
^ | |
../node_modules/nan/nan.h:661:13: error: ‘node::smalloc’ has not been declared | |
, node::smalloc::FreeCallback callback | |
^ | |
../node_modules/nan/nan.h:661:35: error: expected ‘,’ or ‘...’ before ‘callback’ | |
, node::smalloc::FreeCallback callback | |
^ | |
../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanNewBufferHandle(char*, size_t, int)’: | |
../node_modules/nan/nan.h:665:50: error: ‘callback’ was not declared in this scope | |
v8::Isolate::GetCurrent(), data, length, callback, hint); | |
^ | |
../node_modules/nan/nan.h:665:60: error: ‘hint’ was not declared in this scope | |
v8::Isolate::GetCurrent(), data, length, callback, hint); | |
^ | |
../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanNewBufferHandle(const char*, uint32_t)’: | |
../node_modules/nan/nan.h:672:67: error: call of overloaded ‘New(v8::Isolate*, const char*&, uint32_t&)’ is ambiguous | |
return node::Buffer::New(v8::Isolate::GetCurrent(), data, size); | |
^ | |
../node_modules/nan/nan.h:672:67: note: candidates are: | |
In file included from ../src/validation.cc:10:0: | |
/root/.node-gyp/5.1.0/include/node/node_buffer.h:31:40: note: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, v8::Local<v8::String>, node::encoding) <near match> | |
NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate, | |
^ | |
/root/.node-gyp/5.1.0/include/node/node_buffer.h:31:40: note: no known conversion for argument 3 from ‘uint32_t {aka unsigned int}’ to ‘node::encoding’ | |
/root/.node-gyp/5.1.0/include/node/node_buffer.h:43:40: note: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, char*, size_t) <near match> | |
NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate, | |
^ | |
/root/.node-gyp/5.1.0/include/node/node_buffer.h:43:40: note: no known conversion for argument 2 from ‘const char*’ to ‘char*’ | |
In file included from ../src/validation.cc:15:0: | |
../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanNewBufferHandle(uint32_t)’: | |
../node_modules/nan/nan.h:676:61: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), ((size_t)size))’ from ‘v8::MaybeLocal<v8::Object>’ to ‘v8::Local<v8::Object>’ | |
return node::Buffer::New(v8::Isolate::GetCurrent(), size); | |
^ | |
../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanBufferUse(char*, uint32_t)’: | |
../node_modules/nan/nan.h:683:12: error: ‘Use’ is not a member of ‘node::Buffer’ | |
return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size); | |
^ | |
make: *** [Release/obj.target/validation/src/validation.o] Error 1 | |
make: Leaving directory `/var/www/codecombat/node_modules/utf-8-validate/build' | |
gyp ERR! build error | |
gyp ERR! stack Error: `make` failed with exit code: 2 | |
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23) | |
gyp ERR! stack at emitTwo (events.js:87:13) | |
gyp ERR! stack at ChildProcess.emit (events.js:172:7) | |
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) | |
gyp ERR! System Linux 3.13.0-43-generic | |
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" | |
gyp ERR! cwd /var/www/codecombat/node_modules/utf-8-validate | |
gyp ERR! node -v v5.1.0 | |
gyp ERR! node-gyp -v v3.2.0 | |
gyp ERR! not ok | |
npm WARN install:[email protected] [email protected] install: `node-gyp rebuild` | |
npm WARN install:[email protected] Exit status 1 | |
> [email protected] install /var/www/codecombat/node_modules/webworker-threads | |
> node-gyp rebuild | |
make: Entering directory `/var/www/codecombat/node_modules/webworker-threads/build' | |
CXX(target) Release/obj.target/WebWorkerThreads/src/WebWorkerThreads.o | |
In file included from ../src/WebWorkerThreads.cc:38:0: | |
../src/bson.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BSON::BSONDeserialize(Nan::NAN_METHOD_ARGS_TYPE)’: | |
../src/bson.cc:796:51: warning: ‘ssize_t node::DecodeBytes(v8::Local<v8::Value>, node::encoding)’ is deprecated (declared at /root/.node-gyp/5.1.0/include/node/node.h:317): Use DecodeBytes(isolate, ...) [-Wdeprecated-declarations] | |
intptr_t len = DecodeBytes(info[0], BINARY); | |
^ | |
../src/bson.cc:803:47: warning: ‘ssize_t node::DecodeWrite(char*, size_t, v8::Local<v8::Value>, node::encoding)’ is deprecated (declared at /root/.node-gyp/5.1.0/include/node/node.h:330): Use DecodeWrite(isolate, ...) [-Wdeprecated-declarations] | |
DecodeWrite(data, len, info[0], BINARY); | |
^ | |
In file included from ../src/WebWorkerThreads.cc:38:0: | |
../src/bson.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BSON::BSONSerialize(Nan::NAN_METHOD_ARGS_TYPE)’: | |
../src/bson.cc:897:73: warning: ‘v8::Local<v8::Value> node::Encode(const void*, size_t, node::encoding)’ is deprecated (declared at /root/.node-gyp/5.1.0/include/node/node.h:298): Use Encode(isolate, ...) [-Wdeprecated-declarations] | |
Local<Value> bin_value = Encode(serialized_object, object_size, BINARY)->ToString(); | |
^ | |
../src/WebWorkerThreads.cc: In function ‘void* aThread(void*)’: | |
../src/WebWorkerThreads.cc:231:33: error: no matching function for call to ‘v8::Isolate::New()’ | |
thread->isolate= Isolate::New(); | |
^ | |
../src/WebWorkerThreads.cc:231:33: note: candidate is: | |
In file included from ../src/WebWorkerThreads.cc:5:0: | |
/root/.node-gyp/5.1.0/include/node/v8.h:5363:19: note: static v8::Isolate* v8::Isolate::New(const v8::Isolate::CreateParams&) | |
static Isolate* New(const CreateParams& params); | |
^ | |
/root/.node-gyp/5.1.0/include/node/v8.h:5363:19: note: candidate expects 1 argument, 0 provided | |
../src/WebWorkerThreads.cc: In function ‘void Callback(uv_async_t*, int)’: | |
../src/WebWorkerThreads.cc:540:37: warning: ‘void node::FatalException(const v8::TryCatch&)’ is deprecated (declared at /root/.node-gyp/5.1.0/include/node/node.h:282): Use FatalException(isolate, ...) [-Wdeprecated-declarations] | |
node::FatalException(onError); | |
^ | |
make: *** [Release/obj.target/WebWorkerThreads/src/WebWorkerThreads.o] Error 1 | |
make: Leaving directory `/var/www/codecombat/node_modules/webworker-threads/build' | |
gyp ERR! build error | |
gyp ERR! stack Error: `make` failed with exit code: 2 | |
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23) | |
gyp ERR! stack at emitTwo (events.js:87:13) | |
gyp ERR! stack at ChildProcess.emit (events.js:172:7) | |
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) | |
gyp ERR! System Linux 3.13.0-43-generic | |
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" | |
gyp ERR! cwd /var/www/codecombat/node_modules/webworker-threads | |
gyp ERR! node -v v5.1.0 | |
gyp ERR! node-gyp -v v3.2.0 | |
gyp ERR! not ok | |
npm WARN install:[email protected] [email protected] install: `node-gyp rebuild` | |
npm WARN install:[email protected] Exit status 1 | |
npm WARN lifecycle codecombat@~postinstall: cannot run in wd %s %s (wd=%s) codecombat@ bower install && brunch build --env fast /var/www/codecombat | |
npm WARN optional Skipping failed optional dependency /chokidar/fsevents: | |
npm WARN notsup Not compatible with your operating system or architecture: [email protected] | |
npm WARN [email protected] requires a peer of kerberos@~0.0 but none was installed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment