I just did a complete reinstall of node and npm. I am using version 0.10.17 of node and version 1.3.8 of NPM. I am trying to build node-iconv, but I don't think it's specific to particular module.
I ran with --verbose to see if anything useful came out, but nothing did.
Where the bash script stops, everything just freezes. Nothing errors out and nothing changes. I end up just killing the script and then I get a bunch of output regarding files under "/usr/local/lib/node_modules/node-gyp/gyp/pylib/"
node-gyp rebuild --verbose
gyp info it worked if it ends with ok
gyp verb cli [ 'node', '/usr/local/bin/node-gyp', 'rebuild', '--verbose' ]
gyp info using node-gyp@0.10.9
gyp info using node@0.10.17 | darwin | 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 "python" in the PATH
gyp verb `which` succeeded for `%s` python /usr/bin/python
gyp verb check python version `python -c "import platform; print(platform.python_version());"` returned: "2.7.2\n"
gyp verb get node dir no --target version specified, falling back to host node version: v0.10.17
gyp verb command install [ 'v0.10.17' ]
gyp verb install input version string "v0.10.17"
gyp verb install installing version: 0.10.17
gyp verb install --ensure was passed, so won't reinstall if already installed
gyp verb install version is already installed, need to check "installVersion"
gyp verb got "installVersion" 9
gyp verb needs "installVersion" 9
gyp verb install version is good
gyp verb get node dir target node version installed: 0.10.17
gyp verb build dir attempting to create "build" dir: /Users/adambretz/Documents/code/node-iconv/build
gyp verb build dir "build" dir needed to be created? /Users/adambretz/Documents/code/node-iconv/build
gyp verb build/config.gypi creating config file
gyp verb build/config.gypi writing out config file: /Users/adambretz/Documents/code/node-iconv/build/config.gypi
gyp verb config.gypi checking for gypi file: /Users/adambretz/Documents/code/node-iconv/config.gypi
gyp verb common.gypi checking for gypi file: /Users/adambretz/Documents/code/node-iconv/common.gypi
gyp verb gyp gyp format was not specified; forcing "make"
gyp info spawn python
gyp info spawn args [ '/usr/local/lib/node_modules/node-gyp/gyp/gyp',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/Users/adambretz/Documents/code/node-iconv/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/usr/local/lib/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/adambretz/.node-gyp/0.10.17/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/Users/adambretz/.node-gyp/0.10.17',
gyp info spawn args '-Dmodule_root_dir=/Users/adambretz/Documents/code/node-iconv',
gyp info spawn args '--depth=.',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
I just did a complete reinstall of node and npm. I am using version 0.10.17 of node and version 1.3.8 of NPM. I am trying to build node-iconv, but I don't think it's specific to particular module.
I ran with
--verboseto see if anything useful came out, but nothing did.Where the bash script stops, everything just freezes. Nothing errors out and nothing changes. I end up just killing the script and then I get a bunch of output regarding files under "/usr/local/lib/node_modules/node-gyp/gyp/pylib/"