Skip to content

Instantly share code, notes, and snippets.

@wolfeidau
Last active December 14, 2015 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wolfeidau/5121655 to your computer and use it in GitHub Desktop.
Save wolfeidau/5121655 to your computer and use it in GitHub Desktop.
node-gyp 0.9.0 testing
$ npm install
> leveldown@0.1.2 install /home/markw/node-leveldown
> node-gyp rebuild
gyp ERR! configure error
gyp ERR! stack Error: Command failed: execvp(): No such file or directory
gyp ERR! stack
gyp ERR! stack at ChildProcess.exithandler (child_process.js:540:15)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:99:17)
gyp ERR! stack at maybeClose (child_process.js:638:16)
gyp ERR! stack at Socket.ChildProcess.spawn.stdin (child_process.js:815:11)
gyp ERR! stack at Socket.EventEmitter.emit (events.js:96:17)
gyp ERR! stack at Socket._destroy.destroyed (net.js:358:10)
gyp ERR! stack at process.startup.processNextTick.process._tickCallback (node.js:244:9)
gyp ERR! System SunOS 5.11
gyp ERR! command "node" "/opt/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/markw/node-leveldown
gyp ERR! node -v v0.8.18
gyp ERR! node-gyp -v v0.9.0
gyp ERR! not ok
npm ERR! leveldown@0.1.2 install: `node-gyp rebuild`
npm ERR! `sh "-c" "node-gyp rebuild"` failed with 1
npm ERR!
npm ERR! Failed at the leveldown@0.1.2 install script.
npm ERR! This is most likely a problem with the leveldown 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 leveldown
npm ERR! There is likely additional logging output above.
npm ERR! System SunOS 5.11
npm ERR! command "/opt/local/bin/node" "/opt/local/bin/npm" "install"
npm ERR! cwd /home/markw/node-leveldown
npm ERR! node -v v0.8.18
npm ERR! npm -v 1.2.2
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/markw/node-leveldown/npm-debug.log
npm ERR! not ok code 0
[root@8d27df39-18c7-4635-af06-3e6dc73dfa80 ~]# dtrace -n 'proc:::exec-success { trace(curpsinfo->pr_psargs); }'
dtrace: description 'proc:::exec-success ' matched 1 probe
CPU ID FUNCTION:NAME
0 264 exec_common:exec-success /opt/local/bin/node /opt/local/bin/npm install
2 264 exec_common:exec-success sh -c node-gyp rebuild
2 264 exec_common:exec-success sh -c node-gyp rebuild
2 264 exec_common:exec-success /usr/bin/env sh /opt/local/lib/node_modules/npm/bin/node-gyp-bin/node-gyp rebui
2 264 exec_common:exec-success sh /opt/local/lib/node_modules/npm/bin/node-gyp-bin/node-gyp rebuild
2 264 exec_common:exec-success sh /opt/local/lib/node_modules/npm/bin/node-gyp-bin/node-gyp rebuild
3 264 exec_common:exec-success dirname /opt/local/lib/node_modules/npm/bin/node-gyp-bin/node-gyp
2 264 exec_common:exec-success node /opt/local/lib/node_modules/npm/bin/node-gyp-bin/../../node_modules/node-g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment