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

Installation failed on OpenSuse 13.2 on [email protected] #50

Open
JavaScriptDude opened this issue Aug 6, 2015 · 4 comments
Open

Comments

@JavaScriptDude
Copy link

Installation is failing with the message:

npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the iconv package,
npm ERR! not with npm itself.
npm ERR! Tell the author ...

My system is OpenSuse 13.2 and node v0.12.0. Also failed on io.js.

Attachments:

@klokoy
Copy link

klokoy commented Sep 1, 2015

This is also the case on Ubuntu 14.10

@brndn4
Copy link

brndn4 commented Nov 5, 2015

Same on CentOS 7.0.1406

gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack     at ChildProcess.emit (events.js:98:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:810:12)
gyp ERR! System Linux 3.10.0-123.el7.x86_64
gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/brandon/node_sandbox/node_modules/xml-stream/node_modules/iconv
gyp ERR! node -v v0.10.33
gyp ERR! node-gyp -v v0.10.6
gyp ERR! not ok
make: *** [Release/obj.target/node_expat/node-expat.o] Error 1
make: Leaving directory `/home/brandon/node_sandbox/node_modules/xml-stream/node_modules/node-expat/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack     at ChildProcess.emit (events.js:98:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:810:12)
gyp ERR! System Linux 3.10.0-123.el7.x86_64
gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/brandon/node_sandbox/node_modules/xml-stream/node_modules/node-expat
gyp ERR! node -v v0.10.33
gyp ERR! node-gyp -v v0.10.6
gyp ERR! not ok
npm ERR! weird error 1
npm ERR! not ok code 0

@brndn4
Copy link

brndn4 commented Nov 6, 2015

Installing node 0.12 instead of 0.10 fixed this for me.

@JavaScriptDude
Copy link
Author

Signing out of this one. I switched over to using sax-js by isaacs which supports streams just fine and does not require gyp.

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