-
Notifications
You must be signed in to change notification settings - Fork 892
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
rustup is not installed at /home/user/.cargo #471
Comments
This error happens when the file |
no, i do not. should i cargo install multirust? |
No don't do that. |
I have uninstalled and re-installed rustup multiple times and this file never gets created. rustup seem to work, but the error still happens every time I update |
I still have no clue what might be happening here, but you might be able to figure out what's going on with strace:
You can see here that |
i have installed rustup from src via the AUR see pkgbuild rustup and multirust are located in /usr/bin, since i don't have a rustup.rs directory checked out, i'm not sure where to run that strace. |
Huh, were you using the AUR build of rustup in the original post? If they are modifying rustup to install to a system dir then that would explain why the |
@brson That's whats happening. Will this configuration be supported eventually? |
@jonas-schievink I'd like it to be. I think at the least rustup needs to be compiled so that |
Added a bug to compile out self updates #597 |
This has been implemented, any remaining work will be upstream to take advantage of |
Rustup appears to work properly, i can download toolchains and swap them, but it throws this error on update.
i previously had this error with 0.1.11, and read that deleting .multirust was the solution. I deleted .cargo and .multirust and installed rustup 0.1.12, the problem persists.
The text was updated successfully, but these errors were encountered: