Bug 1192827

Summary: Wine fails to install on Fedora 21 (libusbx multilib issue)
Product: [Fedora] Fedora Reporter: Valent Turkovic <valent.turkovic>
Component: wineAssignee: Andreas Bierfert <andreas.bierfert>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: andreas.bierfert, besser82, bugs.michael, mike, stefan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-15 19:51:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
yum and dnf install log messages none

Description Valent Turkovic 2015-02-15 17:31:48 UTC
Created attachment 991954 [details]
yum and dnf install log messages

Description of problem:
Wine fails to install on Fedora 21

Version-Release number of selected component (if applicable):


How reproducible:
100%

Steps to Reproduce:
1. use yum or dnf to install wine
2. watch it fail
3.

Actual results:


Expected results:
To have wine installed

Additional info:

Comment 1 Michael Cronenworth 2015-02-15 19:51:20 UTC
libusbx-1.0.19-100.rc2.fc21.x86_64 is not a Fedora package. Please use Fedora packages.

If you're unsure what that package is, please perform a "distro sync" to downgrade to the Fedora version.

Comment 2 Andreas Bierfert 2015-02-15 19:53:24 UTC
This is not a wine bug. As the log points out you have mismatching versions of libusbx installed for i686 and x86_64. I cannot find libusbx-1.0.19-100.rc2.fc21.x86_64 anywhere in the fedora repos/buildsys so downgrading this to the latest release in fedora 21 should do the trick (yum downgrade libusbx.x86_64).

Comment 3 Michael Schwendt 2015-02-15 20:49:56 UTC
> libusbx-1.0.19-100.rc2.fc21.x86_64

Google finds one in spot's fedorapeople repo. Uh oh!

> distro sync

Note that a "yum distro-sync" won't "fix" anything, if the package is included within any enabled repo. You need to disable such an incompatible repo before a distro-sync would replace/downgrade packages.

Comment 4 Valent Turkovic 2015-02-17 21:10:16 UTC
Thanks, I can confirm that by removing chromium package and downgrading libusbx wine installation works as expected. Thank you.