-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Weird intermittent compilation error related to _pgmptr #5016
Comments
I opened a PR at gitgitgadget#1752 but did not hear back about it on the Git mailing list. @glandium would you be willing to test the patch and if it works as intended, provide feedback for the patch on the Git mailing list? |
Done. I should have checked the mailing list. I'm still baffled this is not happening consistently for me... in fact, I disabled github actions cache, and... it reliably doesn't happen in that case. |
The reason for that might be that the GitHub Action The same logic is not true when using a different mode, e.g. |
I'm not using the git-sdk, I'm using my own copy of msys2. |
Right, that would trigger the compile error. |
Sure, but I would expect it to happen reliably. Now that I think about it, the discrepancy might have been coming from https://github.com/msys2/setup-msys2?tab=readme-ov-file#cache. I hadn't thought about /that/ cache. |
Ah, that sounds highly plausible. |
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
I had applied the patch locally already and haven't had an error since. |
Excellent, let's close this issue, then. |
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
I'm building parts of git-for-windows as part of git-cinnabar and am currently getting the following error intermittently:
The intermittence may or may not come from github actions caching, but the error is plain weird.
This is using a fresh-ish msys2 environment, and I suspect something changed recently in some of the mingw headers that causes problems with
_pgmptr
.On the other hand, it doesn't even seem to be used at all? So I'm wondering what it's doing there in the first place?
The text was updated successfully, but these errors were encountered: