-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node Version Issue #302
Comments
For me, the build is also much slower on 0.1.15... but doesn't quire freeze. Try
|
No dice. gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
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.15/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.15',
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=.' ] And then it just sits there. My terminal tab doesn't even look like it's doing anything. |
Is this fixed in master? At least on
|
This was referenced Oct 4, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was updating to Node v0.10.15 today and the build for iconv stopped working. It doesn't error out, it just sits there and spins and I've let it go for at least five minutes.
I got the same behavior with v0.10.13 as well.
If I roll all the way back to v0.10.1, the build works.
It just gets to that step and sits.
I opened bnoordhuis/node-iconv#72 in the node-iconv project but it seems like this is actually a node-gyp problem.
I should mention that I am using
N
to manage multiple version of node at the same time. I have also pulled the node-iconv code directly from GitHub and tried to build and had the same result.Any suggestions?
The text was updated successfully, but these errors were encountered: