https://bugs.winehq.org/show_bug.cgi?id=41726
Bug ID: 41726 Summary: Wine-Staging: patch failed: dlls/wined3d/texture.c:1439 against latest Wine-git Product: Wine-staging Version: 1.9.23 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: fjfrackiewicz@gmail.com CC: erich.e.hoover@wine-staging.com, michael@fds-team.de, sebastian@fds-team.de Distribution: ---
Created attachment 56161 --> https://bugs.winehq.org/attachment.cgi?id=56161 Terminal output from when I attempt to patch a clean Wine-Devel tree with Wine-1.9.23-Staging patches
Hi folks,
I have a clean (no custom patches or anything of the sort) Wine-Devel source tree and I have a clean Wine-Staging source tree and I am attempting to apply the Wine-Staging patches to Wine-1.9.23-56-gbfa0e4b and I am getting an error with one of the patches:
error: patch failed: dlls/wined3d/texture.c:1439 error: dlls/wined3d/texture.c: patch does not apply ERROR: Failed to apply patch, aborting!
Steps to reproduce:
1. Clone the Wine-devel source into one directory. 2. Clone the Wine-Staging source into another 3. Run the ./patchinstall.sh DESTDIR="path/to/wine" --all command 4. See one patch fail
I have attached the full terminal output as well in case it helps.