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
{{ message }}
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Hey,
I'd tried to install the CLI, but it always fails on a certain point. I'd attached the last dependency where it broke and the error I've got. I am on Debian 12 and use rustc 1.83.0
Compiling pest_generator v2.7.15
error: failed to run custom build command for `go-srp v0.1.6 (https://github.com/LeanderBB/you-have-mail-common#823e59a9)`
Caused by:
process didn't exit successfully: `/tmp/cargo-installvDTPfL/release/build/go-srp-ae986f1ef629f2bf/build-script-build` (exit status: 101)
--- stdout
cargo:rustc-link-search=/tmp/cargo-installvDTPfL/release/build/go-srp-08e9dadbd8a29a86/out
cargo:rustc-link-lib=go-srp
cargo:rerun-if-changed=go/lib.go
--- stderr
thread 'main' panicked at /root/.cargo/git/checkouts/you-have-mail-common-35a1df78c958c799/823e59a/proton/go-srp/build.rs:122:35:
called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: failed to compile `you-have-mail-cli v0.3.0 (https://github.com/LeanderBB/you-have-mail-cli#b3381533)`, intermediate artifacts can be found at `/tmp/cargo-installvDTPfL`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
Hey,
I'd tried to install the CLI, but it always fails on a certain point. I'd attached the last dependency where it broke and the error I've got. I am on Debian 12 and use rustc 1.83.0