-
Notifications
You must be signed in to change notification settings - Fork 51
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
runtime error on mac: can't find ignition #78
Comments
RobotLocomotion/drake#7622 was recent, so possibly that disturbed something. According to that PR, it should be trying to link / load / use I don't think we have Shambhala CI for macOS though, and I'm not sure how many people have tried it recently (consuming Drake as a dependency via CMake on macOS). |
confirming that the
|
I will look into it momentarily. I run Mac builds locally. |
Can you try the latest nightly package? |
I think this has something to do with the Bazel version, but still trying to work out what changed and when. |
fwiw, it looks like homebrew bumped it's bazel version last week (so I got 0.9):
|
I think the problem is an unreported bug in Bazel (not sure when it was introduced yet) that will be fixed in either 0.9.1 or 0.10.0 that relates to the toolchain (it is fixed in master). Our custom toolchain has diverged (and in fact was taken from the one that Bazel uses to build itself rather than what it uses to build other projects) from the one used by Bazel by default, which I will remedy later. |
I've installed [email protected] (which has 0.6.1) and inserted it in my path, run
|
I can reproduce this now with an up-to-date custom toolchain, so I know exactly the breakage. Just iterating through Bazel versions to find if one is not broken. |
Not good news so far looking for a stable version. About to build the |
Until Bazel 0.10.0 is out, the workaround is:
|
Now that 0.10.0+ is out, I think we can mark this resolved. |
testing with the
drake_cmake_installed
workflow on mac. it almost works. is this something simple?The text was updated successfully, but these errors were encountered: