Skip to content

Instantly share code, notes, and snippets.

@ggreer
Created September 4, 2015 00:54
Show Gist options
  • Save ggreer/f4eccd14445b9d31259f to your computer and use it in GitHub Desktop.
Save ggreer/f4eccd14445b9d31259f to your computer and use it in GitHub Desktop.
npm info build /data/releases/colab-2015_09_04_0032/node_modules/leveldown
npm info preinstall [email protected]
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkMans [email protected]
npm verb rebuildBundles [email protected]
npm verb rebuildBundles [ '.bin',
npm verb rebuildBundles 'abstract-leveldown',
npm verb rebuildBundles 'bindings',
npm verb rebuildBundles 'fast-future',
npm verb rebuildBundles 'nan',
npm verb rebuildBundles 'prebuild' ]
npm info install [email protected]
> [email protected] install /data/releases/colab-2015_09_04_0032/node_modules/leveldown
> prebuild --download
prebuild info install Header files already fetched
prebuild info install node-gyp should now work for v3.3.0
prebuild verb command rebuild []
prebuild verb command clean []
prebuild verb clean removing "build" directory
prebuild verb command configure []
prebuild verb check python checking for Python executable "python2" in the PATH
prebuild verb `which` succeeded python2 /usr/bin/python2
prebuild verb check python version `python2 -c "import platform; print(platform.python_version());"` returned: "2.7.6\n"
prebuild verb get node dir compiling against --target node version: v3.3.0
prebuild verb command install [ 'v3.3.0' ]
prebuild verb install input version string "v3.3.0"
prebuild verb install installing version: 3.3.0
prebuild verb install --ensure was passed, so won't reinstall if already installed
prebuild verb install version is already installed, need to check "installVersion"
prebuild verb got "installVersion" 9
prebuild verb needs "installVersion" 9
prebuild verb install version is good
prebuild verb get node dir target node version installed: 3.3.0
prebuild verb build dir attempting to create "build" dir: /data/releases/colab-2015_09_04_0032/node_modules/leveldown/build
prebuild verb build dir "build" dir needed to be created? /data/releases/colab-2015_09_04_0032/node_modules/leveldown/build
prebuild verb build/config.gypi creating config file
prebuild verb build/config.gypi writing out config file: /data/releases/colab-2015_09_04_0032/node_modules/leveldown/build/config.gypi
prebuild verb config.gypi checking for gypi file: /data/releases/colab-2015_09_04_0032/node_modules/leveldown/config.gypi
prebuild verb common.gypi checking for gypi file: /data/releases/colab-2015_09_04_0032/node_modules/leveldown/common.gypi
prebuild verb gyp gyp format was not specified; forcing "make"
prebuild info spawn python2
prebuild info spawn args [ '/data/releases/colab-2015_09_04_0032/node_modules/leveldown/node_modules/prebuild/node_modules/node-gyp/gyp/gyp_main.py',
prebuild info spawn args 'binding.gyp',
prebuild info spawn args '-f',
prebuild info spawn args 'make',
prebuild info spawn args '-I',
prebuild info spawn args '/data/releases/colab-2015_09_04_0032/node_modules/leveldown/build/config.gypi',
prebuild info spawn args '-I',
prebuild info spawn args '/data/releases/colab-2015_09_04_0032/node_modules/leveldown/node_modules/prebuild/node_modules/node-gyp/addon.gypi',
prebuild info spawn args '-I',
prebuild info spawn args '/tmp/.node-gyp/3.3.0/common.gypi',
prebuild info spawn args '-Dlibrary=shared_library',
prebuild info spawn args '-Dvisibility=default',
prebuild info spawn args '-Dnode_root_dir=/tmp/.node-gyp/3.3.0',
prebuild info spawn args '-Dnode_gyp_dir=/data/releases/colab-2015_09_04_0032/node_modules/leveldown/node_modules/prebuild/node_modules/node-gyp',
prebuild info spawn args '-Dmodule_root_dir=/data/releases/colab-2015_09_04_0032/node_modules/leveldown',
prebuild info spawn args '--depth=.',
prebuild info spawn args '--no-parallel',
prebuild info spawn args '--generator-output',
prebuild info spawn args 'build',
prebuild info spawn args '-Goutput_dir=.' ]
gyp: /tmp/.node-gyp/3.3.0/common.gypi not found (cwd: /data/releases/colab-2015_09_04_0032/node_modules/leveldown) while reading includes of binding.gyp while trying to load binding.gyp
prebuild ERR! build `gyp` failed with exit code: 1
npm verb unsafe-perm in lifecycle true
npm info [email protected] Failed to exec install script
npm verb stack Error: [email protected] install: `prebuild --download`
npm verb stack Exit status 2
npm verb stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:214:16)
npm verb stack at emitTwo (events.js:87:13)
npm verb stack at EventEmitter.emit (events.js:172:7)
npm verb stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:24:14)
npm verb stack at emitTwo (events.js:87:13)
npm verb stack at ChildProcess.emit (events.js:172:7)
npm verb stack at maybeClose (internal/child_process.js:764:16)
npm verb stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
npm verb pkgid [email protected]
npm verb cwd /data/releases/colab-2015_09_04_0032
npm ERR! Linux 3.13.0-48-generic
npm ERR! argv "/usr/local/bin/iojs" "/usr/local/bin/npm" "rebuild" "--unsafe-perm" "--build-from-source" "--verbose"
npm ERR! node v3.3.0
npm ERR! npm v2.13.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install: `prebuild --download`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] install script 'prebuild --download'.
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! prebuild --download
npm ERR! You can get their info via:
npm ERR! npm owner ls leveldown
npm ERR! There is likely additional logging output above.
npm verb exit [ 1, true ]
npm ERR! Please include the following file with any support request:
npm ERR! /data/releases/colab-2015_09_04_0032/npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment