-
Notifications
You must be signed in to change notification settings - Fork 4
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
bootstrap.sh orocos-toolchain2.8 throws ruby errors on ubuntu 16.04 #2
Comments
Closed because fixed ? The autoproj bootstrap script was not supporting ruby 2.3. I fixed it last week but I could not test it because of other problems. |
Closed because couldn't fix it, and did not receive answers. |
I have the same problem now on Linux Mint 18 (Sarah). I would appreciate if there is any solution to make it work stable on Linux Mint 18 or Ubuntu 16.04 |
I finally managed to get a Vagrant environment on 16.04. I started bootstrapping a master installation
|
I don't understand this. Apart from the 'autoproj build' / 'amake' call, autoproj itself is not involved in the build process (i.e. if it can build the toolchain, it should be able to build your packages) |
Yes that's right. Did you managed it to work? If you can provide any files, I really Thanks On Aug 11, 2016 8:27 AM, "Sylvain Joyeux" [email protected] wrote:
|
toolchain-2.8 is a completely different beast. The package set definitions are too out-of-date, no chance to build the toolchain using them on 16.04. I've prepared a buildconf that allows to build something close to toolchain-2.8 on 16.04. This is quickly done, so I can't really promise anything. It's basically toolchain-2.8 plus two packages on master (orogen and typelib) The stuff is on the toolchain-2.8-16.04 branch of this repository. You can bootstrap using this script: https://raw.githubusercontent.com/orocos-toolchain/build/toolchain-2.8-16.04/bootstrap.sh I've done very limited testing given that I'm not an orocos toolchain user myself (Rock developer). You do need to find a way to import the 'std' typekit and add the 'std' dependency to all your packages. The latter can be done easily in autoproj, see autoproj/overrides.rb for an example. The former, I don't know. |
apt-get install ruby ruby-dev it will solve your problem also i think. I reinstalled the ubuntu 16.06 thinking that it will remove the ruby error, but not. So afteer i run above two commands the ruby eror is gone. |
Trace pasted below:
After the failure, autoproj has still not been created, hence the steps to follow explained in #1 cannot be used.
The text was updated successfully, but these errors were encountered: