Closed mythmon closed 3 years ago
Which version of cargo/rustc are you using?
I was using 1.52 for the error above. Upgrading to 1.53 with rustup update
seems to fix the problem.
Weirdly however, this did not fix the problem when doing makepkg
(or using Paru), though I confirmed that it was using 1.53 as well.
Very curious. Paru for some reason doesn’t work for me, but I will try a fresh arch install this weekend and see if I can corner the issue.
Still unable to reproduce the issue with Paru-bin 1.7.3-1 and cargo 1.52.0 (69767412a 2021-04-21). Any more specifics on how to get it to happen?
This appears to be libssh2 missing for you? Maybe we need to patch for vendored-openssl?
Closing this issue for now, if it persists please reopen.
When running
cargo build --release
, I get a lot of output, ending with:This problem doesn't happen with
cargo build
.Full output of
cargo build --release