mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #139] Installing du-dust v0.5.4 error: failed to compile du-dust v0.5.4, intermediate artifacts can be found at /tmp/cargo-installux8cxe Caused by: failed to parse lock file at: /home/grad3/jalal/.cargo/registry/src/github.com-1ecc62…
#59
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @monacv on GitHub (Mar 24, 2021).
Original GitHub issue: https://github.com/bootandy/dust/issues/139
Do you know how I could fix this in CentOS?
@lespea commented on GitHub (Mar 24, 2021):
How old is your version of rust? The format changed a while back https://github.com/rust-lang/cargo/commit/366ae3f7bae7e84f6d0d2f9e31f19b0e19c84f4b
@lespea commented on GitHub (Mar 24, 2021):
You might be better off just using rustup yourself vs relying on your OS to keep rust up-to-date
@monacv commented on GitHub (Mar 24, 2021):
@lespea is there a way I could force it to use the space on /scratch3 rather than home?
@lespea commented on GitHub (Mar 24, 2021):
Seems you can use environment variables: https://rust-lang.github.io/rustup/environment-variables.html && https://github.com/rust-lang/rustup/issues/618#issuecomment-570951132
@bootandy commented on GitHub (Mar 27, 2021):
Thanks for the help @lespea .
Is this resolved now @monacv ?
I'd try upgrading your version of rust as @lespea suggested or try cloning an older version of dust and seeing if that installs.
@monacv commented on GitHub (Mar 31, 2021):
I really don't know how to apply the comments by @lespea since I have never coded in rust and this is beyond scope of my expertise.
@lespea commented on GitHub (Mar 31, 2021):
The second link should have the steps to install rust using rustup in a non-traditional directory (you had space issues in your home directory I believe). Once you have that setup then you just need to ensure that wherever you installed rust to is in your path and you should be home free.
@bootandy commented on GitHub (Jun 8, 2021):
I'm not sure I can help much here. Closing.
@monacv commented on GitHub (Jun 9, 2021):
@lespea
so I followed the second link but got this error. Could you please help?
@lespea commented on GitHub (Jun 9, 2021):
It looks like you didn't compile dust after you got rust installed? Were you just running the binary pulled from the github release page? Make sure you still sourced the env file in your current shell (you'll probably want to put this in your bashrc so it's always run), then run
cargo install dustand remove whatever version you downloaded, and it should work then.