Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- make: Entering directory `/home/ubuntu/grooform/fungroo/node_modules/bcrypt/build'
- g++ '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/ubuntu/.node-gyp/0.11.12/src -I/home/ubuntu/.node-gyp/0.11.12/deps/uv/include -I/home/ubuntu/.node-gyp/0.11.12/deps/v8/include -I../node_modules/nan -pthread -Wall -Wextra -Wno-unused-parameter -m32 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-tree-sink -fno-omit-frame-pointer -fno-rtti -fno-exceptions -MMD -MF ./Release/.deps/Release/obj.target/bcrypt_lib/src/blowfish.o.d.raw -c -o Release/obj.target/bcrypt_lib/src/blowfish.o ../src/blowfish.cc
- g++ '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/ubuntu/.node-gyp/0.11.12/src -I/home/ubuntu/.node-gyp/0.11.12/deps/uv/include -I/home/ubuntu/.node-gyp/0.11.12/deps/v8/include -I../node_modules/nan -pthread -Wall -Wextra -Wno-unused-parameter -m32 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-tree-sink -fno-omit-frame-pointer -fno-rtti -fno-exceptions -MMD -MF ./Release/.deps/Release/obj.target/bcrypt_lib/src/bcrypt.o.d.raw -c -o Release/obj.target/bcrypt_lib/src/bcrypt.o ../src/bcrypt.cc
- g++ '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/ubuntu/.node-gyp/0.11.12/src -I/home/ubuntu/.node-gyp/0.11.12/deps/uv/include -I/home/ubuntu/.node-gyp/0.11.12/deps/v8/include -I../node_modules/nan -pthread -Wall -Wextra -Wno-unused-parameter -m32 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-tree-sink -fno-omit-frame-pointer -fno-rtti -fno-exceptions -MMD -MF ./Release/.deps/Release/obj.target/bcrypt_lib/src/bcrypt_node.o.d.raw -c -o Release/obj.target/bcrypt_lib/src/bcrypt_node.o ../src/bcrypt_node.cc
- In file included from ../src/bcrypt_node.cc:31:0:
- ../node_modules/nan/nan.h: In function 'v8::Local<v8::Signature> NanNew(v8::Handle<v8::FunctionTemplate>, int, v8::Handle<v8::FunctionTemplate>*)':
- ../node_modules/nan/nan.h:189:78: error: no matching function for call to 'v8::Signature::New(v8::Isolate*&, v8::Handle<v8::FunctionTemplate>&, int&, v8::Handle<v8::FunctionTemplate>*&)'
- ../node_modules/nan/nan.h:189:78: note: candidate is:
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:3585:27: note: static v8::Local<v8::Signature> v8::Signature::New(v8::Handle<v8::FunctionTemplate>, int, v8::Handle<v8::FunctionTemplate>*)
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:3585:27: note: candidate expects 3 arguments, 4 provided
- ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew() [with T = v8::Array]':
- ../node_modules/nan/nan.h:217:52: error: invalid conversion from 'v8::Isolate*' to 'int' [-fpermissive]
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2335:23: error: initializing argument 1 of 'static v8::Local<v8::Array> v8::Array::New(int)' [-fpermissive]
- ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Array, P = int]':
- ../node_modules/nan/nan.h:222:60: error: no matching function for call to 'v8::Array::New(v8::Isolate*, int&)'
- ../node_modules/nan/nan.h:222:60: note: candidate is:
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2335:23: note: static v8::Local<v8::Array> v8::Array::New(int)
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2335:23: note: candidate expects 1 argument, 2 provided
- ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Date, P = double]':
- ../node_modules/nan/nan.h:227:57: error: no matching function for call to 'v8::Date::New(v8::Isolate*, double&)'
- ../node_modules/nan/nan.h:227:57: note: candidate is:
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2866:23: note: static v8::Local<v8::Value> v8::Date::New(double)
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2866:23: note: candidate expects 1 argument, 2 provided
- ../node_modules/nan/nan.h:227:70: error: expected primary-expression before '>' token
- ../node_modules/nan/nan.h:227:72: error: expected primary-expression before ')' token
- ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Date, P = int]':
- ../node_modules/nan/nan.h:232:57: error: no matching function for call to 'v8::Date::New(v8::Isolate*, int&)'
- ../node_modules/nan/nan.h:232:57: note: candidate is:
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2866:23: note: static v8::Local<v8::Value> v8::Date::New(double)
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2866:23: note: candidate expects 1 argument, 2 provided
- ../node_modules/nan/nan.h:232:70: error: expected primary-expression before '>' token
- ../node_modules/nan/nan.h:232:72: error: expected primary-expression before ')' token
- ../node_modules/nan/nan.h: At global scope:
- ../node_modules/nan/nan.h:235:11: error: 'UnboundScript' in namespace 'v8' does not name a type
- ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P, const v8::ScriptOrigin&)':
- ../node_modules/nan/nan.h:243:9: error: 'v8::ScriptCompiler' has not been declared
- ../node_modules/nan/nan.h:243:32: error: expected ';' before 'source'
- ../node_modules/nan/nan.h:244:16: error: 'v8::ScriptCompiler' has not been declared
- ../node_modules/nan/nan.h:245:37: error: 'source' was not declared in this scope
- ../node_modules/nan/nan.h: At global scope:
- ../node_modules/nan/nan.h:249:24: error: 'NanUnboundScript' was not declared in this scope
- ../node_modules/nan/nan.h:249:40: error: template argument 1 is invalid
- ../node_modules/nan/nan.h:249:49: error: 'NanUnboundScript' was not declared in this scope
- ../node_modules/nan/nan.h:249:42: error: template-id 'NanNew<<expression error> >' for 'int NanNew(v8::Local<v8::String>)' does not match any template declaration
- ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::NumberObject, P = double]':
- ../node_modules/nan/nan.h:279:39: error: no matching function for call to 'v8::NumberObject::New(v8::Isolate*, double&)'
- ../node_modules/nan/nan.h:279:39: note: candidate is:
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2904:23: note: static v8::Local<v8::Value> v8::NumberObject::New(double)
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2904:23: note: candidate expects 1 argument, 2 provided
- ../node_modules/nan/nan.h:279:60: error: expected primary-expression before '>' token
- ../node_modules/nan/nan.h:279:62: error: expected primary-expression before ')' token
- ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Uint32, P = int]':
- ../node_modules/nan/nan.h:309:39: error: invalid conversion from 'v8::Isolate*' to 'uint32_t {aka unsigned int}' [-fpermissive]
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1965:25: error: initializing argument 1 of 'static v8::Local<v8::Integer> v8::Integer::NewFromUnsigned(uint32_t, v8::Isolate*)' [-fpermissive]
- ../node_modules/nan/nan.h:309:39: error: invalid conversion from 'int32_t {aka int}' to 'v8::Isolate*' [-fpermissive]
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1965:25: error: initializing argument 2 of 'static v8::Local<v8::Integer> v8::Integer::NewFromUnsigned(uint32_t, v8::Isolate*)' [-fpermissive]
- ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Uint32, P = unsigned int]':
- ../node_modules/nan/nan.h:315:39: error: invalid conversion from 'v8::Isolate*' to 'uint32_t {aka unsigned int}' [-fpermissive]
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1965:25: error: initializing argument 1 of 'static v8::Local<v8::Integer> v8::Integer::NewFromUnsigned(uint32_t, v8::Isolate*)' [-fpermissive]
- ../node_modules/nan/nan.h:315:39: error: invalid conversion from 'uint32_t {aka unsigned int}' to 'v8::Isolate*' [-fpermissive]
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1965:25: error: initializing argument 2 of 'static v8::Local<v8::Integer> v8::Integer::NewFromUnsigned(uint32_t, v8::Isolate*)' [-fpermissive]
- ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Int32, P = int]':
- ../node_modules/nan/nan.h:320:57: error: invalid conversion from 'v8::Isolate*' to 'int32_t {aka int}' [-fpermissive]
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1964:25: error: initializing argument 1 of 'static v8::Local<v8::Integer> v8::Integer::New(int32_t, v8::Isolate*)' [-fpermissive]
- ../node_modules/nan/nan.h:320:57: error: invalid conversion from 'int32_t {aka int}' to 'v8::Isolate*' [-fpermissive]
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1964:25: error: initializing argument 2 of 'static v8::Local<v8::Integer> v8::Integer::New(int32_t, v8::Isolate*)' [-fpermissive]
- ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Int32, P = unsigned int]':
- ../node_modules/nan/nan.h:325:57: error: invalid conversion from 'v8::Isolate*' to 'int32_t {aka int}' [-fpermissive]
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1964:25: error: initializing argument 1 of 'static v8::Local<v8::Integer> v8::Integer::New(int32_t, v8::Isolate*)' [-fpermissive]
- ../node_modules/nan/nan.h:325:57: error: invalid conversion from 'uint32_t {aka unsigned int}' to 'v8::Isolate*' [-fpermissive]
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1964:25: error: initializing argument 2 of 'static v8::Local<v8::Integer> v8::Integer::New(int32_t, v8::Isolate*)' [-fpermissive]
- ../node_modules/nan/nan.h: In function 'v8::Local<v8::String> NanNew(v8::String::ExternalStringResource*)':
- ../node_modules/nan/nan.h:477:71: error: no matching function for call to 'v8::String::NewExternal(v8::Isolate*, v8::String::ExternalStringResource*&)'
- ../node_modules/nan/nan.h:477:71: note: candidates are:
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1791:24: note: static v8::Local<v8::String> v8::String::NewExternal(v8::String::ExternalStringResource*)
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1791:24: note: candidate expects 1 argument, 2 provided
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1812:24: note: static v8::Local<v8::String> v8::String::NewExternal(v8::String::ExternalAsciiStringResource*)
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1812:24: note: candidate expects 1 argument, 2 provided
- ../node_modules/nan/nan.h: In function 'v8::Local<v8::String> NanNew(v8::String::ExternalAsciiStringResource*)':
- ../node_modules/nan/nan.h:482:71: error: no matching function for call to 'v8::String::NewExternal(v8::Isolate*, v8::String::ExternalAsciiStringResource*&)'
- ../node_modules/nan/nan.h:482:71: note: candidates are:
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1791:24: note: static v8::Local<v8::String> v8::String::NewExternal(v8::String::ExternalStringResource*)
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1791:24: note: candidate expects 1 argument, 2 provided
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1812:24: note: static v8::Local<v8::String> v8::String::NewExternal(v8::String::ExternalAsciiStringResource*)
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1812:24: note: candidate expects 1 argument, 2 provided
- ../node_modules/nan/nan.h: In function 'void NanSetTemplate(v8::Handle<v8::Template>, const char*, v8::Handle<v8::Data>)':
- ../node_modules/nan/nan.h:538:54: error: no matching function for call to 'v8::Template::Set(v8::Isolate*, const char*&, v8::Handle<v8::Data>&)'
- ../node_modules/nan/nan.h:538:54: note: candidates are:
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:3062:8: note: void v8::Template::Set(v8::Handle<v8::String>, v8::Handle<v8::Data>, v8::PropertyAttribute)
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:3062:8: note: no known conversion for argument 1 from 'v8::Isolate*' to 'v8::Handle<v8::String>'
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:5973:6: note: void v8::Template::Set(const char*, v8::Handle<v8::Data>)
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:5973:6: note: candidate expects 2 arguments, 3 provided
- ../node_modules/nan/nan.h: In function 'v8::Local<v8::Script> NanCompileScript(v8::Local<v8::String>, const v8::ScriptOrigin&)':
- ../node_modules/nan/nan.h:803:9: error: 'v8::ScriptCompiler' has not been declared
- ../node_modules/nan/nan.h:803:32: error: expected ';' before 'source'
- ../node_modules/nan/nan.h:804:16: error: 'v8::ScriptCompiler' has not been declared
- ../node_modules/nan/nan.h:804:68: error: 'source' was not declared in this scope
- ../node_modules/nan/nan.h: In function 'v8::Local<v8::Script> NanCompileScript(v8::Local<v8::String>)':
- ../node_modules/nan/nan.h:810:9: error: 'v8::ScriptCompiler' has not been declared
- ../node_modules/nan/nan.h:810:32: error: expected ';' before 'source'
- ../node_modules/nan/nan.h:811:16: error: 'v8::ScriptCompiler' has not been declared
- ../node_modules/nan/nan.h:811:68: error: 'source' was not declared in this scope
- ../node_modules/nan/nan.h: At global scope:
- ../node_modules/nan/nan.h:815:18: error: 'NanUnboundScript' was not declared in this scope
- ../node_modules/nan/nan.h:815:34: error: template argument 1 is invalid
- ../node_modules/nan/nan.h: In function 'v8::Local<v8::Value> NanRunScript(int)':
- ../node_modules/nan/nan.h:817:18: error: base operand of '->' is not a pointer
- ../node_modules/nan/nan.h: In function 'v8::Local<v8::Value> NanMakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::Function>, int, v8::Handle<v8::Value>*)':
- ../node_modules/nan/nan.h:832:60: error: no matching function for call to 'MakeCallback(v8::Isolate*, v8::Handle<v8::Object>&, v8::Handle<v8::Function>&, int&, v8::Handle<v8::Value>*&)'
- ../node_modules/nan/nan.h:832:60: note: candidates are:
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:116:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, const char*, int, v8::Handle<v8::Value>*)
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:116:35: note: candidate expects 4 arguments, 5 provided
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:121:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::String>, int, v8::Handle<v8::Value>*)
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:121:35: note: candidate expects 4 arguments, 5 provided
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:126:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::Function>, int, v8::Handle<v8::Value>*)
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:126:35: note: candidate expects 4 arguments, 5 provided
- ../node_modules/nan/nan.h: In function 'v8::Local<v8::Value> NanMakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::String>, int, v8::Handle<v8::Value>*)':
- ../node_modules/nan/nan.h:841:62: error: no matching function for call to 'MakeCallback(v8::Isolate*, v8::Handle<v8::Object>&, v8::Handle<v8::String>&, int&, v8::Handle<v8::Value>*&)'
- ../node_modules/nan/nan.h:841:62: note: candidates are:
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:116:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, const char*, int, v8::Handle<v8::Value>*)
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:116:35: note: candidate expects 4 arguments, 5 provided
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:121:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::String>, int, v8::Handle<v8::Value>*)
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:121:35: note: candidate expects 4 arguments, 5 provided
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:126:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::Function>, int, v8::Handle<v8::Value>*)
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:126:35: note: candidate expects 4 arguments, 5 provided
- ../node_modules/nan/nan.h: In function 'v8::Local<v8::Value> NanMakeCallback(v8::Handle<v8::Object>, const char*, int, v8::Handle<v8::Value>*)':
- ../node_modules/nan/nan.h:850:62: error: no matching function for call to 'MakeCallback(v8::Isolate*, v8::Handle<v8::Object>&, const char*&, int&, v8::Handle<v8::Value>*&)'
- ../node_modules/nan/nan.h:850:62: note: candidates are:
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:116:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, const char*, int, v8::Handle<v8::Value>*)
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:116:35: note: candidate expects 4 arguments, 5 provided
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:121:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::String>, int, v8::Handle<v8::Value>*)
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:121:35: note: candidate expects 4 arguments, 5 provided
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:126:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::Function>, int, v8::Handle<v8::Value>*)
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:126:35: note: candidate expects 4 arguments, 5 provided
- ../node_modules/nan/nan.h: In function 'T* NanGetIsolateData(v8::Isolate*)':
- ../node_modules/nan/nan.h:865:48: error: no matching function for call to 'v8::Isolate::GetData(int)'
- ../node_modules/nan/nan.h:865:48: note: candidate is:
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:6432:7: note: void* v8::Isolate::GetData()
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:6432:7: note: candidate expects 0 arguments, 1 provided
- ../node_modules/nan/nan.h: In member function 'v8::Handle<v8::Value> NanCallback::Call(int, v8::Handle<v8::Value>*) const':
- ../node_modules/nan/nan.h:1824:12: error: no matching function for call to 'MakeCallback(v8::Isolate*&, v8::Local<v8::Object>, v8::Local<v8::Function>&, int&, v8::Handle<v8::Value>*&)'
- ../node_modules/nan/nan.h:1824:12: note: candidates are:
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:116:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, const char*, int, v8::Handle<v8::Value>*)
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:116:35: note: candidate expects 4 arguments, 5 provided
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:121:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::String>, int, v8::Handle<v8::Value>*)
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:121:35: note: candidate expects 4 arguments, 5 provided
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:126:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::Function>, int, v8::Handle<v8::Value>*)
- /home/ubuntu/.node-gyp/0.11.12/src/node.h:126:35: note: candidate expects 4 arguments, 5 provided
- ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Integer, P = int]':
- ../node_modules/nan/nan.h:464:35: instantiated from here
- ../node_modules/nan/nan.h:181:50: error: invalid conversion from 'v8::Isolate*' to 'int32_t {aka int}' [-fpermissive]
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1964:25: error: initializing argument 1 of 'static v8::Local<v8::Integer> v8::Integer::New(int32_t, v8::Isolate*)' [-fpermissive]
- ../node_modules/nan/nan.h:181:50: error: invalid conversion from 'int' to 'v8::Isolate*' [-fpermissive]
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1964:25: error: initializing argument 2 of 'static v8::Local<v8::Integer> v8::Integer::New(int32_t, v8::Isolate*)' [-fpermissive]
- ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Boolean, P = bool]':
- ../node_modules/nan/nan.h:472:35: instantiated from here
- ../node_modules/nan/nan.h:181:50: error: no matching function for call to 'v8::Boolean::New(v8::Isolate*, bool&)'
- ../node_modules/nan/nan.h:181:50: note: candidate is:
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:5967:17: note: static v8::Handle<v8::Boolean> v8::Boolean::New(bool)
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:5967:17: note: candidate expects 1 argument, 2 provided
- ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew() [with T = v8::Object]':
- ../node_modules/nan/nan.h:1786:52: instantiated from here
- ../node_modules/nan/nan.h:176:44: error: no matching function for call to 'v8::Object::New(v8::Isolate*)'
- ../node_modules/nan/nan.h:176:44: note: candidate is:
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2307:24: note: static v8::Local<v8::Object> v8::Object::New()
- /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2307:24: note: candidate expects 0 arguments, 1 provided
- ../node_modules/nan/nan.h:177:3: warning: control reaches end of non-void function [-Wreturn-type]
- ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Boolean, P = bool]':
- ../node_modules/nan/nan.h:182:3: warning: control reaches end of non-void function [-Wreturn-type]
- ../node_modules/nan/nan.h: In member function 'v8::Handle<v8::Value> NanCallback::Call(int, v8::Handle<v8::Value>*) const':
- ../node_modules/nan/nan.h:1848:3: warning: control reaches end of non-void function [-Wreturn-type]
- make: *** [Release/obj.target/bcrypt_lib/src/bcrypt_node.o] Error 1
- make: Leaving directory `/home/ubuntu/grooform/fungroo/node_modules/bcrypt/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:267:23)
- gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:107:17)
- gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1045:12)
- gyp ERR! System Linux 3.2.0-40-virtual
- gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
- gyp ERR! cwd /home/ubuntu/grooform/fungroo/node_modules/bcrypt
- gyp ERR! node -v v0.11.12
- gyp ERR! node-gyp -v v1.0.2
- gyp ERR! not ok
- npm verb unsafe-perm in lifecycle true
- npm info [email protected] Failed to exec install script
- npm verb unlock done using /home/ubuntu/.npm/_locks/bcrypt-3d554907b78a57b9.lock for /home/ubuntu/grooform/fungroo/node_modules/bcrypt
- npm verb stack Error: Exit status 1
- npm verb stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:212:16)
- npm verb stack at ChildProcess.EventEmitter.emit (events.js:107:17)
- npm verb stack at maybeClose (child_process.js:991:16)
- npm verb stack at Process.ChildProcess._handle.onexit (child_process.js:1058:5)
- npm verb pkgid [email protected]
- npm verb cwd /home/ubuntu/grooform/fungroo
- npm ERR! Linux 3.2.0-40-virtual
- npm ERR! argv "node" "/usr/local/bin/npm" "--loglevel=silly" "install" "bcrypt"
- npm ERR! node v0.11.12
- npm ERR! npm v2.1.5
- npm ERR! code ELIFECYCLE
- npm ERR! [email protected] install: `node-gyp rebuild`
- npm ERR! Exit status 1
- npm ERR!
- npm ERR! Failed at the [email protected] install script.
- npm ERR! This is most likely a problem with the bcrypt package,
- npm ERR! not with npm itself.
- npm ERR! Tell the author that this fails on your system:
- npm ERR! node-gyp rebuild
- npm ERR! You can get their info via:
- npm ERR! npm owner ls bcrypt
- npm ERR! There is likely additional logging output above.
- npm verb exit [ 1, true ]
- npm verb unbuild node_modules/bcrypt
- npm info preuninstall [email protected]
- npm info uninstall [email protected]
- npm verb unbuild rmStuff [email protected] from /home/ubuntu/grooform/fungroo/node_modules
- npm info postuninstall [email protected]
- npm verb gentlyRm vacuuming /home/ubuntu/grooform/fungroo/node_modules/bcrypt
- npm sill gentlyRm purging /home/ubuntu/grooform/fungroo/node_modules/bcrypt
- npm sill gentlyRm quitting because other entries in /home/ubuntu/grooform/fungroo/node_modules
- npm ERR! Please include the following file with any support request:
- npm ERR! /home/ubuntu/grooform/fungroo/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement