-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support macOS Big Sur 11.0 on x86_64 #13648
Comments
We would need to decide what to do about (Relates more directly #14085.) |
Only real error I am seeing is (and this is literally a cut-and-paste without even considering the cause):
FYI @EricCousineau-TRI. |
Huh... That smells like Also, at least in that module, it's included:
Can you see about debugging this to trace which specific module this occurred in? (Looking..) Can you trying adding |
Just for fun, I added (I selfishly wish we had libc++ Linux builds so someone else gets burned...) |
ahhh, nuts! I sent you down the wrong rabbit hole, sorry! The error actually comes from here: drake/bindings/pydrake/common/cpp_param_pybind.cc Lines 104 to 108 in 688a07c
Probably just some RTTI mismatch? (private / public shindig, like what motivated #8706, which was then reverted in #13225?) |
Getting the useful error message |
Probably in |
Ok, that is fixed in Python 3.9, but then other things are broken (basically the same as on Catalina), so I need to do the Python 3.9 upgrade either first or concurrently. |
Homebrew/homebrew-core#67378 is why Python 3.9 is working. |
Homebrew/homebrew-core#70249 might make my life a little easier. |
Looks like the CI images got hit by the 11.0.1 instead of 11.1 upgrade bug, which I need to fix (not difficult, but annoying) otherwise we forever be stuck on 11.0.1 (which affects Xcode versions and other things). |
All Jenkins jobs have been created, have run successfully multiple times, and are listed on the production pages. |
Note for Ubuntu users, the Apple compiler, version 12.0, behaves most like Clang 10. If a build fails with Clang 10, it will probably fail on macOS Big Sur (and on Catalina once Xcode 12 is released).
For macOS Big Sur 11.0 on arm64, see #13514.
For Xcode 12 on macOS Catalina 10.15, see #14085.The text was updated successfully, but these errors were encountered: