-
Notifications
You must be signed in to change notification settings - Fork 48
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
macOS builds are failing #420
Comments
Upstream bug: osrf/homebrew-simulation#1042 . |
Side info on osrf/homebrew-simulation#1042:
The problem occurs in two places:As far as I understood, it occurs:
A way to check you have the fix in your release is doing:
should return no error.
The solution is either to install Gazebo9 from source:
Either to install Gazebo 11 from homebrew:
Indeed Gazebo 11 release 11.0.0_2 has the fix. I'm trying to rebuild the superbuild now... |
CC @kouroshD , @lrapetti , @claudia-lat , @DanielePucci |
As Gazebo 9 and 10 have been broken on homebrew for a long time (see robotology/robotology-superbuild#420) I think it is just more productive to switch the CI to use Gazebo 11 on macOS . Further improvements: * Test compilation also on Ubuntu 20.04 * Use release branches of YARP and YCM instead of the legacy devel branches that are not going to be updated anymore
For the CI, I fixed by migrating everything to Gazebo11, as Gazebo9/10 remains broken. Should we recommend to install Gazebo 11 on macOS in the installation instructions and close this issue? |
* Fix GitHub Action CI on macOS and other improviments As Gazebo 9 and 10 have been broken on homebrew for a long time (see robotology/robotology-superbuild#420) I think it is just more productive to switch the CI to use Gazebo 11 on macOS . Further improvements: * Test compilation also on Ubuntu 20.04 * Use release branches of YARP and YCM instead of the legacy devel branches that are not going to be updated anymore
I guess that it is ok. If anyone feel strongly otherwise, feel free to comment so we can re-open the issue. |
Yes, sure @traversaro , sorry for the delay. Although I'm still having issues running Gazebo11 on Catalina. |
I'll open a separate issue for that if necessary. |
Thanks, that would be ideal. This issue was mostly related to the macOS builds failure in CI, and those were fixed by migrating to Gazebo 11. |
The error is:
probably it is a Gazebo/Homebrew regression.
The text was updated successfully, but these errors were encountered: