Bug 886643 - Wine is not installable at 64 bit version of Fedora 18
Summary: Wine is not installable at 64 bit version of Fedora 18
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: wine
Version: 18
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Andreas Bierfert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-12-12 18:27 UTC by František Zatloukal
Modified: 2012-12-15 15:38 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-15 15:38:38 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description František Zatloukal 2012-12-12 18:27:21 UTC
Description of problem:
Wine cannot be installed on actual version of Fedora 18 (affects 64 bit only) becauese of dependency problems.

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

How reproducible:
Always

Steps to Reproduce:
1.Install Fedora 18 64-bit Beta
2.Do complete system update/upgrade with yum
3.Try to install wine
  
Actual results:
YUM error with package cyrus-sasl-lib/or multilib-u.
Error message:
Chráněné verze multilib-u: cyrus-sasl-lib-2.1.23-36.fc18.i686 != cyrus-sasl-lib-2.1.25-2.fc18.x86_64
(Chráněné verze = Protected vesrions)


Expected results:
Successful isntallation of wine with all its dependicies.

Additional info:
I tried following, but it doesn't solve anything.
--setopt=protected_multilib=false
--exclude cyrus-sasl-lib.otherarch
--enablerepo=updates-testing
--skip-broken

Comment 1 František Zatloukal 2012-12-15 09:25:27 UTC
Actual workaround:
wget http://open.fanys12.eu/cyrus-sasl-lib-2.1.25-2.fc19.i686.rpm
sudo yum install glibc.i686
sudo yum install libdb.i686
sudo rpm -i cyrus-sasl-lib-2.1.25-2.fc19.i686.rpm
sudo yum install wine

Comment 2 Andreas Bierfert 2012-12-15 15:38:38 UTC
This is not a wine bug. This is just an inconsistency in the repository you are using for your install/upgrade. Try 'yum clean all' and retry the installation.


Note You need to log in before you can comment on or make changes to this bug.