failed to resolve: maybe a missing crate `sys`
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 25
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
i tried to install 'nail', but has an error into one library.
I used cargo install --git https://github.com/jam1garner/nail.git
Output:
...
Compiling termion v1.5.6
error[E0433]: failed to resolve: maybe a missing crate `sys`?
--> C:\Users\Bridges369\.cargo\registry\src\index.crates.io-6f17d22bba15001f\termion-1.5.6\src\lib.rs:24:9
|
24 | pub use sys::size::terminal_size;
| ^^^ maybe a missing crate `sys`?
|
= help: consider adding `extern crate sys` to use the `sys` crate
error[E0433]: failed to resolve: maybe a missing crate `sys`?
--> C:\Users\Bridges369\.cargo\registry\src\index.crates.io-6f17d22bba15001f\termion-1.5.6\src\lib.rs:27:9
|
27 | pub use sys::tty::{is_tty, get_tty};
| ^^^ maybe a missing crate `sys`?
|
= help: consider adding `extern crate sys` to use the `sys` crate
error[E0433]: failed to resolve: maybe a missing crate `sys`?
--> C:\Users\Bridges369\.cargo\registry\src\index.crates.io-6f17d22bba15001f\termion-1.5.6\src\async.rs:5:5
|
5 | use sys::tty::get_tty;
| ^^^ maybe a missing crate `sys`?
|
= help: consider adding `extern crate sys` to use the `sys` crate
error[E0433]: failed to resolve: maybe a missing crate `sys`?
--> C:\Users\Bridges369\.cargo\registry\src\index.crates.io-6f17d22bba15001f\termion-1.5.6\src\raw.rs:28:5
|
28 | use sys::attr::{get_terminal_attr, raw_terminal_attr, set_terminal_attr};
| ^^^ maybe a missing crate `sys`?
|
= help: consider adding `extern crate sys` to use the `sys` crate
error[E0432]: unresolved import `sys`
--> C:\Users\Bridges369\.cargo\registry\src\index.crates.io-6f17d22bba15001f\termion-1.5.6\src\raw.rs:29:5
|
29 | use sys::Termios;
| ^^^ maybe a missing crate `sys`?
|
= help: consider adding `extern crate sys` to use the `sys` crate
Compiling rand_chacha v0.3.1
Some errors have detailed explanations: E0432, E0433.
For more information about an error, try `rustc --explain E0432`.
error: could not compile `termion` (lib) due to 5 previous errors
warning: build failed, waiting for other jobs to finish...
error: failed to compile `nail v0.1.0 (https://github.com/jam1garner/nail.git#b326f560)`, intermediate artifacts can be found at `C:\Users\BRIDGE~1\AppData\Local\Temp\cargo-instally7MK7S`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
Versions
cargo --version
cargo 1.74.1 (ecb9851af 2023-10-18)
rustc --version
rustc 1.74.1 (a28077b28 2023-12-04)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce cargo install --git https://github.com/jam1garner/nail.git on Windows with the reported Rust and Cargo versions, focusing on the termion v1.5.6 compilation errors in its src/lib.rs, async.rs, and raw.rs. Trace the platform or dependency mismatch and verify that the nail installation completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100