lwip: Does not install on Ubuntu 14.04 with node 4.2.2
npm WARN deprecated lodash-node@2.4.1: This package is no longer maintained. See its readme for upgrade details.
lwip@0.0.6 install /home/r2sd/relatas/node_modules/lwip node-gyp rebuild
make: Entering directory /home/r2sd/relatas/node_modules/lwip/build'   CXX(target) Release/obj.target/lwip_decoder/src/decoder/init.o In file included from ../src/decoder/decoder.h:13:0,                  from ../src/decoder/init.cpp:1: ../node_modules/nan/nan.h:120:25: error: redefinition of ‘template<class T> v8::Local<T> _NanEnsureLocal(v8::Local<T>)’  NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) {                          ^ ../node_modules/nan/nan.h:115:25: error: ‘template<class T> v8::Local<T> _NanEnsureLocal(v8::Handle<T>)’ previously declared here  NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Handle<T> val) {                          ^ ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Signature> NanNew(v8::Handle<v8::FunctionTemplate>, int, v8::Handle<v8::FunctionTemplate>*)’: ../node_modules/nan/nan.h:207:78: error: no matching function for call to ‘v8::Signature::New(v8::Isolate*, v8::Handle<v8::FunctionTemplate>&, int&, v8::Handle<v8::FunctionTemplate>*&)’      return v8::Signature::New(v8::Isolate::GetCurrent(), receiver, argc, argv);                                                                               ^ ../node_modules/nan/nan.h:207:78: note: candidate is: In file included from /home/r2sd/.node-gyp/4.2.2/include/node/node.h:42:0,                  from ../src/decoder/decoder.h:11,                  from ../src/decoder/init.cpp:1: /home/r2sd/.node-gyp/4.2.2/include/node/v8.h:4675:27: note: static v8::Local<v8::Signature> v8::Signature::New(v8::Isolate*, v8::Local<v8::FunctionTemplate>)    static Local<Signature> New(                            ^ /home/r2sd/.node-gyp/4.2.2/include/node/v8.h:4675:27: note:   candidate expects 2 arguments, 4 provided In file included from ../src/decoder/decoder.h:13:0,                  from ../src/decoder/init.cpp:1: ../node_modules/nan/nan.h: At global scope: ../node_modules/nan/nan.h:289:3: error: redefinition of ‘v8::Local<T> NanNew(P) [with T = v8::StringObject; P = v8::Local<v8::String>]’    NanNew<v8::StringObject, v8::Handle<v8::String> >(    ^ ../node_modules/nan/nan.h:282:3: error: ‘v8::Local<T> NanNew(P) [with T = v8::StringObject; P = v8::Local<v8::String>]’ previously declared here    NanNew<v8::StringObject, v8::Local<v8::String> >(    ^ ../node_modules/nan/nan.h:307:36: error: redefinition of ‘template<class T> v8::Local<v8::RegExp> NanNew(v8::Local<v8::String>, v8::RegExp::Flags)’    NAN_INLINE v8::Local<v8::RegExp> NanNew(                                     ^ ../node_modules/nan/nan.h:301:36: error: ‘template<class T> v8::Local<v8::RegExp> NanNew(v8::Handle<v8::String>, v8::RegExp::Flags)’ previously declared here    NAN_INLINE v8::Local<v8::RegExp> NanNew(                                     ^ ../node_modules/nan/nan.h:319:36: error: redefinition of ‘template<class T, class P> v8::Local<v8::RegExp> NanNew(v8::Local<v8::String>, v8::RegExp::Flags)’    NAN_INLINE v8::Local<v8::RegExp> NanNew(                                     ^ ../node_modules/nan/nan.h:313:36: error: ‘template<class T, class P> v8::Local<v8::RegExp> NanNew(v8::Handle<v8::String>, v8::RegExp::Flags)’ previously declared here    NAN_INLINE v8::Local<v8::RegExp> NanNew(                                     ^ ../node_modules/nan/nan.h:778:13: error: ‘node::smalloc’ has not been declared      , node::smalloc::FreeCallback callback              ^ ../node_modules/nan/nan.h:778:35: error: expected ‘,’ or ‘...’ before ‘callback’      , node::smalloc::FreeCallback callback                                    ^ ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanNewBufferHandle(char*, size_t, int)’: ../node_modules/nan/nan.h:782:50: error: ‘callback’ was not declared in this scope          v8::Isolate::GetCurrent(), data, length, callback, hint);                                                   ^ ../node_modules/nan/nan.h:782:60: error: ‘hint’ was not declared in this scope          v8::Isolate::GetCurrent(), data, length, callback, hint);                                                             ^ ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanNewBufferHandle(const char*, uint32_t)’: ../node_modules/nan/nan.h:789:67: error: call of overloaded ‘New(v8::Isolate*, const char*&, uint32_t&)’ is ambiguous      return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);                                                                    ^ ../node_modules/nan/nan.h:789:67: note: candidates are: In file included from ../src/decoder/decoder.h:12:0,                  from ../src/decoder/init.cpp:1: /home/r2sd/.node-gyp/4.2.2/include/node/node_buffer.h:31:40: note: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, v8::Local<v8::String>, node::encoding) <near match>  NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,                                         ^ /home/r2sd/.node-gyp/4.2.2/include/node/node_buffer.h:31:40: note:   no known conversion for argument 3 from ‘uint32_t {aka unsigned int}’ to ‘node::encoding’ /home/r2sd/.node-gyp/4.2.2/include/node/node_buffer.h:43:40: note: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, char*, size_t) <near match>  NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,                                         ^ /home/r2sd/.node-gyp/4.2.2/include/node/node_buffer.h:43:40: note:   no known conversion for argument 2 from ‘const char*’ to ‘char*’ In file included from ../src/decoder/decoder.h:13:0,                  from ../src/decoder/init.cpp:1: ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanNewBufferHandle(uint32_t)’: ../node_modules/nan/nan.h:793:61: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), ((size_t)size))’ from ‘v8::MaybeLocal<v8::Object>’ to ‘v8::Local<v8::Object>’      return node::Buffer::New(v8::Isolate::GetCurrent(), size);                                                              ^ ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanBufferUse(char*, uint32_t)’: ../node_modules/nan/nan.h:800:12: error: ‘Use’ is not a member of ‘node::Buffer’      return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size);             ^ make: *** [Release/obj.target/lwip_decoder/src/decoder/init.o] Error 1 make: Leaving directory/home/r2sd/relatas/node_modules/lwip/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:270:23)
gyp ERR! stack     at emitTwo (events.js:87:13)
gyp ERR! stack     at ChildProcess.emit (events.js:172:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Linux 3.13.0-51-generic
gyp ERR! command “/usr/bin/nodejs” “/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js” “rebuild”
gyp ERR! cwd /home/r2sd/relatas/node_modules/lwip
gyp ERR! node -v v4.2.2
gyp ERR! node-gyp -v v3.0.3
gyp ERR! not ok
npm ERR! Linux 3.13.0-51-generic
npm ERR! argv “/usr/bin/nodejs” “/usr/bin/npm” “install” “–save” “lwip”
npm ERR! node v4.2.2
npm ERR! npm  v2.14.7
npm ERR! code ELIFECYCLE
npm ERR! lwip@0.0.6 install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the lwip@0.0.6 install script ‘node-gyp rebuild’.
npm ERR! This is most likely a problem with the lwip 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 lwip
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request: npm ERR! /home/r2sd/relatas/npm-debug.log
About this issue
- Original URL
- State: open
- Created 9 years ago
- Comments: 18 (1 by maintainers)
I just tried to reproduce this on node 5.11.0 with Ubuntu 14.04 and the install worked.
I used the following container command:
… can anyone else confirm it works on 5.11.0?