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
Tested on rustc 1.69.0 (84c898d65 2023-04-16) and rustc 1.71.0-nightly (e9e1bbc7a 2023-05-17) with weird stderr about a git repo missing (all on x86_64_unknown_linux_gnu on Linux)
My apologies for taking so long to get to this issue.
Sadly, I need more information to debug this issue.
How did you download libssh2-sys? e.g. Clone into a git repository, downloaded the source files as a zip file, downloaded by cargo as a part of another build, etc.
You seem to be using the vendored copy of libssh2. If you got the source files through git, try running git submodule update --init and attempting the build again. Otherwise, the vendored copy of libssh2 you were trying to build with may be incompatible with the version of libssh-sys you were attempting to build. Can you tell me what commit/version of libssh2 you were building with?
Got the source of the issue (nabijaczleweli/cargo-update#242), the used version of git2 by cargo-update is 1.16 so it was throwing some openssl errors (see log) 1.18.1 has those fixed
Tested on
rustc 1.69.0 (84c898d65 2023-04-16)
andrustc 1.71.0-nightly (e9e1bbc7a 2023-05-17)
with weirdstderr
about a git repo missing (all onx86_64_unknown_linux_gnu
on Linux)Logs :
The text was updated successfully, but these errors were encountered: