https://bugs.winehq.org/show_bug.cgi?id=55822
Bug ID: 55822 Summary: 8.2 and over Wine-staging doesn't apply patches on tar.xz source code Product: Wine-staging Version: 8.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: d.bass05@proton.me CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
This includes a lot of packaging, like the Arch Linux one (https://gitlab.archlinux.org/archlinux/packaging/packages/wine-staging/-/blo...).
This is due to the Python 3 port (https://gitlab.winehq.org/wine/wine-staging/-/commit/f2f8b949b1ae1bedc2b3b16...) included since tag 8.2.
Specifically, it doesn't get passed the flag --nogit to gitapply.sh in case that the wine main tree is not a git repository.
This regression made harder to understand why the staging patches are not applied after the building.
https://bugs.winehq.org/show_bug.cgi?id=55822
--- Comment #1 from Daniele d.bass05@proton.me --- https://gitlab.winehq.org/wine/wine-staging/-/blob/master/staging/patchinsta...
Here the line where there is the call of gitapply.sh