-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rustc on Mingw64(MSYS2) fails to build #108628
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
Comments
Is this using a git installed via the msys2 package manager? I believe that has been patched to use msys2 style paths which the Rust build system does not support. |
It is installed |
well, i think that we should change the README so that we do not instruct people to install the git provided by msys2 as of right now it instructs users to run |
Agreed. What would be the correct advisory regarding installing git, here? |
The instructions should tell users to not install the msys version of git, instead users should install the regular version using chocolatey or otherwise and to add the path to msys. |
Duplicate of #105696 |
Ah! Closing then. |
When trying to run any
./x.py
subcommand, bootstrap panics trying to canonicalize the path returned by the git command.The text was updated successfully, but these errors were encountered: