Skip to content
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

Closed
arb opened this issue Jul 30, 2013 · 3 comments
Closed

Node Version Issue #302

arb opened this issue Jul 30, 2013 · 3 comments

Comments

@arb
Copy link

arb commented Jul 30, 2013

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.

> [email protected] install /Users/xxx/Documents/xxx/xxx/node_modules/xxx/node_modules/iconv
> node-gyp rebuild

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?

@lxe
Copy link

lxe commented Jul 31, 2013

For me, the build is also much slower on 0.1.15... but doesn't quire freeze.

Try

npm cache clean

@arb
Copy link
Author

arb commented Jul 31, 2013

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.

@arb arb closed this as completed Aug 22, 2013
@felixrabe
Copy link

Is this fixed in master? At least on v0.10.9 it's not (node is v0.10.20). npm install iconv still hangs at > node-gyp rebuild.

$ node-gyp --version
v0.10.9

$ node --version
v0.10.20

$ brew --config
HOMEBREW_VERSION: 0.9.4
ORIGIN: https://github.com/mxcl/homebrew
HEAD: 5a14f0ab35c183cecb493e59a2e97cda34859d2a
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit ivybridge
OS X: 10.7.5-x86_64
CLT: 4.6.0.0.1.1365549073
LLVM-GCC: build 2336
Clang: 4.2 build 425
X11: 2.6.5 => /usr/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /Users/fr/.rvm/rubies/ruby-1.9.3-p194/bin/ruby

$ xcode-select -print-path
/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants