Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.70 KB | None | 0 0
  1. srv/gsd# npm install
  2. npm http GET https://registry.npmjs.org/usage
  3. npm http 304 https://registry.npmjs.org/usage
  4. npm http GET https://registry.npmjs.org/bindings
  5. npm http GET https://registry.npmjs.org/nan
  6. npm http 304 https://registry.npmjs.org/nan
  7. npm http 304 https://registry.npmjs.org/bindings
  8.  
  9. > usage@0.4.13 install /srv/gsd/node_modules/usage
  10. > node-gyp rebuild
  11.  
  12. make: Entering directory `/srv/gsd/node_modules/usage/build'
  13. CXX(target) Release/obj.target/sysinfo/src/binding.o
  14. In file included from ../src/binding.cpp:2:0:
  15. ../node_modules/nan/nan.h: In function 'v8::Local<v8::Signature> NanNew(v8::Handle<v8::FunctionTemplate>, int, v8::Handle<v8::FunctionTemplate>*)':
  16. ../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>*&)'
  17. ../node_modules/nan/nan.h:189:78: note: candidate is:
  18. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  19. from ../src/binding.h:1,
  20. from ../src/binding.cpp:1:
  21. /root/.node-gyp/0.11.9/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>*)
  22. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:3585:27: note: candidate expects 3 arguments, 4 provided
  23. In file included from ../src/binding.cpp:2:0:
  24. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew() [with T = v8::Array]':
  25. ../node_modules/nan/nan.h:217:52: error: invalid conversion from 'v8::Isolate*' to 'int' [-fpermissive]
  26. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  27. from ../src/binding.h:1,
  28. from ../src/binding.cpp:1:
  29. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:2335:23: error: initializing argument 1 of 'static v8::Local<v8::Array> v8::Array::New(int)' [-fpermissive]
  30. In file included from ../src/binding.cpp:2:0:
  31. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Array; P = int]':
  32. ../node_modules/nan/nan.h:222:60: error: no matching function for call to 'v8::Array::New(v8::Isolate*, int&)'
  33. ../node_modules/nan/nan.h:222:60: note: candidate is:
  34. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  35. from ../src/binding.h:1,
  36. from ../src/binding.cpp:1:
  37. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:2335:23: note: static v8::Local<v8::Array> v8::Array::New(int)
  38. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:2335:23: note: candidate expects 1 argument, 2 provided
  39. In file included from ../src/binding.cpp:2:0:
  40. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Date; P = double]':
  41. ../node_modules/nan/nan.h:227:57: error: no matching function for call to 'v8::Date::New(v8::Isolate*, double&)'
  42. ../node_modules/nan/nan.h:227:57: note: candidate is:
  43. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  44. from ../src/binding.h:1,
  45. from ../src/binding.cpp:1:
  46. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:2866:23: note: static v8::Local<v8::Value> v8::Date::New(double)
  47. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:2866:23: note: candidate expects 1 argument, 2 provided
  48. In file included from ../src/binding.cpp:2:0:
  49. ../node_modules/nan/nan.h:227:70: error: expected primary-expression before '>' token
  50. ../node_modules/nan/nan.h:227:72: error: expected primary-expression before ')' token
  51. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Date; P = int]':
  52. ../node_modules/nan/nan.h:232:57: error: no matching function for call to 'v8::Date::New(v8::Isolate*, int&)'
  53. ../node_modules/nan/nan.h:232:57: note: candidate is:
  54. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  55. from ../src/binding.h:1,
  56. from ../src/binding.cpp:1:
  57. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:2866:23: note: static v8::Local<v8::Value> v8::Date::New(double)
  58. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:2866:23: note: candidate expects 1 argument, 2 provided
  59. In file included from ../src/binding.cpp:2:0:
  60. ../node_modules/nan/nan.h:232:70: error: expected primary-expression before '>' token
  61. ../node_modules/nan/nan.h:232:72: error: expected primary-expression before ')' token
  62. ../node_modules/nan/nan.h: At global scope:
  63. ../node_modules/nan/nan.h:235:11: error: 'UnboundScript' in namespace 'v8' does not name a type
  64. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P, const v8::ScriptOrigin&)':
  65. ../node_modules/nan/nan.h:243:9: error: 'v8::ScriptCompiler' has not been declared
  66. ../node_modules/nan/nan.h:243:32: error: expected ';' before 'source'
  67. ../node_modules/nan/nan.h:244:16: error: 'v8::ScriptCompiler' has not been declared
  68. ../node_modules/nan/nan.h:245:37: error: 'source' was not declared in this scope
  69. ../node_modules/nan/nan.h: At global scope:
  70. ../node_modules/nan/nan.h:249:24: error: 'NanUnboundScript' was not declared in this scope
  71. ../node_modules/nan/nan.h:249:40: error: template argument 1 is invalid
  72. ../node_modules/nan/nan.h:249:49: error: 'NanUnboundScript' was not declared in this scope
  73. ../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
  74. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::NumberObject; P = double]':
  75. ../node_modules/nan/nan.h:279:39: error: no matching function for call to 'v8::NumberObject::New(v8::Isolate*, double&)'
  76. ../node_modules/nan/nan.h:279:39: note: candidate is:
  77. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  78. from ../src/binding.h:1,
  79. from ../src/binding.cpp:1:
  80. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:2904:23: note: static v8::Local<v8::Value> v8::NumberObject::New(double)
  81. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:2904:23: note: candidate expects 1 argument, 2 provided
  82. In file included from ../src/binding.cpp:2:0:
  83. ../node_modules/nan/nan.h:279:60: error: expected primary-expression before '>' token
  84. ../node_modules/nan/nan.h:279:62: error: expected primary-expression before ')' token
  85. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Uint32; P = int]':
  86. ../node_modules/nan/nan.h:309:39: error: invalid conversion from 'v8::Isolate*' to 'uint32_t {aka unsigned int}' [-fpermissive]
  87. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  88. from ../src/binding.h:1,
  89. from ../src/binding.cpp:1:
  90. /root/.node-gyp/0.11.9/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]
  91. In file included from ../src/binding.cpp:2:0:
  92. ../node_modules/nan/nan.h:309:39: error: invalid conversion from 'int32_t {aka int}' to 'v8::Isolate*' [-fpermissive]
  93. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  94. from ../src/binding.h:1,
  95. from ../src/binding.cpp:1:
  96. /root/.node-gyp/0.11.9/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]
  97. In file included from ../src/binding.cpp:2:0:
  98. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Uint32; P = unsigned int]':
  99. ../node_modules/nan/nan.h:315:39: error: invalid conversion from 'v8::Isolate*' to 'uint32_t {aka unsigned int}' [-fpermissive]
  100. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  101. from ../src/binding.h:1,
  102. from ../src/binding.cpp:1:
  103. /root/.node-gyp/0.11.9/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]
  104. In file included from ../src/binding.cpp:2:0:
  105. ../node_modules/nan/nan.h:315:39: error: invalid conversion from 'uint32_t {aka unsigned int}' to 'v8::Isolate*' [-fpermissive]
  106. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  107. from ../src/binding.h:1,
  108. from ../src/binding.cpp:1:
  109. /root/.node-gyp/0.11.9/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]
  110. In file included from ../src/binding.cpp:2:0:
  111. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Int32; P = int]':
  112. ../node_modules/nan/nan.h:320:57: error: invalid conversion from 'v8::Isolate*' to 'int32_t {aka int}' [-fpermissive]
  113. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  114. from ../src/binding.h:1,
  115. from ../src/binding.cpp:1:
  116. /root/.node-gyp/0.11.9/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]
  117. In file included from ../src/binding.cpp:2:0:
  118. ../node_modules/nan/nan.h:320:57: error: invalid conversion from 'int32_t {aka int}' to 'v8::Isolate*' [-fpermissive]
  119. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  120. from ../src/binding.h:1,
  121. from ../src/binding.cpp:1:
  122. /root/.node-gyp/0.11.9/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]
  123. In file included from ../src/binding.cpp:2:0:
  124. ../node_modules/nan/nan.h: In function 'v8::Local<T> NanNew(P) [with T = v8::Int32; P = unsigned int]':
  125. ../node_modules/nan/nan.h:325:57: error: invalid conversion from 'v8::Isolate*' to 'int32_t {aka int}' [-fpermissive]
  126. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  127. from ../src/binding.h:1,
  128. from ../src/binding.cpp:1:
  129. /root/.node-gyp/0.11.9/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]
  130. In file included from ../src/binding.cpp:2:0:
  131. ../node_modules/nan/nan.h:325:57: error: invalid conversion from 'uint32_t {aka unsigned int}' to 'v8::Isolate*' [-fpermissive]
  132. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  133. from ../src/binding.h:1,
  134. from ../src/binding.cpp:1:
  135. /root/.node-gyp/0.11.9/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]
  136. In file included from ../src/binding.cpp:2:0:
  137. ../node_modules/nan/nan.h: In function 'v8::Local<v8::String> NanNew(v8::String::ExternalStringResource*)':
  138. ../node_modules/nan/nan.h:477:71: error: no matching function for call to 'v8::String::NewExternal(v8::Isolate*, v8::String::ExternalStringResource*&)'
  139. ../node_modules/nan/nan.h:477:71: note: candidates are:
  140. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  141. from ../src/binding.h:1,
  142. from ../src/binding.cpp:1:
  143. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:1791:24: note: static v8::Local<v8::String> v8::String::NewExternal(v8::String::ExternalStringResource*)
  144. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:1791:24: note: candidate expects 1 argument, 2 provided
  145. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:1812:24: note: static v8::Local<v8::String> v8::String::NewExternal(v8::String::ExternalAsciiStringResource*)
  146. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:1812:24: note: candidate expects 1 argument, 2 provided
  147. In file included from ../src/binding.cpp:2:0:
  148. ../node_modules/nan/nan.h: In function 'v8::Local<v8::String> NanNew(v8::String::ExternalAsciiStringResource*)':
  149. ../node_modules/nan/nan.h:482:71: error: no matching function for call to 'v8::String::NewExternal(v8::Isolate*, v8::String::ExternalAsciiStringResource*&)'
  150. ../node_modules/nan/nan.h:482:71: note: candidates are:
  151. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  152. from ../src/binding.h:1,
  153. from ../src/binding.cpp:1:
  154. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:1791:24: note: static v8::Local<v8::String> v8::String::NewExternal(v8::String::ExternalStringResource*)
  155. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:1791:24: note: candidate expects 1 argument, 2 provided
  156. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:1812:24: note: static v8::Local<v8::String> v8::String::NewExternal(v8::String::ExternalAsciiStringResource*)
  157. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:1812:24: note: candidate expects 1 argument, 2 provided
  158. In file included from ../src/binding.cpp:2:0:
  159. ../node_modules/nan/nan.h: In function 'void NanSetTemplate(v8::Handle<v8::Template>, const char*, v8::Handle<v8::Data>)':
  160. ../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>&)'
  161. ../node_modules/nan/nan.h:538:54: note: candidates are:
  162. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  163. from ../src/binding.h:1,
  164. from ../src/binding.cpp:1:
  165. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:3062:8: note: void v8::Template::Set(v8::Handle<v8::String>, v8::Handle<v8::Data>, v8::PropertyAttribute)
  166. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:3062:8: note: no known conversion for argument 1 from 'v8::Isolate*' to 'v8::Handle<v8::String>'
  167. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:5973:6: note: void v8::Template::Set(const char*, v8::Handle<v8::Data>)
  168. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:5973:6: note: candidate expects 2 arguments, 3 provided
  169. In file included from ../src/binding.cpp:2:0:
  170. ../node_modules/nan/nan.h: In function 'v8::Local<v8::Object> NanNewBufferHandle(char*, size_t, node::smalloc::FreeCallback, void*)':
  171. ../node_modules/nan/nan.h:759:64: error: no matching function for call to 'New(v8::Isolate*, char*&, size_t&, void (*&)(char*, void*), void*&)'
  172. ../node_modules/nan/nan.h:759:64: note: candidates are:
  173. In file included from ../node_modules/nan/nan.h:24:0,
  174. from ../src/binding.cpp:2:
  175. /root/.node-gyp/0.11.9/src/node_buffer.h:46:35: note: v8::Local<v8::Object> node::Buffer::New(size_t)
  176. /root/.node-gyp/0.11.9/src/node_buffer.h:46:35: note: candidate expects 1 argument, 5 provided
  177. /root/.node-gyp/0.11.9/src/node_buffer.h:48:35: note: v8::Local<v8::Object> node::Buffer::New(v8::Handle<v8::String>, node::encoding)
  178. /root/.node-gyp/0.11.9/src/node_buffer.h:48:35: note: candidate expects 2 arguments, 5 provided
  179. /root/.node-gyp/0.11.9/src/node_buffer.h:52:35: note: v8::Local<v8::Object> node::Buffer::New(const char*, size_t)
  180. /root/.node-gyp/0.11.9/src/node_buffer.h:52:35: note: candidate expects 2 arguments, 5 provided
  181. /root/.node-gyp/0.11.9/src/node_buffer.h:54:35: note: v8::Local<v8::Object> node::Buffer::New(char*, size_t, node::smalloc::FreeCallback, void*)
  182. /root/.node-gyp/0.11.9/src/node_buffer.h:54:35: note: candidate expects 4 arguments, 5 provided
  183. In file included from ../src/binding.cpp:2:0:
  184. ../node_modules/nan/nan.h: In function 'v8::Local<v8::Object> NanNewBufferHandle(const char*, uint32_t)':
  185. ../node_modules/nan/nan.h:766:67: error: no matching function for call to 'New(v8::Isolate*, const char*&, uint32_t&)'
  186. ../node_modules/nan/nan.h:766:67: note: candidates are:
  187. In file included from ../node_modules/nan/nan.h:24:0,
  188. from ../src/binding.cpp:2:
  189. /root/.node-gyp/0.11.9/src/node_buffer.h:46:35: note: v8::Local<v8::Object> node::Buffer::New(size_t)
  190. /root/.node-gyp/0.11.9/src/node_buffer.h:46:35: note: candidate expects 1 argument, 3 provided
  191. /root/.node-gyp/0.11.9/src/node_buffer.h:48:35: note: v8::Local<v8::Object> node::Buffer::New(v8::Handle<v8::String>, node::encoding)
  192. /root/.node-gyp/0.11.9/src/node_buffer.h:48:35: note: candidate expects 2 arguments, 3 provided
  193. /root/.node-gyp/0.11.9/src/node_buffer.h:52:35: note: v8::Local<v8::Object> node::Buffer::New(const char*, size_t)
  194. /root/.node-gyp/0.11.9/src/node_buffer.h:52:35: note: candidate expects 2 arguments, 3 provided
  195. /root/.node-gyp/0.11.9/src/node_buffer.h:54:35: note: v8::Local<v8::Object> node::Buffer::New(char*, size_t, node::smalloc::FreeCallback, void*)
  196. /root/.node-gyp/0.11.9/src/node_buffer.h:54:35: note: candidate expects 4 arguments, 3 provided
  197. In file included from ../src/binding.cpp:2:0:
  198. ../node_modules/nan/nan.h: In function 'v8::Local<v8::Object> NanNewBufferHandle(uint32_t)':
  199. ../node_modules/nan/nan.h:770:61: error: no matching function for call to 'New(v8::Isolate*, uint32_t&)'
  200. ../node_modules/nan/nan.h:770:61: note: candidates are:
  201. In file included from ../node_modules/nan/nan.h:24:0,
  202. from ../src/binding.cpp:2:
  203. /root/.node-gyp/0.11.9/src/node_buffer.h:46:35: note: v8::Local<v8::Object> node::Buffer::New(size_t)
  204. /root/.node-gyp/0.11.9/src/node_buffer.h:46:35: note: candidate expects 1 argument, 2 provided
  205. /root/.node-gyp/0.11.9/src/node_buffer.h:48:35: note: v8::Local<v8::Object> node::Buffer::New(v8::Handle<v8::String>, node::encoding)
  206. /root/.node-gyp/0.11.9/src/node_buffer.h:48:35: note: no known conversion for argument 1 from 'v8::Isolate*' to 'v8::Handle<v8::String>'
  207. /root/.node-gyp/0.11.9/src/node_buffer.h:52:35: note: v8::Local<v8::Object> node::Buffer::New(const char*, size_t)
  208. /root/.node-gyp/0.11.9/src/node_buffer.h:52:35: note: no known conversion for argument 1 from 'v8::Isolate*' to 'const char*'
  209. /root/.node-gyp/0.11.9/src/node_buffer.h:54:35: note: v8::Local<v8::Object> node::Buffer::New(char*, size_t, node::smalloc::FreeCallback, void*)
  210. /root/.node-gyp/0.11.9/src/node_buffer.h:54:35: note: candidate expects 4 arguments, 2 provided
  211. In file included from ../src/binding.cpp:2:0:
  212. ../node_modules/nan/nan.h: In function 'v8::Local<v8::Object> NanBufferUse(char*, uint32_t)':
  213. ../node_modules/nan/nan.h:777:67: error: cannot convert 'v8::Isolate*' to 'char*' for argument '1' to 'v8::Local<v8::Object> node::Buffer::Use(char*, uint32_t)'
  214. ../node_modules/nan/nan.h: In function 'v8::Local<v8::Script> NanCompileScript(v8::Local<v8::String>, const v8::ScriptOrigin&)':
  215. ../node_modules/nan/nan.h:803:9: error: 'v8::ScriptCompiler' has not been declared
  216. ../node_modules/nan/nan.h:803:32: error: expected ';' before 'source'
  217. ../node_modules/nan/nan.h:804:16: error: 'v8::ScriptCompiler' has not been declared
  218. ../node_modules/nan/nan.h:804:68: error: 'source' was not declared in this scope
  219. ../node_modules/nan/nan.h: In function 'v8::Local<v8::Script> NanCompileScript(v8::Local<v8::String>)':
  220. ../node_modules/nan/nan.h:810:9: error: 'v8::ScriptCompiler' has not been declared
  221. ../node_modules/nan/nan.h:810:32: error: expected ';' before 'source'
  222. ../node_modules/nan/nan.h:811:16: error: 'v8::ScriptCompiler' has not been declared
  223. ../node_modules/nan/nan.h:811:68: error: 'source' was not declared in this scope
  224. ../node_modules/nan/nan.h: At global scope:
  225. ../node_modules/nan/nan.h:815:18: error: 'NanUnboundScript' was not declared in this scope
  226. ../node_modules/nan/nan.h:815:34: error: template argument 1 is invalid
  227. ../node_modules/nan/nan.h: In function 'v8::Local<v8::Value> NanRunScript(int)':
  228. ../node_modules/nan/nan.h:817:18: error: base operand of '->' is not a pointer
  229. ../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>*)':
  230. ../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>*&)'
  231. ../node_modules/nan/nan.h:832:60: note: candidates are:
  232. In file included from ../src/binding.h:1:0,
  233. from ../src/binding.cpp:1:
  234. /root/.node-gyp/0.11.9/src/node.h:88:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, const char*, int, v8::Handle<v8::Value>*)
  235. /root/.node-gyp/0.11.9/src/node.h:88:35: note: candidate expects 4 arguments, 5 provided
  236. /root/.node-gyp/0.11.9/src/node.h:93:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::String>, int, v8::Handle<v8::Value>*)
  237. /root/.node-gyp/0.11.9/src/node.h:93:35: note: candidate expects 4 arguments, 5 provided
  238. /root/.node-gyp/0.11.9/src/node.h:98:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::Function>, int, v8::Handle<v8::Value>*)
  239. /root/.node-gyp/0.11.9/src/node.h:98:35: note: candidate expects 4 arguments, 5 provided
  240. In file included from ../src/binding.cpp:2:0:
  241. ../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>*)':
  242. ../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>*&)'
  243. ../node_modules/nan/nan.h:841:62: note: candidates are:
  244. In file included from ../src/binding.h:1:0,
  245. from ../src/binding.cpp:1:
  246. /root/.node-gyp/0.11.9/src/node.h:88:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, const char*, int, v8::Handle<v8::Value>*)
  247. /root/.node-gyp/0.11.9/src/node.h:88:35: note: candidate expects 4 arguments, 5 provided
  248. /root/.node-gyp/0.11.9/src/node.h:93:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::String>, int, v8::Handle<v8::Value>*)
  249. /root/.node-gyp/0.11.9/src/node.h:93:35: note: candidate expects 4 arguments, 5 provided
  250. /root/.node-gyp/0.11.9/src/node.h:98:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::Function>, int, v8::Handle<v8::Value>*)
  251. /root/.node-gyp/0.11.9/src/node.h:98:35: note: candidate expects 4 arguments, 5 provided
  252. In file included from ../src/binding.cpp:2:0:
  253. ../node_modules/nan/nan.h: In function 'v8::Local<v8::Value> NanMakeCallback(v8::Handle<v8::Object>, const char*, int, v8::Handle<v8::Value>*)':
  254. ../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>*&)'
  255. ../node_modules/nan/nan.h:850:62: note: candidates are:
  256. In file included from ../src/binding.h:1:0,
  257. from ../src/binding.cpp:1:
  258. /root/.node-gyp/0.11.9/src/node.h:88:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, const char*, int, v8::Handle<v8::Value>*)
  259. /root/.node-gyp/0.11.9/src/node.h:88:35: note: candidate expects 4 arguments, 5 provided
  260. /root/.node-gyp/0.11.9/src/node.h:93:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::String>, int, v8::Handle<v8::Value>*)
  261. /root/.node-gyp/0.11.9/src/node.h:93:35: note: candidate expects 4 arguments, 5 provided
  262. /root/.node-gyp/0.11.9/src/node.h:98:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::Function>, int, v8::Handle<v8::Value>*)
  263. /root/.node-gyp/0.11.9/src/node.h:98:35: note: candidate expects 4 arguments, 5 provided
  264. In file included from ../src/binding.cpp:2:0:
  265. ../node_modules/nan/nan.h: In function 'T* NanGetIsolateData(v8::Isolate*)':
  266. ../node_modules/nan/nan.h:865:48: error: no matching function for call to 'v8::Isolate::GetData(int)'
  267. ../node_modules/nan/nan.h:865:48: note: candidate is:
  268. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  269. from ../src/binding.h:1,
  270. from ../src/binding.cpp:1:
  271. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:6432:7: note: void* v8::Isolate::GetData()
  272. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:6432:7: note: candidate expects 0 arguments, 1 provided
  273. In file included from ../src/binding.cpp:2:0:
  274. ../node_modules/nan/nan.h: In member function 'v8::Handle<v8::Value> NanCallback::Call(int, v8::Handle<v8::Value>*) const':
  275. ../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>*&)'
  276. ../node_modules/nan/nan.h:1824:12: note: candidates are:
  277. In file included from ../src/binding.h:1:0,
  278. from ../src/binding.cpp:1:
  279. /root/.node-gyp/0.11.9/src/node.h:88:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, const char*, int, v8::Handle<v8::Value>*)
  280. /root/.node-gyp/0.11.9/src/node.h:88:35: note: candidate expects 4 arguments, 5 provided
  281. /root/.node-gyp/0.11.9/src/node.h:93:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::String>, int, v8::Handle<v8::Value>*)
  282. /root/.node-gyp/0.11.9/src/node.h:93:35: note: candidate expects 4 arguments, 5 provided
  283. /root/.node-gyp/0.11.9/src/node.h:98:35: note: v8::Handle<v8::Value> node::MakeCallback(v8::Handle<v8::Object>, v8::Handle<v8::Function>, int, v8::Handle<v8::Value>*)
  284. /root/.node-gyp/0.11.9/src/node.h:98:35: note: candidate expects 4 arguments, 5 provided
  285. In file included from ../src/binding.cpp:2:0:
  286. ../node_modules/nan/nan.h: In instantiation of 'v8::Local<T> NanNew(P) [with T = v8::Integer; P = int]':
  287. ../node_modules/nan/nan.h:464:35: required from here
  288. ../node_modules/nan/nan.h:181:50: error: invalid conversion from 'v8::Isolate*' to 'int32_t {aka int}' [-fpermissive]
  289. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  290. from ../src/binding.h:1,
  291. from ../src/binding.cpp:1:
  292. /root/.node-gyp/0.11.9/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]
  293. In file included from ../src/binding.cpp:2:0:
  294. ../node_modules/nan/nan.h:181:50: error: invalid conversion from 'int' to 'v8::Isolate*' [-fpermissive]
  295. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  296. from ../src/binding.h:1,
  297. from ../src/binding.cpp:1:
  298. /root/.node-gyp/0.11.9/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]
  299. In file included from ../src/binding.cpp:2:0:
  300. ../node_modules/nan/nan.h: In instantiation of 'v8::Local<T> NanNew(P) [with T = v8::Boolean; P = bool]':
  301. ../node_modules/nan/nan.h:472:35: required from here
  302. ../node_modules/nan/nan.h:181:50: error: no matching function for call to 'v8::Boolean::New(v8::Isolate*, bool&)'
  303. ../node_modules/nan/nan.h:181:50: note: candidate is:
  304. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  305. from ../src/binding.h:1,
  306. from ../src/binding.cpp:1:
  307. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:5967:17: note: static v8::Handle<v8::Boolean> v8::Boolean::New(bool)
  308. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:5967:17: note: candidate expects 1 argument, 2 provided
  309. In file included from ../src/binding.cpp:2:0:
  310. ../node_modules/nan/nan.h: In instantiation of 'v8::Local<T> NanNew() [with T = v8::Object]':
  311. ../node_modules/nan/nan.h:1786:52: required from here
  312. ../node_modules/nan/nan.h:176:44: error: no matching function for call to 'v8::Object::New(v8::Isolate*)'
  313. ../node_modules/nan/nan.h:176:44: note: candidate is:
  314. In file included from /root/.node-gyp/0.11.9/src/node.h:61:0,
  315. from ../src/binding.h:1,
  316. from ../src/binding.cpp:1:
  317. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:2307:24: note: static v8::Local<v8::Object> v8::Object::New()
  318. /root/.node-gyp/0.11.9/deps/v8/include/v8.h:2307:24: note: candidate expects 0 arguments, 1 provided
  319. In file included from ../src/binding.cpp:2:0:
  320. ../node_modules/nan/nan.h:1848:3: warning: control reaches end of non-void function [-Wreturn-type]
  321. make: *** [Release/obj.target/sysinfo/src/binding.o] Error 1
  322. make: Leaving directory `/srv/gsd/node_modules/usage/build'
  323. gyp ERR! build error
  324. gyp ERR! stack Error: `make` failed with exit code: 2
  325. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
  326. gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:101:17)
  327. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:827:12)
  328. gyp ERR! System Linux 2.6.32-29-pve
  329. gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  330. gyp ERR! cwd /srv/gsd/node_modules/usage
  331. gyp ERR! node -v v0.11.9
  332. gyp ERR! node-gyp -v v1.0.2
  333. gyp ERR! not ok
  334. npm ERR! usage@0.4.13 install: `node-gyp rebuild`
  335. npm ERR! Exit status 1
  336. npm ERR!
  337. npm ERR! Failed at the usage@0.4.13 install script.
  338. npm ERR! This is most likely a problem with the usage package,
  339. npm ERR! not with npm itself.
  340. npm ERR! Tell the author that this fails on your system:
  341. npm ERR! node-gyp rebuild
  342. npm ERR! You can get their info via:
  343. npm ERR! npm owner ls usage
  344. npm ERR! There is likely additional logging output above.
  345.  
  346. npm ERR! System Linux 2.6.32-29-pve
  347. npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install"
  348. npm ERR! cwd /srv/gsd
  349. npm ERR! node -v v0.11.9
  350. npm ERR! npm -v 1.3.15
  351. npm ERR! code ELIFECYCLE
  352. npm ERR!
  353. npm ERR! Additional logging details can be found in:
  354. npm ERR! /srv/gsd/npm-debug.log
  355. npm ERR! not ok code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement