Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 737424 - 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)
Summary: app-emulation/wine-staging-5.15 - .../work/wine-5.15/dlls/winegstreamer/mf_de...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-16 10:28 UTC by Bas Weelinck
Modified: 2020-08-17 00:00 UTC (History)
0 users

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


Attachments
build.log (wine-staging-5.15-build.log.gz,176.59 KB, application/gzip)
2020-08-16 10:30 UTC, Bas Weelinck
Details
emerge --info output (emerge_info.txt,6.03 KB, text/plain)
2020-08-16 10:31 UTC, Bas Weelinck
Details
Fix (fix.patch,497 bytes, patch)
2020-08-16 14:22 UTC, Mike Lothian
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bas Weelinck 2020-08-16 10:28:25 UTC
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.
Comment 1 Bas Weelinck 2020-08-16 10:30:43 UTC
Created attachment 654936 [details]
build.log
Comment 2 Bas Weelinck 2020-08-16 10:31:51 UTC
Created attachment 654938 [details]
emerge --info output
Comment 4 Mike Lothian 2020-08-16 14:22:38 UTC
Created attachment 654962 [details, diff]
Fix
Comment 5 Mike Lothian 2020-08-16 15:37:33 UTC
I've put a working ebuild in my overlay, it also supports mingw builds
Comment 6 Nick Sarnie gentoo-dev 2020-08-16 15:41:47 UTC
Pull requests welcome for mingw support
Comment 7 Larry the Git Cow gentoo-dev 2020-08-16 15:42:28 UTC
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(-)
Comment 8 Bas Weelinck 2020-08-17 00:00:27 UTC
Thanks for the quick responses everyone