Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Node v0.12.5 and npm install compile failure. #5

Open
pcorliss opened this issue Jul 8, 2015 · 0 comments
Open

Node v0.12.5 and npm install compile failure. #5

pcorliss opened this issue Jul 8, 2015 · 0 comments

Comments

@pcorliss
Copy link
Contributor

pcorliss commented Jul 8, 2015

Downgrading node to v0.10.39 seems to work fine.

ip-10-254-32-217:~/cosmos/circonus-cmi pcorliss@master % nvm install v0.12.5
v0.12.5 is already installed.
Now using node v0.12.5
ip-10-254-32-217:~/cosmos/circonus-cmi pcorliss@master % npm install
[SNIP]
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No license field.

> [email protected] install /home/admin/cosmos/circonus-cmi/node_modules/chef-api/node_modules/ursa
> node-gyp configure build && node install.js

[SNIP]

ursaNative.target.mk:89: recipe for target 'Release/obj.target/ursaNative/src/ursaNative.o' failed
make: *** [Release/obj.target/ursaNative/src/ursaNative.o] Error 1
make: Leaving directory '/home/admin/cosmos/circonus-cmi/node_modules/chef-api/node_modules/ursa/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/home/admin/.nvm/versions/node/v0.12.5/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.16.0-4-amd64
gyp ERR! command "node" "/home/admin/.nvm/versions/node/v0.12.5/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build"
gyp ERR! cwd /home/admin/cosmos/circonus-cmi/node_modules/chef-api/node_modules/ursa
gyp ERR! node -v v0.12.5
gyp ERR! node-gyp -v v2.0.1
gyp ERR! not ok
npm ERR! Linux 3.16.0-4-amd64
npm ERR! argv "/home/admin/.nvm/versions/node/v0.12.5/bin/node" "/home/admin/.nvm/versions/node/v0.12.5/bin/npm" "install"
npm ERR! node v0.12.5
npm ERR! npm  v2.11.2
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: `node-gyp configure build && node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp configure build && node install.js'.
npm ERR! This is most likely a problem with the ursa package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp configure build && node install.js
npm ERR! You can get their info via:
npm ERR!     npm owner ls ursa
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/admin/cosmos/circonus-cmi/npm-debug.log
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant