-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Crashes on run on macOS Sonoma 14.0 Beta (23A5312d) #240
Comments
libcurl constructor in backtrace
|
Forwarded as alexcrichton/curl-rust#524 |
Is there any way to work around that ? I tried using vendor curl with |
TL;DR. Link In Sonoma, some CoreFoundation functions require CoreServices, but dyld of Sonoma cannot load CoreServices when it should do, like cxx_global_init in gettext, MacOS_init in libcurl. |
Pardon my ignorance but how do you do that ? |
@gaetschwartz |
This is present in release version 14.0 |
I am facing the same issue in stable sonoma 14.0. |
@Ryu-ga thank you for the suggestion! I've implemented it (speelbarrow/cargo-update@282ec6c), tested it ( |
Tracking alexcrichton/curl-rust#524, fixed upstream in curl/curl@6ab7e19. |
For anyone looking for a workaround -- (Thanks to @kornelski for suggesting this in alexcrichton/curl-rust#524) |
strange a new version was released but this wasn't in it... |
Same error in macOS Sonoma 14.0 on v13.1.0, previous version worked pretty good on macOS Sonoma |
the previous version did not work on Sonoma, unless you did the above and installed with with forcing the curl lib |
Unclear to me how or why you expect curl and curl-rust to be part of a cargo-update release? |
I disagree, I've been running Perhaps this was due to some additional packages that were installed on the my system via |
maybe, but of course, we can see this thread is much older than the latest build. Maybe you had a happy accident, but the latest version didn't change anything related to this |
ahh, the joys of linking C libs and |
Quick follow up to this -- after installing, run |
Thx . that worked wonderfully |
i'm trying to install cargo with this on sonoma but i'm having this error
What's am i doing wrong? |
@marchiore can you post the exact command you ran to get that output? |
i have the same error if i run with
|
@marchiore, I'm pretty sure that is unrelated to this issue. You should probably grab any logs you can from the intermediate artifacts directory and try to get some help, maybe from https://github.com/rust-lang/git2-rs . |
i've found the solution, just deactivate libiconv from macports
Thanks @xaocon and @speelbarrow |
👋 |
Now if there is a way to force global crates to use the newest version.... |
If |
I'm seeing something tangentially related:
Even with:
Edit: For some reason after some cleaning of Edt2: Probably the
Even though I was running under |
Using cargo 1.71.0 (cfd3bbd8f 2023-06-08)
cargo install-update
immediately crashes.The text was updated successfully, but these errors were encountered: