-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
dog fails to build check with OpenSSL 3.0 #98
Comments
FWIW I ran into this as well (debian testing) and just ran fedora rawhide and alpine edge also updated to openssl 3 so it'd be great for all these adventurous people if you could just update the cargo lock, I don't see why it'd stop working with 1.1 for a while longer :) thanks! |
Hi, I also came across this same issue while building dog on Ubuntu 22.04 arm64 machine. I did |
our openssl-sys package is too old to support systems with openssl 3.0, running cargo update fixes that issue and is still compatible with older versions. Fixes: ogham#98
It's an indirect dependency for schannel, itself a dependency for native-tls included in dns-transport/Cargo.toml -- but if you run something like Anyway, I've opened #112 with cargo update -- given the lack of activity I'm not holding my hopes up, but at least I won't need to run cargo update the next time I clone this repo... |
Thank you, it worked. |
It seems like no longer maintained. See also: - Homebrew/homebrew-core@104c6e5 - Homebrew/homebrew-core#119866 - ogham/dog#98
If dog fails to compile, or if there is a problem during the build process, then please include the following information in your report:
git rev-parse --short HEAD
)rustc --version
)Arch Linux x86_64 GNU/Linux
rustc --print cfg
)If you are seeing compilation errors, please include the output of the build process.
Updating the crates openssl to 0.10.38 and openssl-sys to 0.9.72 allowed check to build and pass.
v0.1.0 failed during build, the same update also fixed that build.
The text was updated successfully, but these errors were encountered: