Created
April 15, 2015 19:52
-
-
Save gabrielschulhof/5198636ada9d18d5ae23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [nix@archie jqm]$ npm install download.jqueryui.com | |
| npm WARN package.json [email protected] No README data | |
| > [email protected] install /var/www/html/nix/jqm/node_modules/download.jqueryui.com/node_modules/simple-log/node_modules/node-syslog | |
| > node-gyp rebuild | |
| make: Entering directory `/var/www/html/nix/jqm/node_modules/download.jqueryui.com/node_modules/simple-log/node_modules/node-syslog/build' | |
| CXX(target) Release/obj.target/syslog/syslog.o | |
| In file included from ../syslog.cc:1:0: | |
| ../node-syslog.h:22:45: error: ‘Arguments’ in namespace ‘v8’ does not name a type | |
| static v8::Handle<v8::Value> init (const v8::Arguments& args); | |
| ^ | |
| ../node-syslog.h:22:60: error: ISO C++ forbids declaration of ‘args’ with no type [-fpermissive] | |
| static v8::Handle<v8::Value> init (const v8::Arguments& args); | |
| ^ | |
| ../node-syslog.h:23:42: error: ‘Arguments’ in namespace ‘v8’ does not name a type | |
| static v8::Handle<v8::Value> log (const v8::Arguments& args); | |
| ^ | |
| ../node-syslog.h:23:57: error: ISO C++ forbids declaration of ‘args’ with no type [-fpermissive] | |
| static v8::Handle<v8::Value> log (const v8::Arguments& args); | |
| ^ | |
| ../node-syslog.h:24:46: error: ‘Arguments’ in namespace ‘v8’ does not name a type | |
| static v8::Handle<v8::Value> setMask (const v8::Arguments& args); | |
| ^ | |
| ../node-syslog.h:24:61: error: ISO C++ forbids declaration of ‘args’ with no type [-fpermissive] | |
| static v8::Handle<v8::Value> setMask (const v8::Arguments& args); | |
| ^ | |
| ../node-syslog.h:25:46: error: ‘Arguments’ in namespace ‘v8’ does not name a type | |
| static v8::Handle<v8::Value> destroy (const v8::Arguments& args); | |
| ^ | |
| ../node-syslog.h:25:61: error: ISO C++ forbids declaration of ‘args’ with no type [-fpermissive] | |
| static v8::Handle<v8::Value> destroy (const v8::Arguments& args); | |
| ^ | |
| ../syslog.cc: In static member function ‘static void node::Syslog::Initialize(v8::Handle<v8::Object>)’: | |
| ../syslog.cc:13:52: error: no matching function for call to ‘v8::FunctionTemplate::New()’ | |
| Local<FunctionTemplate> t = FunctionTemplate::New(); | |
| ^ | |
| ../syslog.cc:13:52: note: candidate is: | |
| In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0, | |
| from ../node-syslog.h:4, | |
| from ../syslog.cc:1: | |
| /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) | |
| static Local<FunctionTemplate> New( | |
| ^ | |
| /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:3455:34: note: candidate expects 5 arguments, 0 provided | |
| ../syslog.cc:14:60: error: no matching function for call to ‘v8::Persistent<v8::FunctionTemplate>::New(v8::Local<v8::FunctionTemplate>&)’ | |
| constructor_template = Persistent<FunctionTemplate>::New(t); | |
| ^ | |
| ../syslog.cc:14:60: note: candidate is: | |
| In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0, | |
| from ../node-syslog.h:4, | |
| from ../syslog.cc:1: | |
| /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] | |
| T* PersistentBase<T>::New(Isolate* isolate, T* that) { | |
| ^ | |
| /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:5809:4: note: candidate expects 2 arguments, 1 provided | |
| ../syslog.cc:15:22: error: base operand of ‘->’ has non-pointer type ‘v8::Persistent<v8::FunctionTemplate>’ | |
| constructor_template->InstanceTemplate()->SetInternalFieldCount(1); | |
| ^ | |
| ../syslog.cc:16:22: error: base operand of ‘->’ has non-pointer type ‘v8::Persistent<v8::FunctionTemplate>’ | |
| constructor_template->SetClassName(String::NewSymbol("Syslog")); | |
| ^ | |
| ../syslog.cc:16:37: error: ‘NewSymbol’ is not a member of ‘v8::String’ | |
| constructor_template->SetClassName(String::NewSymbol("Syslog")); | |
| ^ | |
| ../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&))’ | |
| NODE_SET_METHOD(constructor_template, "init", Syslog::init); | |
| ^ | |
| ../syslog.cc:19:60: note: candidate is: | |
| In file included from ../node-syslog.h:4:0, | |
| from ../syslog.cc:1: | |
| /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) | |
| inline void NODE_SET_METHOD(const TypeName& recv, | |
| ^ | |
| /home/nix/.node-gyp/0.12.2/src/node.h:228:13: note: template argument deduction/substitution failed: | |
| ../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>&)}’ | |
| NODE_SET_METHOD(constructor_template, "init", Syslog::init); | |
| ^ | |
| ../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&))’ | |
| NODE_SET_METHOD(constructor_template, "log", Syslog::log); | |
| ^ | |
| ../syslog.cc:20:58: note: candidate is: | |
| In file included from ../node-syslog.h:4:0, | |
| from ../syslog.cc:1: | |
| /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) | |
| inline void NODE_SET_METHOD(const TypeName& recv, | |
| ^ | |
| /home/nix/.node-gyp/0.12.2/src/node.h:228:13: note: template argument deduction/substitution failed: | |
| ../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>&)}’ | |
| NODE_SET_METHOD(constructor_template, "log", Syslog::log); | |
| ^ | |
| ../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&))’ | |
| NODE_SET_METHOD(constructor_template, "setMask", Syslog::setMask); | |
| ^ | |
| ../syslog.cc:21:66: note: candidate is: | |
| In file included from ../node-syslog.h:4:0, | |
| from ../syslog.cc:1: | |
| /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) | |
| inline void NODE_SET_METHOD(const TypeName& recv, | |
| ^ | |
| /home/nix/.node-gyp/0.12.2/src/node.h:228:13: note: template argument deduction/substitution failed: | |
| ../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>&)}’ | |
| NODE_SET_METHOD(constructor_template, "setMask", Syslog::setMask); | |
| ^ | |
| ../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&))’ | |
| NODE_SET_METHOD(constructor_template, "close", Syslog::destroy); | |
| ^ | |
| ../syslog.cc:22:64: note: candidate is: | |
| In file included from ../node-syslog.h:4:0, | |
| from ../syslog.cc:1: | |
| /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) | |
| inline void NODE_SET_METHOD(const TypeName& recv, | |
| ^ | |
| /home/nix/.node-gyp/0.12.2/src/node.h:228:13: note: template argument deduction/substitution failed: | |
| ../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>&)}’ | |
| NODE_SET_METHOD(constructor_template, "close", Syslog::destroy); | |
| ^ | |
| ../syslog.cc:24:14: error: ‘NewSymbol’ is not a member of ‘v8::String’ | |
| target->Set(String::NewSymbol("Syslog"), constructor_template->GetFunction()); | |
| ^ | |
| ../syslog.cc:24:63: error: base operand of ‘->’ has non-pointer type ‘v8::Persistent<v8::FunctionTemplate>’ | |
| target->Set(String::NewSymbol("Syslog"), constructor_template->GetFunction()); | |
| ^ | |
| ../syslog.cc: At global scope: | |
| ../syslog.cc:28:22: error: ‘Arguments’ does not name a type | |
| Syslog::init ( const Arguments& args) | |
| ^ | |
| ../syslog.cc:28:33: error: ISO C++ forbids declaration of ‘args’ with no type [-fpermissive] | |
| Syslog::init ( const Arguments& args) | |
| ^ | |
| In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0, | |
| from ../node-syslog.h:4, | |
| from ../syslog.cc:1: | |
| /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&)’: | |
| /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:816:13: error: ‘v8::HandleScope::HandleScope()’ is protected | |
| V8_INLINE HandleScope() {} | |
| ^ | |
| ../syslog.cc:30:14: error: within this context | |
| HandleScope scope; | |
| ^ | |
| ../syslog.cc:32:11: error: request for member ‘Length’ in ‘args’, which is of non-class type ‘const int’ | |
| if (args.Length() == 0 || !args[0]->IsString()) { | |
| ^ | |
| ../syslog.cc:32:35: error: invalid types ‘const int[int]’ for array subscript | |
| if (args.Length() == 0 || !args[0]->IsString()) { | |
| ^ | |
| ../syslog.cc:34:4: error: ‘New’ is not a member of ‘v8::String’ | |
| String::New("Must give daemonname string as argument"))); | |
| ^ | |
| ../syslog.cc:34:59: error: ‘ThrowException’ was not declared in this scope | |
| String::New("Must give daemonname string as argument"))); | |
| ^ | |
| ../syslog.cc:37:11: error: request for member ‘Length’ in ‘args’, which is of non-class type ‘const int’ | |
| if (args.Length() < 3 ) { | |
| ^ | |
| ../syslog.cc:39:4: error: ‘New’ is not a member of ‘v8::String’ | |
| String::New("Must have atleast 3 params as argument"))); | |
| ^ | |
| ../syslog.cc:39:58: error: ‘ThrowException’ was not declared in this scope | |
| String::New("Must have atleast 3 params as argument"))); | |
| ^ | |
| ../syslog.cc:45:8: error: invalid types ‘const int[int]’ for array subscript | |
| args[0]->ToString()->WriteAscii((char*) &name); | |
| ^ | |
| ../syslog.cc:46:22: error: invalid types ‘const int[int]’ for array subscript | |
| int options = args[1]->ToInt32()->Value(); | |
| ^ | |
| ../syslog.cc:47:23: error: invalid types ‘const int[int]’ for array subscript | |
| int facility = args[2]->ToInt32()->Value(); | |
| ^ | |
| ../syslog.cc:50:15: error: ‘class v8::HandleScope’ has no member named ‘Close’ | |
| return scope.Close(Undefined()); | |
| ^ | |
| ../syslog.cc:50:31: error: too few arguments to function ‘v8::Handle<v8::Primitive> v8::Undefined(v8::Isolate*)’ | |
| return scope.Close(Undefined()); | |
| ^ | |
| In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0, | |
| from ../node-syslog.h:4, | |
| from ../syslog.cc:1: | |
| /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:305:28: note: declared here | |
| friend Handle<Primitive> Undefined(Isolate* isolate); | |
| ^ | |
| ../syslog.cc: In function ‘void UV_AfterLog(uv_work_t*)’: | |
| ../syslog.cc:62:14: error: ‘class v8::Persistent<v8::Function>’ has no member named ‘Dispose’ | |
| log_req->cb.Dispose(); // is this necessary? | |
| ^ | |
| ../syslog.cc: At global scope: | |
| ../syslog.cc:77:21: error: ‘Arguments’ does not name a type | |
| Syslog::log ( const Arguments& args) | |
| ^ | |
| ../syslog.cc:77:32: error: ISO C++ forbids declaration of ‘args’ with no type [-fpermissive] | |
| Syslog::log ( const Arguments& args) | |
| ^ | |
| In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0, | |
| from ../node-syslog.h:4, | |
| from ../syslog.cc:1: | |
| /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&)’: | |
| /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:816:13: error: ‘v8::HandleScope::HandleScope()’ is protected | |
| V8_INLINE HandleScope() {} | |
| ^ | |
| ../syslog.cc:79:14: error: within this context | |
| HandleScope scope; | |
| ^ | |
| ../syslog.cc:80:51: error: invalid types ‘const int[int]’ for array subscript | |
| Local<Function> cb = Local<Function>::Cast(args[3]); | |
| ^ | |
| ../syslog.cc:86:3: error: ‘LowMemoryNotification’ is not a member of ‘v8::V8’ | |
| V8::LowMemoryNotification(); | |
| ^ | |
| ../syslog.cc:88:4: error: ‘New’ is not a member of ‘v8::String’ | |
| String::New("Could not allocate enought memory"))); | |
| ^ | |
| ../syslog.cc:88:53: error: ‘ThrowException’ was not declared in this scope | |
| String::New("Could not allocate enought memory"))); | |
| ^ | |
| ../syslog.cc:93:4: error: ‘New’ is not a member of ‘v8::String’ | |
| String::New("init method has to be called befor syslog"))); | |
| ^ | |
| ../syslog.cc:93:61: error: ‘ThrowException’ was not declared in this scope | |
| String::New("init method has to be called befor syslog"))); | |
| ^ | |
| ../syslog.cc:95:2: error: ‘AsciiValue’ is not a member of ‘v8::String’ | |
| String::AsciiValue msg(args[1]); | |
| ^ | |
| ../syslog.cc:95:21: error: expected ‘;’ before ‘msg’ | |
| String::AsciiValue msg(args[1]); | |
| ^ | |
| ../syslog.cc:96:29: error: invalid types ‘const int[int]’ for array subscript | |
| uint32_t log_level = args[0]->Int32Value(); | |
| ^ | |
| ../syslog.cc:98:44: error: no matching function for call to ‘v8::Persistent<v8::Function>::New(v8::Local<v8::Function>&)’ | |
| log_req->cb = Persistent<Function>::New(cb); | |
| ^ | |
| ../syslog.cc:98:44: note: candidate is: | |
| In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0, | |
| from ../node-syslog.h:4, | |
| from ../syslog.cc:1: | |
| /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] | |
| T* PersistentBase<T>::New(Isolate* isolate, T* that) { | |
| ^ | |
| /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:5809:4: note: candidate expects 2 arguments, 1 provided | |
| ../syslog.cc:99:25: error: ‘msg’ was not declared in this scope | |
| log_req->msg = strdup(*msg); | |
| ^ | |
| ../syslog.cc:107:15: error: ‘class v8::HandleScope’ has no member named ‘Close’ | |
| return scope.Close(Undefined()); | |
| ^ | |
| ../syslog.cc:107:31: error: too few arguments to function ‘v8::Handle<v8::Primitive> v8::Undefined(v8::Isolate*)’ | |
| return scope.Close(Undefined()); | |
| ^ | |
| In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0, | |
| from ../node-syslog.h:4, | |
| from ../syslog.cc:1: | |
| /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:305:28: note: declared here | |
| friend Handle<Primitive> Undefined(Isolate* isolate); | |
| ^ | |
| ../syslog.cc: At global scope: | |
| ../syslog.cc:111:25: error: ‘Arguments’ does not name a type | |
| Syslog::destroy ( const Arguments& args) | |
| ^ | |
| ../syslog.cc:111:36: error: ISO C++ forbids declaration of ‘args’ with no type [-fpermissive] | |
| Syslog::destroy ( const Arguments& args) | |
| ^ | |
| ../syslog.cc: In static member function ‘static v8::Handle<v8::Value> node::Syslog::destroy(const int&)’: | |
| ../syslog.cc:114:19: error: too few arguments to function ‘v8::Handle<v8::Primitive> v8::Undefined(v8::Isolate*)’ | |
| return Undefined(); | |
| ^ | |
| In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0, | |
| from ../node-syslog.h:4, | |
| from ../syslog.cc:1: | |
| /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:305:28: note: declared here | |
| friend Handle<Primitive> Undefined(Isolate* isolate); | |
| ^ | |
| ../syslog.cc: At global scope: | |
| ../syslog.cc:125:25: error: ‘Arguments’ does not name a type | |
| Syslog::setMask ( const Arguments& args) | |
| ^ | |
| ../syslog.cc:125:36: error: ISO C++ forbids declaration of ‘args’ with no type [-fpermissive] | |
| Syslog::setMask ( const Arguments& args) | |
| ^ | |
| In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0, | |
| from ../node-syslog.h:4, | |
| from ../syslog.cc:1: | |
| /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&)’: | |
| /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:816:13: error: ‘v8::HandleScope::HandleScope()’ is protected | |
| V8_INLINE HandleScope() {} | |
| ^ | |
| ../syslog.cc:129:14: error: within this context | |
| HandleScope scope; | |
| ^ | |
| ../syslog.cc:131:11: error: request for member ‘Length’ in ‘args’, which is of non-class type ‘const int’ | |
| if (args.Length() < 1) { | |
| ^ | |
| ../syslog.cc:132:42: error: ‘New’ is not a member of ‘v8::String’ | |
| return ThrowException(Exception::Error(String::New("You must provide an mask"))); | |
| ^ | |
| ../syslog.cc:132:82: error: ‘ThrowException’ was not declared in this scope | |
| return ThrowException(Exception::Error(String::New("You must provide an mask"))); | |
| ^ | |
| ../syslog.cc:135:13: error: invalid types ‘const int[int]’ for array subscript | |
| if (!args[0]->IsNumber()) { | |
| ^ | |
| ../syslog.cc:136:42: error: ‘New’ is not a member of ‘v8::String’ | |
| return ThrowException(Exception::Error(String::New("First parameter (mask) should be numeric"))); | |
| ^ | |
| ../syslog.cc:136:98: error: ‘ThrowException’ was not declared in this scope | |
| return ThrowException(Exception::Error(String::New("First parameter (mask) should be numeric"))); | |
| ^ | |
| ../syslog.cc:139:11: error: request for member ‘Length’ in ‘args’, which is of non-class type ‘const int’ | |
| if (args.Length() == 2 && !args[1]->IsBoolean()) { | |
| ^ | |
| ../syslog.cc:139:35: error: invalid types ‘const int[int]’ for array subscript | |
| if (args.Length() == 2 && !args[1]->IsBoolean()) { | |
| ^ | |
| ../syslog.cc:140:42: error: ‘New’ is not a member of ‘v8::String’ | |
| return ThrowException(Exception::Error(String::New("Second parameter (upTo) should be boolean"))); | |
| ^ | |
| ../syslog.cc:140:99: error: ‘ThrowException’ was not declared in this scope | |
| return ThrowException(Exception::Error(String::New("Second parameter (upTo) should be boolean"))); | |
| ^ | |
| ../syslog.cc:143:11: error: request for member ‘Length’ in ‘args’, which is of non-class type ‘const int’ | |
| if (args.Length() == 2 && args[1]->IsBoolean()) { | |
| ^ | |
| ../syslog.cc:143:34: error: invalid types ‘const int[int]’ for array subscript | |
| if (args.Length() == 2 && args[1]->IsBoolean()) { | |
| ^ | |
| ../syslog.cc:147:16: error: invalid types ‘const int[int]’ for array subscript | |
| value = args[0]->Int32Value(); | |
| ^ | |
| ../syslog.cc:154:15: error: ‘class v8::HandleScope’ has no member named ‘Close’ | |
| return scope.Close(Integer::New( setlogmask(mask) )); | |
| ^ | |
| ../syslog.cc:154:52: error: no matching function for call to ‘v8::Integer::New(int)’ | |
| return scope.Close(Integer::New( setlogmask(mask) )); | |
| ^ | |
| ../syslog.cc:154:52: note: candidate is: | |
| In file included from /home/nix/.node-gyp/0.12.2/src/node.h:61:0, | |
| from ../node-syslog.h:4, | |
| from ../syslog.cc:1: | |
| /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) | |
| static Local<Integer> New(Isolate* isolate, int32_t value); | |
| ^ | |
| /home/nix/.node-gyp/0.12.2/deps/v8/include/v8.h:2012:25: note: candidate expects 2 arguments, 1 provided | |
| ../syslog.cc: In static member function ‘static v8::Handle<v8::Value> node::Syslog::init(const int&)’: | |
| ../syslog.cc:51:1: warning: control reaches end of non-void function [-Wreturn-type] | |
| } | |
| ^ | |
| ../syslog.cc: In static member function ‘static v8::Handle<v8::Value> node::Syslog::log(const int&)’: | |
| ../syslog.cc:108:1: warning: control reaches end of non-void function [-Wreturn-type] | |
| } | |
| ^ | |
| ../syslog.cc: In static member function ‘static v8::Handle<v8::Value> node::Syslog::destroy(const int&)’: | |
| ../syslog.cc:115:1: warning: control reaches end of non-void function [-Wreturn-type] | |
| } | |
| ^ | |
| ../syslog.cc: In static member function ‘static v8::Handle<v8::Value> node::Syslog::setMask(const int&)’: | |
| ../syslog.cc:155:1: warning: control reaches end of non-void function [-Wreturn-type] | |
| } | |
| ^ | |
| make: *** [Release/obj.target/syslog/syslog.o] Error 1 | |
| make: Leaving directory `/var/www/html/nix/jqm/node_modules/download.jqueryui.com/node_modules/simple-log/node_modules/node-syslog/build' | |
| gyp ERR! build error | |
| gyp ERR! stack Error: `make` failed with exit code: 2 | |
| gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:269:23) | |
| gyp ERR! stack at ChildProcess.emit (events.js:110:17) | |
| gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1074:12) | |
| gyp ERR! System Linux 3.14.9-200.fc20.x86_64 | |
| gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" | |
| gyp ERR! cwd /var/www/html/nix/jqm/node_modules/download.jqueryui.com/node_modules/simple-log/node_modules/node-syslog | |
| gyp ERR! node -v v0.12.2 | |
| gyp ERR! node-gyp -v v1.0.3 | |
| gyp ERR! not ok | |
| npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"0.12.2","npm":"2.7.6"}) | |
| npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"0.12.2","npm":"2.7.6"}) | |
| npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"0.12.2","npm":"2.7.6"}) | |
| npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"0.12.2","npm":"2.7.6"}) | |
| npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"0.12.2","npm":"2.7.6"}) | |
| npm ERR! Linux 3.14.9-200.fc20.x86_64 | |
| npm ERR! argv "node" "/usr/bin/npm" "install" "download.jqueryui.com" | |
| npm ERR! node v0.12.2 | |
| npm ERR! npm v2.7.6 | |
| 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 'node-gyp rebuild'. | |
| npm ERR! This is most likely a problem with the node-syslog 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 node-syslog | |
| npm ERR! There is likely additional logging output above. | |
| npm ERR! Please include the following file with any support request: | |
| npm ERR! /var/www/html/nix/jqm/npm-debug.log | |
| [nix@archie jqm]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment