Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 929001 - app-emulation/wine-staging-9.6 fails to exclude patchset (missing in upstream)
Summary: app-emulation/wine-staging-9.6 fails to exclude patchset (missing in upstream)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-09 11:47 UTC by ALeX
Modified: 2024-04-09 12:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ALeX 2024-04-09 11:47:26 UTC
It seems that fltmgr.sys-FltBuildDefaultSecurityDescriptor patchset is missing in staging upstream and/or not needed anymore, so patchinstall.py fails because it can't remove this patchset from patchlist.

Reproducible: Always

Steps to Reproduce:
1. Unmask =app-emulation/wine-staging-9.6
2. Emerge =app-emulation/wine-staging-9.6
3. See KeyError: 'fltmgr.sys-FltBuildDefaultSecurityDescriptor'
Actual Results:  
patchinstall.py fails with KeyError: 'fltmgr.sys-FltBuildDefaultSecurityDescriptor'
This patchset is realy missing in patches directory (/var/tmp/portage/app-emulation/wine-staging-9.6/work/wine-staging-9.6/patches/ in my case)



Remove excluding of fltmgr.sys-FltBuildDefaultSecurityDescriptor patchset from ebuild [1] at line 228?
This patchet is missing in upstream [2]


[1] https://gitweb.gentoo.org/repo/gentoo.git/tree/app-emulation/wine-staging/wine-staging-9.6.ebuild#n228
[2] https://gitlab.winehq.org/wine/wine-staging/-/tree/master/patches
Comment 1 Ionen Wolkens gentoo-dev 2024-04-09 11:50:33 UTC
Oh, had kind of forgotten we were skipping patches with USE=-mingw and hadn't tried it in a while.
Comment 2 Larry the Git Cow gentoo-dev 2024-04-09 12:09:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6533f624c6ca6027012d4b01efd6b2b4d07efef7

commit 6533f624c6ca6027012d4b01efd6b2b4d07efef7
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2024-04-09 11:59:27 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2024-04-09 11:59:30 +0000

    app-emulation/wine-staging: remove obsolete USE=-mingw patch skips
    
    Neither are needed anymore, and the 2nd is also missing in 9.6+
    build failure wrt bug #929001.
    
    Closes: https://bugs.gentoo.org/929001
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 app-emulation/wine-staging/wine-staging-9.6.ebuild  | 5 -----
 app-emulation/wine-staging/wine-staging-9999.ebuild | 5 -----
 2 files changed, 10 deletions(-)