-
Notifications
You must be signed in to change notification settings - Fork 66
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
Cannot build on BeagleBoneBlack Angstrom Linux #5
Comments
Maybe you don't have git client? 2014/1/21 Robert Lemon notifications@github.com
Contacts: http://tuxnsk.ru/ |
Here is a dump of the full error: https://gist.github.com/rlemon/75c3d92bc7617ce31c56 At the top you can see my node / npm versions. Just to verify that it wasn't my local version of node on the BBB I tried this from my Ubuntu VM and got the same results. I had a friend try on Arch and reported back that it worked (same node version and npm version) |
Have you symlinked python2? If not, sudo ln -s /usr/bin/python 2014/1/21 Robert Lemon notifications@github.com
Pozdrawiam, |
After that, try installing autoreconf (sudo apt-get install dh-autoreconf) 2014/1/21 Mariusz Kierski kartam92@gmail.com
Pozdrawiam, |
you need install autoconf package 2014/1/21 chaser92 notifications@github.com
Contacts: http://tuxnsk.ru/ |
Thanks guys. I'll try this and get back to you if I am still having issues. |
@chaser92 symlink is there - made double sure by rm'ing it and re creating it. Still getting the same errors (I only tested this on Angstrom linux on the BBB itself). Angstrom it a very limited version of linux and I may still be missing some dependencies (sorry kinda new to node and npm). |
The package you need is dh-autoreconf, not (or not only) autoconf. If still not working, send me full npm-debug.log in a PM. |
Unfortunately that isn't available for Angstrom under that name. I'll
|
I know opkg, but never used Angstrom. Try building autoreconf (GNU autotools, if I recall?) from source. I am sure there exists a package way though, because it's a very popular package utility for building things from source code. |
It probably is just under a different name. I will continue looking
|
Okay so I have verified all of those packages and they are installed. I've been messing around and think the issue is that I am not getting libmodbus from /stephane/libmodbus.git
I will continue looking for a workaround for this. note: |
Okay so last ditch effort - cloned the repo, changed the protocol and ran
Any help getting this module installed and working would be appreciated. I've been trying to get a modbus library working for a few weeks now and am having no luck at all (I need to read/write serial RTU). |
I've recently forked the jsModbus lib. It initially supported only TCP, but 2014-01-31 22:23 GMT+01:00 Robert Lemon notifications@github.com:
Pozdrawiam, |
trying to install the package from npm I'm getting the following errors:
Python version 2.7.3
I will admit I am horrible at understanding these npm errors and If i'm missing a dependency and just not seeing it I'm sorry.
The text was updated successfully, but these errors were encountered: