Using `cargo install ncspot` errors out before completion
bug
**Describe the bug**
Using `cargo install --release` errors out before completion (see screenshot for errors)
**To Reproduce**
Steps to reproduce the behavior:
1. Open Terminal
2. Install Linux dependencies (from https://github.com/hrkfdn/ncspot/blob/main/doc/developers.md) + Arch dependencies
3. Type `cargo install ncspot`
4. See screenshot for error
**Expected behavior**
For 'cargo install --release' to complete installation and create a executable `ncspot` application.
**Screenshots**
<img width="1226" height="950" alt="Image" src="https://github.com/user-attachments/assets/71d4ba8c-3176-4a1d-9021-f49b413c62d3" />
**System (please complete the following information):**
- OS: Linux (RebornOS / Arch 6.18.7)
- Terminal: GNOME Terminal 2.58.1 for GNOME 49
- Version: Release (1.3.3)
- Installed from: Cargo AND also tried to build from Github (following instructions here)
Additional:
Using `cargo install --locked ncspot` fails quietly (exits Terminal)
Using:
`git clone https://github.com/hrkfdn/ncspot`
`cargo build --release`
Also fails quietly
2 条评论