Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

arm7l support to c9 installer script #16

Merged
merged 1 commit into from
Jul 22, 2014
Merged

Conversation

javruben
Copy link

@javruben javruben commented Jul 9, 2014

NOTE!
arm-pi build of node 0.10.28 does not exist, changed to later version 0.10.3 which contains a arm build.

http://nodejs.org/dist/v0.10.3/

http://nodejs.org/dist/v0.10.28/

Tested on BeagleBone Black

NOTE!
arm-pi build of node 0.10.28 does not exist, changed to later version 0.10.3 which contains a arm build.

http://nodejs.org/dist/v0.10.3/

http://nodejs.org/dist/v0.10.28/

Tested on BeagleBone Black
@timkalinowski
Copy link
Contributor

Seems to be working although I get

[vfs-collab] Missing dependencies - NODE_PATH: /home/timmeh/.c9/node_modules; node v0.10.3

Collab had installed correctly from the install script. Think its conflict from previous node installation

@javruben
Copy link
Author

  • We need to fix the node check in collab before merging this PR

@javruben
Copy link
Author

After looking up the error message it appears that it is not complaining about node missing but about sqlite3 and/or sequelize missing.

javruben pushed a commit that referenced this pull request Jul 22, 2014
arm7l support to c9 installer script
@javruben javruben merged commit ec82a2c into c9:master Jul 22, 2014
@javruben
Copy link
Author

@timkalinowski could you confirm that the collaboration features are working for you?

@lennartcl
Copy link
Contributor

Note that 0.10.3 is older than 0.10.28 (it's not a decimal; 3 < 28). So I guess there is no newer version than 0.10.3 for the BeagleBone. This version will most likely have the issue documented at chjj/pty.js#68, so we can't support it. I'm reverting this and making an issue about not supporting installation on BeagleBone: #17

lennartcl added a commit that referenced this pull request Jul 22, 2014
This reverts commit ec82a2c, reversing
changes made to 9f5b3bb.
@javruben
Copy link
Author

oh no, I missed that. Good catch @lennartcl 👍

@timkalinowski
Copy link
Contributor

arm node build was added last week.
http://nodejs.org/dist/v0.10.28/
node-v0.10.28-linux-arm-pi.tar.gz 07-Aug-2014 18:35 5068046

@javruben @lennartcl
Just tested on a beaglebone with the official latest debian release and the installer works perfect after the architecture flag is removed/amended for arm7

Collaboration is working no problem with node 0.10.28

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants