-
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
ReadKey.c: loadable library and perl binaries are mismatched #1488
Comments
Thank you for the report. I will have to recompile |
It is not quite fixed yet, I'll keep you updated as to the progress, and will ask you to test a snapshot installer. |
This is finally fixed (I had some problems keeping the Git for Windows SDK working after some unfortunate changes made by MSYS2). @mehrdadn I would like to ask you to verify that this is indeed fixed by the rebuilding of the |
Sure, I just tested it. The 64-bit version works now, but the 32-bit version is now broken in a different way:
|
@mehrdadn thank you for testing it. I did not even think to test 32-bit separately... and sure enough, it fails also on my machine :-( Will keep you posted. |
Okay, that took longer than expected. Sorry about that. I completely chased down the wrong goose: I found out that somehow the Perl process still tried to access Had I noticed that, I would have realized that the problem lay completely elsewhere. Turns out that due to a bug in one of my scripts, the upload of Subversion "succeeded" despite a lock on the 32-bit package database (from a failed previous run) preventing that database from being updated. So the 32-bit snapshot had The fix was obviously to upload the correct subversion package version to the Pacman repository. I also had to check whether other packages were affected, and sure enough: there were. I fixed them, too, of course. The next snapshot is building (it will have the same Git version number) and should be available within the next twenty minutes or so. |
Okay, it's finally built and uploaded: https://wingit.blob.core.windows.net/files/index.html |
Yup, it works now! (Assuming I run |
I can confirm the fix, too (for 32-bit portable). (I've faced the issue, too, but with some different conditions - I have |
Yeah! Thank you both for testing! |
Setup
The problem also occurs on the 32-bit version.
defaults?
to the issue you're seeing?
N/A
Details
CMD
Simply run the above without any saved credentials.
To be prompted for my SVN password, as in earlier versions.
URL to that repository to help us with testing?
N/A
The text was updated successfully, but these errors were encountered: