-
Notifications
You must be signed in to change notification settings - Fork 1
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
Autoproj error when executing ./install_esrocos script #2
Comments
I managed to by-pass this by removing the following line from the config.yml file:
Not sure which ruby version I should be using at this point though, it might be good to fix it on your side if possible. However, now I'm facing a second issue when compiling:
I understand these packages are not installed by default on the images. I'll try installing them by hand and re-launching the compilation. Any help fixing these issues is welcome! |
These OS dependencies are installed by autoproj. The dependency is defined in the When the name of the OS dep changed in the OS's package management system (
Don't forget to execute the steps taht are written there. Maybe it's a good idea to update
Apparently there's a dependency to boost which is not captured within the manifest.xml. As boost is neede by many packages a manual installation might be an okay solution. Nevertheless it would be good to add the |
Hi Malte, thank you very much for your feedback! I have managed to work around the installation issues as follows [documenting it mostly for future fixes to the various repos by the maintainers]:
Dependencies that I removed locally so that it stopped trying to install pyside from apt-get:
Unfortunately this does not seem the end of the issues, there is yet another error wen compiling the "rice" dependency. It seems that somehow the compilation is trying to find the sources inside /root/tool-src/air/air, when the sources are in /root/tool-src/air/. I am still trying to find how to solve this issue, any pointers are welcome!
|
I have followed the different steps, installed the TASTE docker image and started the ESROCOS container too.
However when I try to run the install_esrocos script inside the docker image I get the following error:
Would you have any clues as to what I need to modify to complete the installation?
Thanks!
The text was updated successfully, but these errors were encountered: