Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on NodeJS v8.1.4 #3

Open
paulomcnally opened this issue Jul 21, 2017 · 1 comment
Open

Error on NodeJS v8.1.4 #3

paulomcnally opened this issue Jul 21, 2017 · 1 comment

Comments

@paulomcnally
Copy link
Contributor

/home/polin/.node-gyp/8.1.4/include/node/v8config.h:329:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
lwip_decoder.target.mk:168: recipe for target 'Release/obj.target/lwip_decoder/src/decoder/init.o' failed
make: *** [Release/obj.target/lwip_decoder/src/decoder/init.o] Error 1
make: Leaving directory '/home/polin/.nvm/versions/node/v8.1.4/lib/node_modules/android-splash-generate/node_modules/lwip/build'
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/home/polin/.nvm/versions/node/v8.1.4/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23)
gyp ERR! stack     at emitTwo (events.js:125:13)
gyp ERR! stack     at ChildProcess.emit (events.js:213:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:197:12)
gyp ERR! System Linux 4.4.0-83-generic
gyp ERR! command "/home/polin/.nvm/versions/node/v8.1.4/bin/node" "/home/polin/.nvm/versions/node/v8.1.4/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/polin/.nvm/versions/node/v8.1.4/lib/node_modules/android-splash-generate/node_modules/lwip
gyp ERR! node -v v8.1.4
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok 
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/polin/.npm/_logs/2017-07-21T02_02_31_091Z-debug.log
➜  ~ 

@davidpfahler
Copy link
Member

@paulomcnally Thank you for reporting this problem. There is an installation problem in the underlying lwip dependency. The issue is being tracking in the lwip repo here. Once that issue is resolved, we can update this package and hopefully solve the problem you reported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants