Skip to content

Instantly share code, notes, and snippets.

@ryanneufeld
Created January 26, 2013 00:30
Show Gist options
  • Select an option

  • Save ryanneufeld/4639183 to your computer and use it in GitHub Desktop.

Select an option

Save ryanneufeld/4639183 to your computer and use it in GitHub Desktop.
> node-syslog@1.1.6 install /usr/local/notifier/node_modules/simple-log/node_modules/node-syslog
> node-gyp rebuild
npm verb set uid from=0 to=1505
gyp info it worked if it ends with ok
gyp verb cli [ 'node',
gyp verb cli '/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js',
gyp verb cli 'rebuild' ]
gyp info using node-gyp@0.6.3
gyp info using node@0.8.6 | linux | ia32
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "python" in the PATH
gyp verb `which` succeeded for `python` /usr/bin/python
gyp verb check python version `python --version` returned: "Python 2.7.3\n"
gyp verb check python version using version "2.7.3" to check
gyp verb get node dir no --target version specified, falling back to host node version: v0.8.6
gyp verb command install [ 'v0.8.6' ]
gyp verb install input version string "v0.8.6"
gyp verb installing legacy version? false
gyp verb install installing version: 0.8.6
gyp verb install --ensure was passed, so won't reinstall if already installed
gyp WARN install got an error, rolling back install
gyp verb command remove [ '0.8.6' ]
gyp verb remove using node-gyp dir: /root/.node-gyp
gyp verb remove removing target version: 0.8.6
gyp verb remove removing development files for version: 0.8.6
gyp ERR! configure error
gyp ERR! stack Error: EACCES, stat '/root/.node-gyp/0.8.6'
gyp ERR! System Linux 3.2.0-27-generic-pae
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /usr/local/notifier/node_modules/simple-log/node_modules/node-syslog
gyp ERR! node -v v0.8.6
gyp ERR! node-gyp -v v0.6.3
gyp ERR! not ok
npm info node-syslog@1.1.6 Failed to exec install script
npm info /usr/local/notifier/node_modules/simple-log/node_modules/node-syslog unbuild
npm verb from cache /usr/local/notifier/node_modules/simple-log/node_modules/node-syslog/package.json
npm info preuninstall node-syslog@1.1.6
npm info uninstall node-syslog@1.1.6
npm verb false,/usr/local/notifier/node_modules,/usr/local/notifier/node_modules/simple-log/node_modules unbuild node-syslog@1.1.6
npm info postuninstall node-syslog@1.1.6
npm verb about to build /usr/local/notifier/node_modules/simple-log
npm info /usr/local/notifier/node_modules/simple-log unbuild
npm verb from cache /usr/local/notifier/node_modules/simple-log/package.json
npm info preuninstall simple-log@1.0.0
npm info uninstall simple-log@1.0.0
npm verb true,/usr/local/notifier/node_modules,/usr/local/notifier/node_modules unbuild simple-log@1.0.0
npm info postuninstall simple-log@1.0.0
npm ERR! node-syslog@1.1.6 install: `node-gyp rebuild`
npm ERR! `sh "-c" "node-gyp rebuild"` failed with 1
npm ERR!
npm ERR! Failed at the node-syslog@1.1.6 install script.
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! System Linux 3.2.0-27-generic-pae
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "--verbose"
npm ERR! cwd /usr/local/notifier/node_modules
npm ERR! node -v v0.8.6
npm ERR! npm -v 1.1.48
npm ERR! code ELIFECYCLE
npm verb exit [ 1, true ]
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /usr/local/notifier/node_modules/npm-debug.log
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment