-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
rust doesn't recognize libressl 3.2.1 #77814
Comments
Try updating |
Can you direct me to the docs on how? I see the sha256 and versions changing in Cargo.lock, but I don't know what they reference :) (edit: Sigh, i hit the wrong button) |
Run Lines 2160 to 2201 in c38f001
|
I'm building rustc from source, so I don't have a viable cargo (very long story) and I can't use rustup. I'll see what I can do. Ah, well, it builds out enough to leave stage0 cargo, I'll use that |
Upon closer look it's blocked on openssl-sys crate sfackler/rust-openssl#1333 |
Just to be clear, is this an issue when compiling Rust or when compiling something else? |
This was an issue, yes. Since building from c71248b it seems to have cleared up. Perhaps whatever was changed in the crates? I'm not entirely sure how that system works. Needless to say, I'm getting everything to build out now and am just working through cross compile issues (#77352), but those are separate issues. I'm going to close this as it seems to no longer be an issue. |
Similar to the issue with 86df2f6
LibreSSL is at version 3.2.1 and Rust/Cargo fails to compile because it maxes out looking for 3.2.0
Built from source, pulled from github.com/rust-lang/rust.git @ fc2daaa
The text was updated successfully, but these errors were encountered: