Advertisement
Guest User

Untitled

a guest
Oct 28th, 2014
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.02 KB | None | 0 0
  1. make: Entering directory `/home/ubuntu/grooform/fungroo/node_modules/bcrypt/build'
  2. 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
  3. 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
  4. 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
  5. In file included from ../src/bcrypt_node.cc:31:0:
  6. ../node_modules/nan/nan.h: In function 'v8::Local<v8::Signature> NanNew(v8::Handle<v8::FunctionTemplate>, int, v8::Handle<v8::FunctionTemplate>*)':
  7. ../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>*&)'
  8. ../node_modules/nan/nan.h:189:78: note: candidate is:
  9. /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>*)
  10. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:3585:27: note: candidate expects 3 arguments, 4 provided
  11. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew() [with T = v8::Array]':
  12. ../node_modules/nan/nan.h:217:52: error: invalid conversion from 'v8::Isolate*' to 'int' [-fpermissive]
  13. /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]
  14. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Array, P = int]':
  15. ../node_modules/nan/nan.h:222:60: error: no matching function for call to 'v8::Array::New(v8::Isolate*, int&)'
  16. ../node_modules/nan/nan.h:222:60: note: candidate is:
  17. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2335:23: note: static v8::Local<v8::Array> v8::Array::New(int)
  18. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2335:23: note: candidate expects 1 argument, 2 provided
  19. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Date, P = double]':
  20. ../node_modules/nan/nan.h:227:57: error: no matching function for call to 'v8::Date::New(v8::Isolate*, double&)'
  21. ../node_modules/nan/nan.h:227:57: note: candidate is:
  22. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2866:23: note: static v8::Local<v8::Value> v8::Date::New(double)
  23. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2866:23: note: candidate expects 1 argument, 2 provided
  24. ../node_modules/nan/nan.h:227:70: error: expected primary-expression before '>' token
  25. ../node_modules/nan/nan.h:227:72: error: expected primary-expression before ')' token
  26. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Date, P = int]':
  27. ../node_modules/nan/nan.h:232:57: error: no matching function for call to 'v8::Date::New(v8::Isolate*, int&)'
  28. ../node_modules/nan/nan.h:232:57: note: candidate is:
  29. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2866:23: note: static v8::Local<v8::Value> v8::Date::New(double)
  30. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2866:23: note: candidate expects 1 argument, 2 provided
  31. ../node_modules/nan/nan.h:232:70: error: expected primary-expression before '>' token
  32. ../node_modules/nan/nan.h:232:72: error: expected primary-expression before ')' token
  33. ../node_modules/nan/nan.h: At global scope:
  34. ../node_modules/nan/nan.h:235:11: error: 'UnboundScript' in namespace 'v8' does not name a type
  35. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P, const v8::ScriptOrigin&)':
  36. ../node_modules/nan/nan.h:243:9: error: 'v8::ScriptCompiler' has not been declared
  37. ../node_modules/nan/nan.h:243:32: error: expected ';' before 'source'
  38. ../node_modules/nan/nan.h:244:16: error: 'v8::ScriptCompiler' has not been declared
  39. ../node_modules/nan/nan.h:245:37: error: 'source' was not declared in this scope
  40. ../node_modules/nan/nan.h: At global scope:
  41. ../node_modules/nan/nan.h:249:24: error: 'NanUnboundScript' was not declared in this scope
  42. ../node_modules/nan/nan.h:249:40: error: template argument 1 is invalid
  43. ../node_modules/nan/nan.h:249:49: error: 'NanUnboundScript' was not declared in this scope
  44. ../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
  45. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::NumberObject, P = double]':
  46. ../node_modules/nan/nan.h:279:39: error: no matching function for call to 'v8::NumberObject::New(v8::Isolate*, double&)'
  47. ../node_modules/nan/nan.h:279:39: note: candidate is:
  48. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2904:23: note: static v8::Local<v8::Value> v8::NumberObject::New(double)
  49. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2904:23: note: candidate expects 1 argument, 2 provided
  50. ../node_modules/nan/nan.h:279:60: error: expected primary-expression before '>' token
  51. ../node_modules/nan/nan.h:279:62: error: expected primary-expression before ')' token
  52. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Uint32, P = int]':
  53. ../node_modules/nan/nan.h:309:39: error: invalid conversion from 'v8::Isolate*' to 'uint32_t {aka unsigned int}' [-fpermissive]
  54. /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]
  55. ../node_modules/nan/nan.h:309:39: error: invalid conversion from 'int32_t {aka int}' to 'v8::Isolate*' [-fpermissive]
  56. /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]
  57. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Uint32, P = unsigned int]':
  58. ../node_modules/nan/nan.h:315:39: error: invalid conversion from 'v8::Isolate*' to 'uint32_t {aka unsigned int}' [-fpermissive]
  59. /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]
  60. ../node_modules/nan/nan.h:315:39: error: invalid conversion from 'uint32_t {aka unsigned int}' to 'v8::Isolate*' [-fpermissive]
  61. /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]
  62. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Int32, P = int]':
  63. ../node_modules/nan/nan.h:320:57: error: invalid conversion from 'v8::Isolate*' to 'int32_t {aka int}' [-fpermissive]
  64. /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]
  65. ../node_modules/nan/nan.h:320:57: error: invalid conversion from 'int32_t {aka int}' to 'v8::Isolate*' [-fpermissive]
  66. /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]
  67. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Int32, P = unsigned int]':
  68. ../node_modules/nan/nan.h:325:57: error: invalid conversion from 'v8::Isolate*' to 'int32_t {aka int}' [-fpermissive]
  69. /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]
  70. ../node_modules/nan/nan.h:325:57: error: invalid conversion from 'uint32_t {aka unsigned int}' to 'v8::Isolate*' [-fpermissive]
  71. /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]
  72. ../node_modules/nan/nan.h: In function 'v8::Local<v8::String> NanNew(v8::String::ExternalStringResource*)':
  73. ../node_modules/nan/nan.h:477:71: error: no matching function for call to 'v8::String::NewExternal(v8::Isolate*, v8::String::ExternalStringResource*&)'
  74. ../node_modules/nan/nan.h:477:71: note: candidates are:
  75. /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*)
  76. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1791:24: note: candidate expects 1 argument, 2 provided
  77. /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*)
  78. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1812:24: note: candidate expects 1 argument, 2 provided
  79. ../node_modules/nan/nan.h: In function 'v8::Local<v8::String> NanNew(v8::String::ExternalAsciiStringResource*)':
  80. ../node_modules/nan/nan.h:482:71: error: no matching function for call to 'v8::String::NewExternal(v8::Isolate*, v8::String::ExternalAsciiStringResource*&)'
  81. ../node_modules/nan/nan.h:482:71: note: candidates are:
  82. /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*)
  83. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1791:24: note: candidate expects 1 argument, 2 provided
  84. /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*)
  85. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:1812:24: note: candidate expects 1 argument, 2 provided
  86. ../node_modules/nan/nan.h: In function 'void NanSetTemplate(v8::Handle<v8::Template>, const char*, v8::Handle<v8::Data>)':
  87. ../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>&)'
  88. ../node_modules/nan/nan.h:538:54: note: candidates are:
  89. /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)
  90. /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>'
  91. /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>)
  92. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:5973:6: note: candidate expects 2 arguments, 3 provided
  93. ../node_modules/nan/nan.h: In function 'v8::Local<v8::Script> NanCompileScript(v8::Local<v8::String>, const v8::ScriptOrigin&)':
  94. ../node_modules/nan/nan.h:803:9: error: 'v8::ScriptCompiler' has not been declared
  95. ../node_modules/nan/nan.h:803:32: error: expected ';' before 'source'
  96. ../node_modules/nan/nan.h:804:16: error: 'v8::ScriptCompiler' has not been declared
  97. ../node_modules/nan/nan.h:804:68: error: 'source' was not declared in this scope
  98. ../node_modules/nan/nan.h: In function 'v8::Local<v8::Script> NanCompileScript(v8::Local<v8::String>)':
  99. ../node_modules/nan/nan.h:810:9: error: 'v8::ScriptCompiler' has not been declared
  100. ../node_modules/nan/nan.h:810:32: error: expected ';' before 'source'
  101. ../node_modules/nan/nan.h:811:16: error: 'v8::ScriptCompiler' has not been declared
  102. ../node_modules/nan/nan.h:811:68: error: 'source' was not declared in this scope
  103. ../node_modules/nan/nan.h: At global scope:
  104. ../node_modules/nan/nan.h:815:18: error: 'NanUnboundScript' was not declared in this scope
  105. ../node_modules/nan/nan.h:815:34: error: template argument 1 is invalid
  106. ../node_modules/nan/nan.h: In function 'v8::Local<v8::Value> NanRunScript(int)':
  107. ../node_modules/nan/nan.h:817:18: error: base operand of '->' is not a pointer
  108. ../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>*)':
  109. ../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>*&)'
  110. ../node_modules/nan/nan.h:832:60: note: candidates are:
  111. /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>*)
  112. /home/ubuntu/.node-gyp/0.11.12/src/node.h:116:35: note: candidate expects 4 arguments, 5 provided
  113. /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>*)
  114. /home/ubuntu/.node-gyp/0.11.12/src/node.h:121:35: note: candidate expects 4 arguments, 5 provided
  115. /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>*)
  116. /home/ubuntu/.node-gyp/0.11.12/src/node.h:126:35: note: candidate expects 4 arguments, 5 provided
  117. ../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>*)':
  118. ../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>*&)'
  119. ../node_modules/nan/nan.h:841:62: note: candidates are:
  120. /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>*)
  121. /home/ubuntu/.node-gyp/0.11.12/src/node.h:116:35: note: candidate expects 4 arguments, 5 provided
  122. /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>*)
  123. /home/ubuntu/.node-gyp/0.11.12/src/node.h:121:35: note: candidate expects 4 arguments, 5 provided
  124. /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>*)
  125. /home/ubuntu/.node-gyp/0.11.12/src/node.h:126:35: note: candidate expects 4 arguments, 5 provided
  126. ../node_modules/nan/nan.h: In function 'v8::Local<v8::Value> NanMakeCallback(v8::Handle<v8::Object>, const char*, int, v8::Handle<v8::Value>*)':
  127. ../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>*&)'
  128. ../node_modules/nan/nan.h:850:62: note: candidates are:
  129. /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>*)
  130. /home/ubuntu/.node-gyp/0.11.12/src/node.h:116:35: note: candidate expects 4 arguments, 5 provided
  131. /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>*)
  132. /home/ubuntu/.node-gyp/0.11.12/src/node.h:121:35: note: candidate expects 4 arguments, 5 provided
  133. /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>*)
  134. /home/ubuntu/.node-gyp/0.11.12/src/node.h:126:35: note: candidate expects 4 arguments, 5 provided
  135. ../node_modules/nan/nan.h: In function 'T* NanGetIsolateData(v8::Isolate*)':
  136. ../node_modules/nan/nan.h:865:48: error: no matching function for call to 'v8::Isolate::GetData(int)'
  137. ../node_modules/nan/nan.h:865:48: note: candidate is:
  138. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:6432:7: note: void* v8::Isolate::GetData()
  139. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:6432:7: note: candidate expects 0 arguments, 1 provided
  140. ../node_modules/nan/nan.h: In member function 'v8::Handle<v8::Value> NanCallback::Call(int, v8::Handle<v8::Value>*) const':
  141. ../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>*&)'
  142. ../node_modules/nan/nan.h:1824:12: note: candidates are:
  143. /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>*)
  144. /home/ubuntu/.node-gyp/0.11.12/src/node.h:116:35: note: candidate expects 4 arguments, 5 provided
  145. /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>*)
  146. /home/ubuntu/.node-gyp/0.11.12/src/node.h:121:35: note: candidate expects 4 arguments, 5 provided
  147. /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>*)
  148. /home/ubuntu/.node-gyp/0.11.12/src/node.h:126:35: note: candidate expects 4 arguments, 5 provided
  149. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Integer, P = int]':
  150. ../node_modules/nan/nan.h:464:35: instantiated from here
  151. ../node_modules/nan/nan.h:181:50: error: invalid conversion from 'v8::Isolate*' to 'int32_t {aka int}' [-fpermissive]
  152. /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]
  153. ../node_modules/nan/nan.h:181:50: error: invalid conversion from 'int' to 'v8::Isolate*' [-fpermissive]
  154. /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]
  155. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Boolean, P = bool]':
  156. ../node_modules/nan/nan.h:472:35: instantiated from here
  157. ../node_modules/nan/nan.h:181:50: error: no matching function for call to 'v8::Boolean::New(v8::Isolate*, bool&)'
  158. ../node_modules/nan/nan.h:181:50: note: candidate is:
  159. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:5967:17: note: static v8::Handle<v8::Boolean> v8::Boolean::New(bool)
  160. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:5967:17: note: candidate expects 1 argument, 2 provided
  161. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew() [with T = v8::Object]':
  162. ../node_modules/nan/nan.h:1786:52: instantiated from here
  163. ../node_modules/nan/nan.h:176:44: error: no matching function for call to 'v8::Object::New(v8::Isolate*)'
  164. ../node_modules/nan/nan.h:176:44: note: candidate is:
  165. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2307:24: note: static v8::Local<v8::Object> v8::Object::New()
  166. /home/ubuntu/.node-gyp/0.11.12/deps/v8/include/v8.h:2307:24: note: candidate expects 0 arguments, 1 provided
  167. ../node_modules/nan/nan.h:177:3: warning: control reaches end of non-void function [-Wreturn-type]
  168. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Boolean, P = bool]':
  169. ../node_modules/nan/nan.h:182:3: warning: control reaches end of non-void function [-Wreturn-type]
  170. ../node_modules/nan/nan.h: In member function 'v8::Handle<v8::Value> NanCallback::Call(int, v8::Handle<v8::Value>*) const':
  171. ../node_modules/nan/nan.h:1848:3: warning: control reaches end of non-void function [-Wreturn-type]
  172. make: *** [Release/obj.target/bcrypt_lib/src/bcrypt_node.o] Error 1
  173. make: Leaving directory `/home/ubuntu/grooform/fungroo/node_modules/bcrypt/build'
  174. gyp ERR! build error
  175. gyp ERR! stack Error: `make` failed with exit code: 2
  176. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
  177. gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:107:17)
  178. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1045:12)
  179. gyp ERR! System Linux 3.2.0-40-virtual
  180. gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  181. gyp ERR! cwd /home/ubuntu/grooform/fungroo/node_modules/bcrypt
  182. gyp ERR! node -v v0.11.12
  183. gyp ERR! node-gyp -v v1.0.2
  184. gyp ERR! not ok
  185. npm verb unsafe-perm in lifecycle true
  186. npm info [email protected] Failed to exec install script
  187. npm verb unlock done using /home/ubuntu/.npm/_locks/bcrypt-3d554907b78a57b9.lock for /home/ubuntu/grooform/fungroo/node_modules/bcrypt
  188. npm verb stack Error: Exit status 1
  189. npm verb stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:212:16)
  190. npm verb stack at ChildProcess.EventEmitter.emit (events.js:107:17)
  191. npm verb stack at maybeClose (child_process.js:991:16)
  192. npm verb stack at Process.ChildProcess._handle.onexit (child_process.js:1058:5)
  193. npm verb pkgid [email protected]
  194. npm verb cwd /home/ubuntu/grooform/fungroo
  195. npm ERR! Linux 3.2.0-40-virtual
  196. npm ERR! argv "node" "/usr/local/bin/npm" "--loglevel=silly" "install" "bcrypt"
  197. npm ERR! node v0.11.12
  198. npm ERR! npm v2.1.5
  199. npm ERR! code ELIFECYCLE
  200.  
  201. npm ERR! [email protected] install: `node-gyp rebuild`
  202. npm ERR! Exit status 1
  203. npm ERR!
  204. npm ERR! Failed at the [email protected] install script.
  205. npm ERR! This is most likely a problem with the bcrypt package,
  206. npm ERR! not with npm itself.
  207. npm ERR! Tell the author that this fails on your system:
  208. npm ERR! node-gyp rebuild
  209. npm ERR! You can get their info via:
  210. npm ERR! npm owner ls bcrypt
  211. npm ERR! There is likely additional logging output above.
  212. npm verb exit [ 1, true ]
  213. npm verb unbuild node_modules/bcrypt
  214. npm info preuninstall [email protected]
  215. npm info uninstall [email protected]
  216. npm verb unbuild rmStuff [email protected] from /home/ubuntu/grooform/fungroo/node_modules
  217. npm info postuninstall [email protected]
  218. npm verb gentlyRm vacuuming /home/ubuntu/grooform/fungroo/node_modules/bcrypt
  219. npm sill gentlyRm purging /home/ubuntu/grooform/fungroo/node_modules/bcrypt
  220. npm sill gentlyRm quitting because other entries in /home/ubuntu/grooform/fungroo/node_modules
  221.  
  222. npm ERR! Please include the following file with any support request:
  223. npm ERR! /home/ubuntu/grooform/fungroo/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement