Wine stating 5.15 specifically no longer compiles due to the following: /portage/app-emulation/wine-staging-5.15/work/wine-5.15/dlls/winegstreamer/mf_decode.c: In function ‘mf_decoder_ProcessInput’: /portage/app-emulation/wine-staging-5.15/work/wine-5.15/dlls/winegstreamer/mf_decode.c:1051:22: error: ‘query’ undeclared (first use in this function) I've verified wine-staging-5.14 still compiles without issue on the same system, so this seems to be due to a change specific to this ebuild.
Created attachment 654936 [details] build.log
Created attachment 654938 [details] emerge --info output
https://github.com/wine-staging/wine-staging/commit/150ce22fa21ffa040816e725ead34ed1de516bd8
Created attachment 654962 [details, diff] Fix
I've put a working ebuild in my overlay, it also supports mingw builds
Pull requests welcome for mingw support
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=4f8cb1f9829040cdc3544788d88dacf35c3526f0 commit 4f8cb1f9829040cdc3544788d88dacf35c3526f0 Author: Nick Sarnie <sarnex@gentoo.org> AuthorDate: 2020-08-16 15:42:08 +0000 Commit: Nick Sarnie <sarnex@gentoo.org> CommitDate: 2020-08-16 15:42:08 +0000 app-emulation/wine-staging: Fix build Fixes: https://bugs.gentoo.org/737424 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Nick Sarnie <sarnex@gentoo.org> app-emulation/wine-staging/Manifest | 2 +- app-emulation/wine-staging/wine-staging-5.15.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Thanks for the quick responses everyone