Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 773433 - app-emulation/wine-*6.3 - Entirely breaks app-emulation/gallium-nine-standalone (PATCH)
Summary: app-emulation/wine-*6.3 - Entirely breaks app-emulation/gallium-nine-standalo...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-02-28 16:35 UTC by orbea
Modified: 2021-03-02 05:09 UTC (History)
2 users (show)

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


Attachments
https://source.winehq.org/patches/data/200713 (wine-6.3-wine-nine-standalone.patch,1.04 KB, patch)
2021-02-28 16:35 UTC, orbea
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description orbea 2021-02-28 16:35:21 UTC
Created attachment 688764 [details, diff]
https://source.winehq.org/patches/data/200713

When running wine-nine-standalone with wine-vanilla-6.3 or wine-staging-6.3 it will segfault.

  $ wine /usr/lib/ninewinecfg.exe.so 
  The process was killed by SIGSEGV: Segmentation fault

This was bisected by a wine-nine-standalone dev to this wine commit.

https://github.com/wine-mirror/wine/commit/93eb4dbd

Who then sent a fix to the wine mailing list, I have attached the patch.

https://www.winehq.org/pipermail/wine-devel/2021-February/181759.html

And a wine-nine-standalone issue was also made.

https://github.com/iXit/wine-nine-standalone/issues/96
Comment 1 Nick Sarnie gentoo-dev 2021-03-01 00:10:46 UTC
Will wait to see what upstream does
Comment 3 Larry the Git Cow gentoo-dev 2021-03-02 05:09:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=ca74716d50979502d3a45025f24d18960b1b5f7a

commit ca74716d50979502d3a45025f24d18960b1b5f7a
Author:     Nick Sarnie <sarnex@gentoo.org>
AuthorDate: 2021-03-02 05:07:57 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2021-03-02 05:09:01 +0000

    app-emulation/wine-staging: Backport patch
    
    Closes: https://bugs.gentoo.org/773433
    Package-Manager: Portage-3.0.16, Repoman-3.0.2
    Signed-off-by: Nick Sarnie <sarnex@gentoo.org>

 app-emulation/wine-staging/Manifest                |   1 +
 .../wine-staging/wine-staging-6.3-r1.ebuild        | 668 +++++++++++++++++++++
 2 files changed, 669 insertions(+)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=fa7a3fb518ccfae6e9e4080531994f4d174d03c5

commit fa7a3fb518ccfae6e9e4080531994f4d174d03c5
Author:     Nick Sarnie <sarnex@gentoo.org>
AuthorDate: 2021-03-02 05:06:21 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2021-03-02 05:08:58 +0000

    app-emulation/wine-vanilla: Backport patch
    
    Bug: https://bugs.gentoo.org/773433
    Package-Manager: Portage-3.0.16, Repoman-3.0.2
    Signed-off-by: Nick Sarnie <sarnex@gentoo.org>

 app-emulation/wine-vanilla/Manifest                |   1 +
 .../wine-vanilla/wine-vanilla-6.3-r1.ebuild        | 580 +++++++++++++++++++++
 2 files changed, 581 insertions(+)