-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to compile/install tree-sitter
#96
Comments
Reproduced in new cargo install under my $HOME. The issue does not appear to be related to disk space or a system error. Instead, it looks like there is an application / code issue with the following:
Attempting to run the: The versions involved are:
Attempting to use thiserror-1.0.59, results in the same error, has an issue with the line when using thiserror_impl. |
Even when getting this error the crate file can be seen to exist in the cache:
|
It seems there is a prior occurrence of a similar issue on macos related to corrupted cache entries and use of different tar. While I can't see why it would happen on Linux, it has a similar symptom (that cache entries do not exist or that the library checksum is invalid.) Switching to a stable vesrion of rust vs. nightly as the default target and remove and re-creating my local cache didn't seem to work.
|
Easy fix found. (Disable CCVMFS and it works)
|
Thanks for your help @nrcfieldsa |
Command
Logs
Info
which cargo ~/.cargo/bin/cargo
The text was updated successfully, but these errors were encountered: