You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling fs2 v0.4.3
Compiling num_cpus v1.13.0
Compiling filetime v0.1.15
Compiling idna v0.1.5
Compiling quote v1.0.9
error: failed to run custom build command for `openssl v0.9.24`
Caused by:
process didn't exit successfully: `/tmp/cargo-installzyyDCQ/release/build/openssl-d3c988a78bcc61cb/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'Unable to detect OpenSSL version', /home/fred/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/openssl-0.9.24/build.rs:16:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
error: failed to compile `cargo-edit-locally v0.1.3`, intermediate artifacts can be found at `/tmp/cargo-installzyyDCQ`
Caused by:
build failed
shell returned 101
The text was updated successfully, but these errors were encountered:
Seems to be a common issue on Ubuntu 20.04 because the OpenSSL crate dependency is vastly out of date. See this thread.
This seems to be the result of a transitive dependency from the curl and git2 crates. Note that master no longer has this issue, it's just the version published on crates.io. Can this crate be re-published with a new revision bump since it appears that the fix is already applied on the master branch?
The text was updated successfully, but these errors were encountered: