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

Compilation and installation failure on Raspbian 8 #25

Open
colindean opened this issue Jan 3, 2016 · 0 comments
Open

Compilation and installation failure on Raspbian 8 #25

colindean opened this issue Jan 3, 2016 · 0 comments

Comments

@colindean
Copy link

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:

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 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.

├─┬ [email protected]
│ └─┬ [email protected] (git+https://github.com/nandub/node-irc.git#79b6d8161a46e0389e37ee969df6eae6c405af94)
│   ├── [email protected]
│   ├─┬ [email protected]
│   │ └── [email protected]
│   ├─┬ [email protected]
│   │ └─┬ [email protected]
│   │   └── [email protected]
│   └── UNMET OPTIONAL DEPENDENCY [email protected]
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

1 participant