-
Notifications
You must be signed in to change notification settings - Fork 372
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
"File exists" error on Windows #5443
Comments
Expanding some of the escaping in the error:
|
(just noting that the issue isn't necessarily repeating) |
I've seen this problem before. I thought it was limited to MSYS2 not Cygwin because it is related to symlink copying. Let me see if I can scrounge for references:
The last reference gives a detailed description of what is happening and why it is indeterminate. |
In the case of Cygwin, I think I can explain what's going on. The problematic packages contain both
That also explains why it works sometimes. If you copy a file with no extension first, you are lucky:
But if you do the opposite, you are in trouble:
This issue has effectively ruined my Windows build after upgrading some packages. How to fix it? I don't know. Never use |
Happened twice today in two different PRs
Full logs:
The text was updated successfully, but these errors were encountered: