Bug 1044201

Summary: Protected multilib versions sqlite-3.8.1-2.fc20.i686 != sqlite-3.8.2-1.fc20.x86_64 (fedora 20)
Product: [Fedora] Fedora Reporter: Igor Bukanov <igor>
Component: sqliteAssignee: Jan Staněk <jstanek>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: jstanek, wilmer5
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-05-29 10:23:19 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:

Description Igor Bukanov 2013-12-17 21:54:21 UTC
Description of problem:

when installing 32-bit executable that uses sqlite on x86-64 installation of Fedora 20 yum complained:

Error: Protected multilib versions: sqlite-3.8.1-2.fc20.i686 != sqlite-3.8.2-1.fc20.x86_64

Version-Release number of selected component (if applicable):
sqlite-3.8.2-1.fc20.x86_64

How reproducible: always


Steps to Reproduce:
1. yum install sqlite
2. yum install sqlite.i686

Actual results:

Error: Protected multilib versions: sqlite-3.8.1-2.fc20.i686 != sqlite-3.8.2-1.fc20.x86_64

Expected results:

Successful insallation of 32-bit libraries

Comment 1 Jan Staněk 2013-12-19 08:17:47 UTC
From the look of the versions of the library, you are trying to install one version for i686 (3.8.1-2) and another for x86_64 (3.8.2-1). As yum states:

         2. You have multiple architectures of sqlite installed, but
            yum can only see an upgrade for one of those architectures.
            If you don't want/need both architectures anymore then you
            can remove the one with the missing update and everything
            will work.

You will have to update both architectures to 3.8.2 (as they are both currently in testing, you have to use --enablerepo=updates-testing on BOTH installations).

Comment 2 Fedora End Of Life 2015-05-29 10:01:27 UTC
This message is a reminder that Fedora 20 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 20. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '20'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 20 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 3 Jan Staněk 2015-05-29 10:23:19 UTC
Closing as NOTABUG due to long inactivity.