-
Notifications
You must be signed in to change notification settings - Fork 11
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
patch.exe regression: can not handle general patches #51
Comments
This workaround connects with <https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/121>.
This workaround connects with <https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/121>.
This workaround connects with <https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/121>.
The Possibly we should apply one or more of the previous SP and MSYS2 patches. https://github.com/StrawberryPerl/build-extlibs/blob/master/patches/patch-2.7.5/patch-2.7.5.diff |
Issue transferred to the build-extlibs repo given that's where the code is. |
I have built It still does not work. In some cases it silently fails to make changes. Unless someone knows of additional patches for the build, the simplest approach would seem to be to use a The MSYS2 patch works but depends on |
When trying to apply a patch,
patch
gives the error:It appears to apply when there is a directory prefix, so for the above, a
workaround is to do
-d src -p2
to remove thea/src/
part.Test case:
Commands:
The following is a transcript with StrawberryPerl 5.38.1's
patch.exe
:The following is a transcript with StrawberryPerl 5.32.1.1's
patch.exe
:Connects with StrawberryPerl/Perl-Dist-Strawberry#74.
The text was updated successfully, but these errors were encountered: