-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
I was trying to build the hello-world example at https://github.com/joyent/node/tree/master/test/addons/hello-world and got this error:
$ 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.6.10
gyp info using node@0.10.33 | 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.6\n"
gyp verb get node dir no --target version specified, falling back to host node version: v0.10.33
gyp verb command install [ 'v0.10.33' ]
gyp verb install input version string "v0.10.33"
gyp verb installing legacy version? false
gyp verb install installing version: 0.10.33
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" 0
gyp verb needs "installVersion" 9
gyp verb install version is no good; reinstalling
gyp verb ensuring nodedir is created /Users/evan/.node-gyp/0.10.33
gyp http GET http://nodejs.org/dist/v0.10.33/node-v0.10.33.tar.gz
gyp http 200 http://nodejs.org/dist/v0.10.33/node-v0.10.33.tar.gz
gyp verb extracted file from tarball deps/openssl/buildinf.h
gyp verb extracted file from tarball deps/openssl/config/opensslconf.h
gyp ERR! Completion callback never invoked!
gyp ERR! System Darwin 14.0.0
gyp ERR! command "node" "/usr/local/bin/node-gyp" "rebuild" "--verbose"
gyp ERR! cwd /Users/evan/Desktop/hello-world
gyp ERR! node -v v0.10.33
gyp ERR! node-gyp -v v0.6.10
gyp ERR! This is a bug in `node-gyp`.
gyp ERR! Please file an Issue:
gyp ERR! <https://github.com/TooTallNate/node-gyp/issues>
I re-installed the latest version of node just in case, but it didn't help. Operating system: OS X Yosemite 10.10.1.
Metadata
Metadata
Assignees
Labels
No labels