Skip to content

Instantly share code, notes, and snippets.

@A
Created December 9, 2013 20:19
Show Gist options
  • Save A/7880079 to your computer and use it in GitHub Desktop.
Save A/7880079 to your computer and use it in GitHub Desktop.
[books@atlas ~/xxhash-test]$ npm i xxhash --python=/usr/local/python --verbose
npm info it worked if it ends with ok
npm verb cli [ '/usr/local/node.js-0.10.22/bin/node',
npm verb cli '/usr/local/node.js/bin/npm',
npm verb cli 'i',
npm verb cli 'xxhash',
npm verb cli '--python=/usr/local/python',
npm verb cli '--verbose' ]
npm info using [email protected]
npm info using [email protected]
npm verb cache add [ 'xxhash', null ]
npm verb cache add name=undefined spec="xxhash" args=["xxhash",null]
npm verb parsed url { protocol: null,
npm verb parsed url slashes: null,
npm verb parsed url auth: null,
npm verb parsed url host: null,
npm verb parsed url port: null,
npm verb parsed url hostname: null,
npm verb parsed url hash: null,
npm verb parsed url search: null,
npm verb parsed url query: null,
npm verb parsed url pathname: 'xxhash',
npm verb parsed url path: 'xxhash',
npm verb parsed url href: 'xxhash' }
npm verb lock xxhash /home/books/.npm/4cc81313-xxhash.lock
npm verb addNamed [ 'xxhash', '' ]
npm verb addNamed [ null, '*' ]
npm verb lock xxhash@ /home/books/.npm/c301e62a-xxhash.lock
npm verb url raw xxhash
npm verb url resolving [ 'https://registry.npmjs.org/', './xxhash' ]
npm verb url resolved https://registry.npmjs.org/xxhash
npm info trying registry request attempt 1 at 18:34:41
npm verb etag "7DM1Z62SC9ZQO3JFZ7GIB3W33"
npm http GET https://registry.npmjs.org/xxhash
npm http 304 https://registry.npmjs.org/xxhash
npm verb etag xxhash from cache
npm verb addNamed [ 'xxhash', '0.2.0' ]
npm verb addNamed [ '0.2.0', '0.2.0' ]
npm verb lock [email protected] /home/books/.npm/9dfe4c88-xxhash-0-2-0.lock
npm info install [email protected] into /home/books/xxhash-test
npm info installOne [email protected]
npm info /home/books/xxhash-test/node_modules/xxhash unbuild
npm verb tar unpack /home/books/.npm/xxhash/0.2.0/package.tgz
npm verb lock tar:///home/books/xxhash-test/node_modules/xxhash /home/books/.npm/74159fe5--xxhash-test-node-modules-xxhash.lock
npm verb lock tar:///home/books/.npm/xxhash/0.2.0/package.tgz /home/books/.npm/0a3d9a17-oks-npm-xxhash-0-2-0-package-tgz.lock
npm info preinstall [email protected]
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build /home/books/xxhash-test/node_modules/xxhash
npm info build /home/books/xxhash-test/node_modules/xxhash
npm verb linkStuff [ false, false, false, '/home/books/xxhash-test/node_modules' ]
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkMans [email protected]
npm verb rebuildBundles [email protected]
npm info install [email protected]
> [email protected] install /home/books/xxhash-test/node_modules/xxhash
> node-gyp rebuild
gyp info it worked if it ends with ok
gyp verb cli [ 'node',
gyp verb cli '/usr/local/node.js-0.10.22/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js',
gyp verb cli 'rebuild' ]
gyp info using [email protected]
gyp info using [email protected] | sunos | x64
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 "/usr/local/python" in the PATH
gyp verb `which` succeeded /usr/local/python /usr/local/python
gyp ERR! configure error
gyp ERR! stack Error: spawn EACCES
gyp ERR! stack at errnoException (child_process.js:980:11)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:771:34)
gyp ERR! System SunOS 5.10
gyp ERR! command "node" "/usr/local/node.js-0.10.22/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/books/xxhash-test/node_modules/xxhash
gyp ERR! node -v v0.10.22
gyp ERR! node-gyp -v v0.11.0
gyp ERR! not ok
npm verb unsafe-perm in lifecycle true
npm info [email protected] Failed to exec install script
npm info /home/books/xxhash-test/node_modules/xxhash unbuild
npm info preuninstall [email protected]
npm info uninstall [email protected]
npm verb true,/home/books/xxhash-test/node_modules,/home/books/xxhash-test/node_modules unbuild [email protected]
npm info postuninstall [email protected]
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 most likely a problem with the xxhash 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 xxhash
npm ERR! There is likely additional logging output above.
npm ERR! System SunOS 5.10
npm ERR! command "/usr/local/node.js-0.10.22/bin/node" "/usr/local/node.js/bin/npm" "i" "xxhash" "--python=/usr/local/python" "--verbose"
npm ERR! cwd /home/books/xxhash-test
npm ERR! node -v v0.10.22
npm ERR! npm -v 1.3.14
npm ERR! code ELIFECYCLE
npm verb exit [ 1, true ]
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/books/xxhash-test/npm-debug.log
npm ERR! not ok code 0
[books@atlas ~/xxhash-test]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment