Advertisement
Guest User

Untitled

a guest
May 26th, 2015
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.00 KB | None | 0 0
  1. [nix@archie jqm]$ npm install download.jqueryui.com
  2. npm WARN package.json grunt-contrib-connect@0.3.0 No README data
  3.  
  4. > node-syslog@1.1.7 install /var/www/html/nix/jqm/node_modules/download.jqueryui.com/node_modules/simple-log/node_modules/node-syslog
  5. > node-gyp rebuild
  6.  
  7. make: Entering directory `/var/www/html/nix/jqm/node_modules/download.jqueryui.com/node_modules/simple-log/node_modules/node-syslog/build'
  8. CXX(target) Release/obj.target/syslog/syslog.o
  9. In file included from ../syslog.cc:1:0:
  10. ../node-syslog.h:22:45: error: ‘Arguments’ in namespace ‘v8’ does not name a type
  11. static v8::Handle<v8::Value> init (const v8::Arguments& args);
  12. ^
  13. ../node-syslog.h:22:60: error: ISO C++ forbids declaration of ‘args’ with no type [-fpermissive]
  14. static v8::Handle<v8::Value> init (const v8::Arguments& args);
  15. ^
  16. ../node-syslog.h:23:42: error: ‘Arguments’ in namespace ‘v8’ does not name a type
  17. static v8::Handle<v8::Value> log (const v8::Arguments& args);
  18. ^
  19. ../node-syslog.h:23:57: error: ISO C++ forbids declaration of ‘args’ with no type [-fpermissive]
  20. static v8::Handle<v8::Value> log (const v8::Arguments& args);
  21. ^
  22. ../node-syslog.h:24:46: error: ‘Arguments’ in namespace ‘v8’ does not name a type
  23. static v8::Handle<v8::Value> setMask (const v8::Arguments& args);
  24. ^
  25. ../node-syslog.h:24:61: error: ISO C++ forbids declaration of ‘args’ with no type [-fpermissive]
  26. static v8::Handle<v8::Value> setMask (const v8::Arguments& args);
  27. ^
  28. ../node-syslog.h:25:46: error: ‘Arguments’ in namespace ‘v8’ does not name a type
  29. static v8::Handle<v8::Value> destroy (const v8::Arguments& args);
  30. ^
  31. ../node-syslog.h:25:61: error: ISO C++ forbids declaration of ‘args’ with no type [-fpermissive]
  32. static v8::Handle<v8::Value> destroy (const v8::Arguments& args);
  33. ^
  34. ../syslog.cc: In static member function ‘static void node::Syslog::Initialize(v8::Handle<v8::Object>)’:
  35. ../syslog.cc:13:52: error: no matching function for call to ‘v8::FunctionTemplate::New()’
  36. Local<FunctionTemplate> t = FunctionTemplate::New();
  37. ^
  38. ../syslog.cc:13:52: note: candidate is:
  39. In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0,
  40. from ../node-syslog.h:4,
  41. from ../syslog.cc:1:
  42. /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:3455:34: note: static v8::Local<v8::FunctionTemplate> v8::FunctionTemplate::New(v8::Isolate*, v8::FunctionCallback, v8::Handle<v8::Value>, v8::Handle<v8::Signature>, int)
  43. static Local<FunctionTemplate> New(
  44. ^
  45. /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:3455:34: note: candidate expects 5 arguments, 0 provided
  46. ../syslog.cc:14:60: error: no matching function for call to ‘v8::Persistent<v8::FunctionTemplate>::New(v8::Local<v8::FunctionTemplate>&)’
  47. constructor_template = Persistent<FunctionTemplate>::New(t);
  48. ^
  49. ../syslog.cc:14:60: note: candidate is:
  50. In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0,
  51. from ../node-syslog.h:4,
  52. from ../syslog.cc:1:
  53. /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:5809:4: note: static T* v8::PersistentBase<T>::New(v8::Isolate*, T*) [with T = v8::FunctionTemplate]
  54. T* PersistentBase<T>::New(Isolate* isolate, T* that) {
  55. ^
  56. /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:5809:4: note: candidate expects 2 arguments, 1 provided
  57. ../syslog.cc:15:22: error: base operand of ‘->’ has non-pointer type ‘v8::Persistent<v8::FunctionTemplate>’
  58. constructor_template->InstanceTemplate()->SetInternalFieldCount(1);
  59. ^
  60. ../syslog.cc:16:22: error: base operand of ‘->’ has non-pointer type ‘v8::Persistent<v8::FunctionTemplate>’
  61. constructor_template->SetClassName(String::NewSymbol("Syslog"));
  62. ^
  63. ../syslog.cc:16:37: error: ‘NewSymbol’ is not a member of ‘v8::String’
  64. constructor_template->SetClassName(String::NewSymbol("Syslog"));
  65. ^
  66. ../syslog.cc:19:60: error: no matching function for call to ‘NODE_SET_METHOD(v8::Persistent<v8::FunctionTemplate>&, const char [5], v8::Handle<v8::Value> (&)(const int&))’
  67. NODE_SET_METHOD(constructor_template, "init", Syslog::init);
  68. ^
  69. ../syslog.cc:19:60: note: candidate is:
  70. In file included from ../node-syslog.h:4:0,
  71. from ../syslog.cc:1:
  72. /home/nix/.node-gyp/0.12.2/src/node.h:228:13: note: template<class TypeName> void node::NODE_SET_METHOD(const TypeName&, const char*, v8::FunctionCallback)
  73. inline void NODE_SET_METHOD(const TypeName& recv,
  74. ^
  75. /home/nix/.node-gyp/0.12.2/src/node.h:228:13: note: template argument deduction/substitution failed:
  76. ../syslog.cc:19:60: note: cannot convert ‘node::Syslog::init’ (type ‘v8::Handle<v8::Value>(const int&)’) to type ‘v8::FunctionCallback {aka void (*)(const v8::FunctionCallbackInfo<v8::Value>&)}’
  77. NODE_SET_METHOD(constructor_template, "init", Syslog::init);
  78. ^
  79. ../syslog.cc:20:58: error: no matching function for call to ‘NODE_SET_METHOD(v8::Persistent<v8::FunctionTemplate>&, const char [4], v8::Handle<v8::Value> (&)(const int&))’
  80. NODE_SET_METHOD(constructor_template, "log", Syslog::log);
  81. ^
  82. ../syslog.cc:20:58: note: candidate is:
  83. In file included from ../node-syslog.h:4:0,
  84. from ../syslog.cc:1:
  85. /home/nix/.node-gyp/0.12.2/src/node.h:228:13: note: template<class TypeName> void node::NODE_SET_METHOD(const TypeName&, const char*, v8::FunctionCallback)
  86. inline void NODE_SET_METHOD(const TypeName& recv,
  87. ^
  88. /home/nix/.node-gyp/0.12.2/src/node.h:228:13: note: template argument deduction/substitution failed:
  89. ../syslog.cc:20:58: note: cannot convert ‘node::Syslog::log’ (type ‘v8::Handle<v8::Value>(const int&)’) to type ‘v8::FunctionCallback {aka void (*)(const v8::FunctionCallbackInfo<v8::Value>&)}’
  90. NODE_SET_METHOD(constructor_template, "log", Syslog::log);
  91. ^
  92. ../syslog.cc:21:66: error: no matching function for call to ‘NODE_SET_METHOD(v8::Persistent<v8::FunctionTemplate>&, const char [8], v8::Handle<v8::Value> (&)(const int&))’
  93. NODE_SET_METHOD(constructor_template, "setMask", Syslog::setMask);
  94. ^
  95. ../syslog.cc:21:66: note: candidate is:
  96. In file included from ../node-syslog.h:4:0,
  97. from ../syslog.cc:1:
  98. /home/nix/.node-gyp/0.12.2/src/node.h:228:13: note: template<class TypeName> void node::NODE_SET_METHOD(const TypeName&, const char*, v8::FunctionCallback)
  99. inline void NODE_SET_METHOD(const TypeName& recv,
  100. ^
  101. /home/nix/.node-gyp/0.12.2/src/node.h:228:13: note: template argument deduction/substitution failed:
  102. ../syslog.cc:21:66: note: cannot convert ‘node::Syslog::setMask’ (type ‘v8::Handle<v8::Value>(const int&)’) to type ‘v8::FunctionCallback {aka void (*)(const v8::FunctionCallbackInfo<v8::Value>&)}’
  103. NODE_SET_METHOD(constructor_template, "setMask", Syslog::setMask);
  104. ^
  105. ../syslog.cc:22:64: error: no matching function for call to ‘NODE_SET_METHOD(v8::Persistent<v8::FunctionTemplate>&, const char [6], v8::Handle<v8::Value> (&)(const int&))’
  106. NODE_SET_METHOD(constructor_template, "close", Syslog::destroy);
  107. ^
  108. ../syslog.cc:22:64: note: candidate is:
  109. In file included from ../node-syslog.h:4:0,
  110. from ../syslog.cc:1:
  111. /home/nix/.node-gyp/0.12.2/src/node.h:228:13: note: template<class TypeName> void node::NODE_SET_METHOD(const TypeName&, const char*, v8::FunctionCallback)
  112. inline void NODE_SET_METHOD(const TypeName& recv,
  113. ^
  114. /home/nix/.node-gyp/0.12.2/src/node.h:228:13: note: template argument deduction/substitution failed:
  115. ../syslog.cc:22:64: note: cannot convert ‘node::Syslog::destroy’ (type ‘v8::Handle<v8::Value>(const int&)’) to type ‘v8::FunctionCallback {aka void (*)(const v8::FunctionCallbackInfo<v8::Value>&)}’
  116. NODE_SET_METHOD(constructor_template, "close", Syslog::destroy);
  117. ^
  118. ../syslog.cc:24:14: error: ‘NewSymbol’ is not a member of ‘v8::String’
  119. target->Set(String::NewSymbol("Syslog"), constructor_template->GetFunction());
  120. ^
  121. ../syslog.cc:24:63: error: base operand of ‘->’ has non-pointer type ‘v8::Persistent<v8::FunctionTemplate>’
  122. target->Set(String::NewSymbol("Syslog"), constructor_template->GetFunction());
  123. ^
  124. ../syslog.cc: At global scope:
  125. ../syslog.cc:28:22: error: ‘Arguments’ does not name a type
  126. Syslog::init ( const Arguments& args)
  127. ^
  128. ../syslog.cc:28:33: error: ISO C++ forbids declaration of ‘args’ with no type [-fpermissive]
  129. Syslog::init ( const Arguments& args)
  130. ^
  131. In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0,
  132. from ../node-syslog.h:4,
  133. from ../syslog.cc:1:
  134. /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h: In static member function ‘static v8::Handle<v8::Value> node::Syslog::init(const int&)’:
  135. /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:816:13: error: ‘v8::HandleScope::HandleScope()’ is protected
  136. V8_INLINE HandleScope() {}
  137. ^
  138. ../syslog.cc:30:14: error: within this context
  139. HandleScope scope;
  140. ^
  141. ../syslog.cc:32:11: error: request for member ‘Length’ in ‘args’, which is of non-class type ‘const int’
  142. if (args.Length() == 0 || !args[0]->IsString()) {
  143. ^
  144. ../syslog.cc:32:35: error: invalid types ‘const int[int]’ for array subscript
  145. if (args.Length() == 0 || !args[0]->IsString()) {
  146. ^
  147. ../syslog.cc:34:4: error: ‘New’ is not a member of ‘v8::String’
  148. String::New("Must give daemonname string as argument")));
  149. ^
  150. ../syslog.cc:34:59: error: ‘ThrowException’ was not declared in this scope
  151. String::New("Must give daemonname string as argument")));
  152. ^
  153. ../syslog.cc:37:11: error: request for member ‘Length’ in ‘args’, which is of non-class type ‘const int’
  154. if (args.Length() < 3 ) {
  155. ^
  156. ../syslog.cc:39:4: error: ‘New’ is not a member of ‘v8::String’
  157. String::New("Must have atleast 3 params as argument")));
  158. ^
  159. ../syslog.cc:39:58: error: ‘ThrowException’ was not declared in this scope
  160. String::New("Must have atleast 3 params as argument")));
  161. ^
  162. ../syslog.cc:45:8: error: invalid types ‘const int[int]’ for array subscript
  163. args[0]->ToString()->WriteAscii((char*) &name);
  164. ^
  165. ../syslog.cc:46:22: error: invalid types ‘const int[int]’ for array subscript
  166. int options = args[1]->ToInt32()->Value();
  167. ^
  168. ../syslog.cc:47:23: error: invalid types ‘const int[int]’ for array subscript
  169. int facility = args[2]->ToInt32()->Value();
  170. ^
  171. ../syslog.cc:50:15: error: ‘class v8::HandleScope’ has no member named ‘Close’
  172. return scope.Close(Undefined());
  173. ^
  174. ../syslog.cc:50:31: error: too few arguments to function ‘v8::Handle<v8::Primitive> v8::Undefined(v8::Isolate*)’
  175. return scope.Close(Undefined());
  176. ^
  177. In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0,
  178. from ../node-syslog.h:4,
  179. from ../syslog.cc:1:
  180. /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:305:28: note: declared here
  181. friend Handle<Primitive> Undefined(Isolate* isolate);
  182. ^
  183. ../syslog.cc: In function ‘void UV_AfterLog(uv_work_t*)’:
  184. ../syslog.cc:62:14: error: ‘class v8::Persistent<v8::Function>’ has no member named ‘Dispose’
  185. log_req->cb.Dispose(); // is this necessary?
  186. ^
  187. ../syslog.cc: At global scope:
  188. ../syslog.cc:77:21: error: ‘Arguments’ does not name a type
  189. Syslog::log ( const Arguments& args)
  190. ^
  191. ../syslog.cc:77:32: error: ISO C++ forbids declaration of ‘args’ with no type [-fpermissive]
  192. Syslog::log ( const Arguments& args)
  193. ^
  194. In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0,
  195. from ../node-syslog.h:4,
  196. from ../syslog.cc:1:
  197. /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h: In static member function ‘static v8::Handle<v8::Value> node::Syslog::log(const int&)’:
  198. /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:816:13: error: ‘v8::HandleScope::HandleScope()’ is protected
  199. V8_INLINE HandleScope() {}
  200. ^
  201. ../syslog.cc:79:14: error: within this context
  202. HandleScope scope;
  203. ^
  204. ../syslog.cc:80:51: error: invalid types ‘const int[int]’ for array subscript
  205. Local<Function> cb = Local<Function>::Cast(args[3]);
  206. ^
  207. ../syslog.cc:86:3: error: ‘LowMemoryNotification’ is not a member of ‘v8::V8’
  208. V8::LowMemoryNotification();
  209. ^
  210. ../syslog.cc:88:4: error: ‘New’ is not a member of ‘v8::String’
  211. String::New("Could not allocate enought memory")));
  212. ^
  213. ../syslog.cc:88:53: error: ‘ThrowException’ was not declared in this scope
  214. String::New("Could not allocate enought memory")));
  215. ^
  216. ../syslog.cc:93:4: error: ‘New’ is not a member of ‘v8::String’
  217. String::New("init method has to be called befor syslog")));
  218. ^
  219. ../syslog.cc:93:61: error: ‘ThrowException’ was not declared in this scope
  220. String::New("init method has to be called befor syslog")));
  221. ^
  222. ../syslog.cc:95:2: error: ‘AsciiValue’ is not a member of ‘v8::String’
  223. String::AsciiValue msg(args[1]);
  224. ^
  225. ../syslog.cc:95:21: error: expected ‘;’ before ‘msg’
  226. String::AsciiValue msg(args[1]);
  227. ^
  228. ../syslog.cc:96:29: error: invalid types ‘const int[int]’ for array subscript
  229. uint32_t log_level = args[0]->Int32Value();
  230. ^
  231. ../syslog.cc:98:44: error: no matching function for call to ‘v8::Persistent<v8::Function>::New(v8::Local<v8::Function>&)’
  232. log_req->cb = Persistent<Function>::New(cb);
  233. ^
  234. ../syslog.cc:98:44: note: candidate is:
  235. In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0,
  236. from ../node-syslog.h:4,
  237. from ../syslog.cc:1:
  238. /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:5809:4: note: static T* v8::PersistentBase<T>::New(v8::Isolate*, T*) [with T = v8::Function]
  239. T* PersistentBase<T>::New(Isolate* isolate, T* that) {
  240. ^
  241. /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:5809:4: note: candidate expects 2 arguments, 1 provided
  242. ../syslog.cc:99:25: error: ‘msg’ was not declared in this scope
  243. log_req->msg = strdup(*msg);
  244. ^
  245. ../syslog.cc:107:15: error: ‘class v8::HandleScope’ has no member named ‘Close’
  246. return scope.Close(Undefined());
  247. ^
  248. ../syslog.cc:107:31: error: too few arguments to function ‘v8::Handle<v8::Primitive> v8::Undefined(v8::Isolate*)’
  249. return scope.Close(Undefined());
  250. ^
  251. In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0,
  252. from ../node-syslog.h:4,
  253. from ../syslog.cc:1:
  254. /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:305:28: note: declared here
  255. friend Handle<Primitive> Undefined(Isolate* isolate);
  256. ^
  257. ../syslog.cc: At global scope:
  258. ../syslog.cc:111:25: error: ‘Arguments’ does not name a type
  259. Syslog::destroy ( const Arguments& args)
  260. ^
  261. ../syslog.cc:111:36: error: ISO C++ forbids declaration of ‘args’ with no type [-fpermissive]
  262. Syslog::destroy ( const Arguments& args)
  263. ^
  264. ../syslog.cc: In static member function ‘static v8::Handle<v8::Value> node::Syslog::destroy(const int&)’:
  265. ../syslog.cc:114:19: error: too few arguments to function ‘v8::Handle<v8::Primitive> v8::Undefined(v8::Isolate*)’
  266. return Undefined();
  267. ^
  268. In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0,
  269. from ../node-syslog.h:4,
  270. from ../syslog.cc:1:
  271. /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:305:28: note: declared here
  272. friend Handle<Primitive> Undefined(Isolate* isolate);
  273. ^
  274. ../syslog.cc: At global scope:
  275. ../syslog.cc:125:25: error: ‘Arguments’ does not name a type
  276. Syslog::setMask ( const Arguments& args)
  277. ^
  278. ../syslog.cc:125:36: error: ISO C++ forbids declaration of ‘args’ with no type [-fpermissive]
  279. Syslog::setMask ( const Arguments& args)
  280. ^
  281. In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0,
  282. from ../node-syslog.h:4,
  283. from ../syslog.cc:1:
  284. /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h: In static member function ‘static v8::Handle<v8::Value> node::Syslog::setMask(const int&)’:
  285. /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:816:13: error: ‘v8::HandleScope::HandleScope()’ is protected
  286. V8_INLINE HandleScope() {}
  287. ^
  288. ../syslog.cc:129:14: error: within this context
  289. HandleScope scope;
  290. ^
  291. ../syslog.cc:131:11: error: request for member ‘Length’ in ‘args’, which is of non-class type ‘const int’
  292. if (args.Length() < 1) {
  293. ^
  294. ../syslog.cc:132:42: error: ‘New’ is not a member of ‘v8::String’
  295. return ThrowException(Exception::Error(String::New("You must provide an mask")));
  296. ^
  297. ../syslog.cc:132:82: error: ‘ThrowException’ was not declared in this scope
  298. return ThrowException(Exception::Error(String::New("You must provide an mask")));
  299. ^
  300. ../syslog.cc:135:13: error: invalid types ‘const int[int]’ for array subscript
  301. if (!args[0]->IsNumber()) {
  302. ^
  303. ../syslog.cc:136:42: error: ‘New’ is not a member of ‘v8::String’
  304. return ThrowException(Exception::Error(String::New("First parameter (mask) should be numeric")));
  305. ^
  306. ../syslog.cc:136:98: error: ‘ThrowException’ was not declared in this scope
  307. return ThrowException(Exception::Error(String::New("First parameter (mask) should be numeric")));
  308. ^
  309. ../syslog.cc:139:11: error: request for member ‘Length’ in ‘args’, which is of non-class type ‘const int’
  310. if (args.Length() == 2 && !args[1]->IsBoolean()) {
  311. ^
  312. ../syslog.cc:139:35: error: invalid types ‘const int[int]’ for array subscript
  313. if (args.Length() == 2 && !args[1]->IsBoolean()) {
  314. ^
  315. ../syslog.cc:140:42: error: ‘New’ is not a member of ‘v8::String’
  316. return ThrowException(Exception::Error(String::New("Second parameter (upTo) should be boolean")));
  317. ^
  318. ../syslog.cc:140:99: error: ‘ThrowException’ was not declared in this scope
  319. return ThrowException(Exception::Error(String::New("Second parameter (upTo) should be boolean")));
  320. ^
  321. ../syslog.cc:143:11: error: request for member ‘Length’ in ‘args’, which is of non-class type ‘const int’
  322. if (args.Length() == 2 && args[1]->IsBoolean()) {
  323. ^
  324. ../syslog.cc:143:34: error: invalid types ‘const int[int]’ for array subscript
  325. if (args.Length() == 2 && args[1]->IsBoolean()) {
  326. ^
  327. ../syslog.cc:147:16: error: invalid types ‘const int[int]’ for array subscript
  328. value = args[0]->Int32Value();
  329. ^
  330. ../syslog.cc:154:15: error: ‘class v8::HandleScope’ has no member named ‘Close’
  331. return scope.Close(Integer::New( setlogmask(mask) ));
  332. ^
  333. ../syslog.cc:154:52: error: no matching function for call to ‘v8::Integer::New(int)’
  334. return scope.Close(Integer::New( setlogmask(mask) ));
  335. ^
  336. ../syslog.cc:154:52: note: candidate is:
  337. In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0,
  338. from ../node-syslog.h:4,
  339. from ../syslog.cc:1:
  340. /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:2012:25: note: static v8::Local<v8::Integer> v8::Integer::New(v8::Isolate*, int32_t)
  341. static Local<Integer> New(Isolate* isolate, int32_t value);
  342. ^
  343. /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:2012:25: note: candidate expects 2 arguments, 1 provided
  344. ../syslog.cc: In static member function ‘static v8::Handle<v8::Value> node::Syslog::init(const int&)’:
  345. ../syslog.cc:51:1: warning: control reaches end of non-void function [-Wreturn-type]
  346. }
  347. ^
  348. ../syslog.cc: In static member function ‘static v8::Handle<v8::Value> node::Syslog::log(const int&)’:
  349. ../syslog.cc:108:1: warning: control reaches end of non-void function [-Wreturn-type]
  350. }
  351. ^
  352. ../syslog.cc: In static member function ‘static v8::Handle<v8::Value> node::Syslog::destroy(const int&)’:
  353. ../syslog.cc:115:1: warning: control reaches end of non-void function [-Wreturn-type]
  354. }
  355. ^
  356. ../syslog.cc: In static member function ‘static v8::Handle<v8::Value> node::Syslog::setMask(const int&)’:
  357. ../syslog.cc:155:1: warning: control reaches end of non-void function [-Wreturn-type]
  358. }
  359. ^
  360. make: *** [Release/obj.target/syslog/syslog.o] Error 1
  361. make: Leaving directory `/var/www/html/nix/jqm/node_modules/download.jqueryui.com/node_modules/simple-log/node_modules/node-syslog/build'
  362. gyp ERR! build error
  363. gyp ERR! stack Error: `make` failed with exit code: 2
  364. gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:269:23)
  365. gyp ERR! stack at ChildProcess.emit (events.js:110:17)
  366. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1074:12)
  367. gyp ERR! System Linux 3.14.9-200.fc20.x86_64
  368. gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  369. gyp ERR! cwd /var/www/html/nix/jqm/node_modules/download.jqueryui.com/node_modules/simple-log/node_modules/node-syslog
  370. gyp ERR! node -v v0.12.2
  371. gyp ERR! node-gyp -v v1.0.3
  372. gyp ERR! not ok
  373. npm WARN engine hawk@0.10.2: wanted: {"node":"0.8.x"} (current: {"node":"0.12.2","npm":"2.7.6"})
  374. npm WARN engine boom@0.3.8: wanted: {"node":"0.8.x"} (current: {"node":"0.12.2","npm":"2.7.6"})
  375. npm WARN engine hoek@0.7.6: wanted: {"node":"0.8.x"} (current: {"node":"0.12.2","npm":"2.7.6"})
  376. npm WARN engine sntp@0.1.4: wanted: {"node":"0.8.x"} (current: {"node":"0.12.2","npm":"2.7.6"})
  377. npm WARN engine cryptiles@0.1.3: wanted: {"node":"0.8.x"} (current: {"node":"0.12.2","npm":"2.7.6"})
  378. npm ERR! Linux 3.14.9-200.fc20.x86_64
  379. npm ERR! argv "node" "/usr/bin/npm" "install" "download.jqueryui.com"
  380. npm ERR! node v0.12.2
  381. npm ERR! npm v2.7.6
  382. npm ERR! code ELIFECYCLE
  383.  
  384. npm ERR! node-syslog@1.1.7 install: `node-gyp rebuild`
  385. npm ERR! Exit status 1
  386. npm ERR!
  387. npm ERR! Failed at the node-syslog@1.1.7 install script 'node-gyp rebuild'.
  388. npm ERR! This is most likely a problem with the node-syslog package,
  389. npm ERR! not with npm itself.
  390. npm ERR! Tell the author that this fails on your system:
  391. npm ERR! node-gyp rebuild
  392. npm ERR! You can get their info via:
  393. npm ERR! npm owner ls node-syslog
  394. npm ERR! There is likely additional logging output above.
  395.  
  396. npm ERR! Please include the following file with any support request:
  397. npm ERR! /var/www/html/nix/jqm/npm-debug.log
  398. [nix@archie jqm]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement