https://bugs.winehq.org/show_bug.cgi?id=43400
Bug ID: 43400 Summary: Staging patchset wined3d-Copy_Resource_Typeless is missing dependency on wined3d-1DTextures Product: Wine-staging Version: 2.12 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: shtetldik@gmail.com CC: erich.e.hoover@wine-staging.com, michael@fds-team.de, sebastian@fds-team.de Distribution: ---
When applying staging patchset wined3d-Copy_Resource_Typeless with patchinstall.sh selectively, the final result fails to build with the following error:
.../dlls/wined3d/cs.c:2253:40: error: ‘WINED3D_RTYPE_TEXTURE_1D’ undeclared (first use in this function) else if (op->dst_resource->type == WINED3D_RTYPE_TEXTURE_1D || ^~~~~~~~~~~~~~~~~~~~~~~
It's because it really depends on wined3d-1DTextures, and it's not installed using patchinstall.sh, since that dependency isn't specified.
https://bugs.winehq.org/show_bug.cgi?id=43400
--- Comment #1 from Sebastian Lackner sebastian@fds-team.de --- Thanks for the bug report, should be fixed in current Wine Staging git. Does it work now?
https://bugs.winehq.org/show_bug.cgi?id=43400
Shmerl shtetldik@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Shmerl shtetldik@gmail.com --- Yes, it fixed it. Closing.
https://bugs.winehq.org/show_bug.cgi?id=43400
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Fixed Staging 3.14