[GH-ISSUE #476] Cannot install on debian #210

Closed
opened 2026-06-08 11:26:08 +03:00 by zhus · 3 comments
Owner

Originally created by @IzakMaraisTAL on GitHub (Mar 12, 2025).
Original GitHub issue: https://github.com/bootandy/dust/issues/476

I get the same problem as https://github.com/bootandy/dust/issues/323 when trying to install on debian:

cargo install du-dust
    Updating crates.io index
error: failed to download `du-dust v1.1.2`

Caused by:
  unable to get packages from source

Caused by:
  failed to parse manifest at `/home/izak_marais_takealot_com/.cargo/registry/src/github.com-1ecc6299db9ec823/du-dust-1.1.2/Cargo.toml`

Caused by:
  invalid type: unit variant, expected string only for key `profile.release.strip`

This is a fresh cargo installation that I downloaded just for this purpose. OS version:

lsb_release -a 

Distributor ID:	Debian
Description:	Debian GNU/Linux 11 (bullseye)
Release:	11
Codename:	bullseye
Originally created by @IzakMaraisTAL on GitHub (Mar 12, 2025). Original GitHub issue: https://github.com/bootandy/dust/issues/476 I get the same problem as https://github.com/bootandy/dust/issues/323 when trying to install on debian: ``` cargo install du-dust Updating crates.io index error: failed to download `du-dust v1.1.2` Caused by: unable to get packages from source Caused by: failed to parse manifest at `/home/izak_marais_takealot_com/.cargo/registry/src/github.com-1ecc6299db9ec823/du-dust-1.1.2/Cargo.toml` Caused by: invalid type: unit variant, expected string only for key `profile.release.strip` ``` This is a fresh cargo installation that I downloaded just for this purpose. OS version: ``` lsb_release -a Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye ```
zhus closed this issue 2026-06-08 11:26:08 +03:00
Author
Owner

@bootandy commented on GitHub (Mar 13, 2025):

try installing version v1.1.1 ? Does that work ?

<!-- gh-comment-id:2719241354 --> @bootandy commented on GitHub (Mar 13, 2025): try installing version v1.1.1 ? Does that work ?
Author
Owner

@IzakMaraisTAL commented on GitHub (Mar 13, 2025):

Same problem:

cargo install --version 1.1.1 du-dust
  Downloaded du-dust v1.1.1
    Updating crates.io index
error: failed to download `du-dust v1.1.1`

Caused by:
  unable to get packages from source

Caused by:
  failed to parse manifest at `/home/izak_marais_takealot_com/.cargo/registry/src/github.com-1ecc6299db9ec823/du-dust-1.1.1/Cargo.toml`

Caused by:
  invalid type: unit variant, expected string only for key `profile.release.strip`
<!-- gh-comment-id:2720509869 --> @IzakMaraisTAL commented on GitHub (Mar 13, 2025): Same problem: ``` cargo install --version 1.1.1 du-dust Downloaded du-dust v1.1.1 Updating crates.io index error: failed to download `du-dust v1.1.1` Caused by: unable to get packages from source Caused by: failed to parse manifest at `/home/izak_marais_takealot_com/.cargo/registry/src/github.com-1ecc6299db9ec823/du-dust-1.1.1/Cargo.toml` Caused by: invalid type: unit variant, expected string only for key `profile.release.strip` ```
Author
Owner

@bootandy commented on GitHub (Mar 15, 2025):

I'm not sure this is something I can fix on my end, If you have any suggestion please go ahead but I would imagine its a problem with how debian uses cargo.

<!-- gh-comment-id:2725811744 --> @bootandy commented on GitHub (Mar 15, 2025): I'm not sure this is something I can fix on my end, If you have any suggestion please go ahead but I would imagine its a problem with how debian uses cargo.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#210