-
Notifications
You must be signed in to change notification settings - Fork 75
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
Gazebo is broken because of new libprotobuf release #850
Comments
Same here. Note, even with a --build-from-sources it does not work. See attached. It fails when it gets to code that was autogenerated with protobuf (most likely a previous version). (here is the output [~]$ brew config |
I already rebuilt ign-msgs2 and ign-msgs4 and associated dependents in #845 and #848 I made #847 and #849 to update gazebo7 and gazebo9/10, but the builds failed due to an issue with boost:
I haven't had a chance to figure out what's wrong yet |
it looks like the bottles built correctly, but there was an issue with the pkg-config files which caused |
Yeah, the generated pkg-config file has cmake targets: I'll disable the pkg-config part of the test and rebuilt the bottles until we can figure out how to fix the pkg-config file |
the bottles should be fixed by now, with the exception of the pkg-config file |
I have installed gazebo with
brew install gazebo9 or
brew install gazebo10
Starting gazebo gives the following errors:
dyld: Library not loaded: /usr/local/opt/protobuf/lib/libprotobuf.20.dylib
Referenced from: /usr/local/bin/gazebo
Reason: image not found
Abort trap: 6
Please note that libprotobuf has been upgraded to the release 3.10.0! but we have /usr/local/lib/libprotobuf.21.dylib
Unfortunatly homebrew also does not provide the old protobuf version any more.
The text was updated successfully, but these errors were encountered: