andris9/NodePie

installation failed on arch

Closed this issue · 2 comments

Traceback (most recent call last):
File "/usr/local/bin/node-waf", line 14, in
import Scripting
File "/usr/local/bin/../lib/node/wafadmin/Scripting.py", line 146
except Utils.WafError, e:
^
SyntaxError: invalid syntax
npm ERR! error installing iconv@1.1.2 Error: iconv@1.1.2 preinstall: node-waf configure
npm ERR! error installing iconv@1.1.2 sh "-c" "node-waf configure" failed with 1
npm ERR! error installing iconv@1.1.2 at ChildProcess. (/usr/local/lib/node_modules/npm/lib/utils/exec.js:49:20)
npm ERR! error installing iconv@1.1.2 at ChildProcess.emit (events.js:67:17)
npm ERR! error installing iconv@1.1.2 at ChildProcess.onexit (child_process.js:192:12)
npm ERR! error installing nodepie@0.3.1 Error: iconv@1.1.2 preinstall: node-waf configure
npm ERR! error installing nodepie@0.3.1 sh "-c" "node-waf configure" failed with 1
npm ERR! error installing nodepie@0.3.1 at ChildProcess. (/usr/local/lib/node_modules/npm/lib/utils/exec.js:49:20)
npm ERR! error installing nodepie@0.3.1 at ChildProcess.emit (events.js:67:17)
npm ERR! error installing nodepie@0.3.1 at ChildProcess.onexit (child_process.js:192:12)
npm ERR! iconv@1.1.2 preinstall: node-waf configure
npm ERR! sh "-c" "node-waf configure" failed with 1
npm ERR!
npm ERR! Failed at the iconv@1.1.2 preinstall script.
npm ERR! This is most likely a problem with the iconv package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-waf configure
npm ERR! You can get their info via:
npm ERR! npm owner ls iconv
npm ERR! There is likely additional logging output above.
npm ERR!

This seems to be an issue of node-iconv, not nodepie's. Check if you can build it on its own on your machine https://github.com/bnoordhuis/node-iconv

Yes true issue with that.