-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Fix msys2-runtime based on Cygwin v3.0.1 #2081
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
Just got bit by this, I had to run |
Not sure if this is the same issue, or just one very close, but I have a work-around for it. with A work-around for until this gets fixed is to edit Here are some relevant errors:
where the correct URL should have 'x86_64' in it. and
|
@FlyingWombat That was already stated in the original issue.
It looks like @kevinfengcu is using Git for Windows inside of MSYS2 proper, like I do. |
@magneticflux- do feel free to debug the problem further by rebuilding msys-2.0.dll with debug print statements. |
This also affects the build of Git itself in the git-sdk. Sample output on Bash from Git installer:
On Git SDK Bash:
|
Ah, I get it: this would affect https://github.com/git-for-windows/git/blob/v2.21.0.windows.1/config.mak.uname#L628... |
@magneticflux- Yes I am using Git for Windows repo in Msys. |
@kevinfengcu since you are trying to use Git for Windows in MSYS2 (I highly doubt that you mean MSys...), you need to understand that you are doing things that require a lot of expertise from you, as it would really be unfair to put even more of a maintenance burden on the Git for Windows project. |
For the record, I went through the output of |
Oh, and also: the build is running and should be done in about 40 minutes from now. After that, it might still be a bit challenging to update for you MSYS2 users, the safest might be to roll back by force-installing https://wingit.blob.core.windows.net/x86-64/msys2-runtime-2.11.2-1-x86_64.pkg.tar.xz (and https://wingit.blob.core.windows.net/x86-64/msys2-runtime-devel-2.11.2-1-x86_64.pkg.tar.xz, if you have installed Note: if you use Git for Windows' SDK and update by running |
The issue might have been with Cygwin v3.0.0 already, I don't know. The issue is that a couple of fields in
uname -a
are clipped: they miss the first character.Most crucially, the output of
uname -m
does, too, which makespacman
believe that all of the new packages have an incorrect architecture.This problem was the reason why I pulled the msys2-runtime update out of v2.21.0, and I will have to investigate and fix this issue after that version comes out. Unless somebody else beats me to it 😉
The text was updated successfully, but these errors were encountered: