I'm attempting to install pittmesh/hubot on a Raspberry Pi running Raspbian 8. It appears to be failing when installing node-icu-charset-detector on any version.
I installed libicu-dev:
pi@nxtpi:~ $ dpkg-query -l libicu-dev
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=======================================-========================-========================-===================================================================================
ii libicu-dev:armhf 52.1-8+deb8u3 armhf Development files for International Components for Unicode
A gist of the transcript and the npm-debug.log are here:
I'm not sure where to begin debugging this, as my exposure to C++ is minimal and exposure to Node.js and its ecosystem is primarily in maintenance of this bot.
node-icu-charset-detector appears to be an optional dependency of hubot-irc, so I appear to be able to continue, but the bot fails later. I've not yet 100% determined if it's related to the unavailability of this dependency.
I'm attempting to install pittmesh/hubot on a Raspberry Pi running Raspbian 8. It appears to be failing when installing node-icu-charset-detector on any version.
I installed libicu-dev:
A gist of the transcript and the npm-debug.log are here:
https://gist.github.com/colindean/5607d041599804033458
The compilation errors begin here:
https://gist.github.com/colindean/5607d041599804033458#file-compilation-failure-txt-L226
I'm not sure where to begin debugging this, as my exposure to C++ is minimal and exposure to Node.js and its ecosystem is primarily in maintenance of this bot.
node-icu-charset-detector
appears to be an optional dependency ofhubot-irc
, so I appear to be able to continue, but the bot fails later. I've not yet 100% determined if it's related to the unavailability of this dependency.