Bug 965309

Summary: Error: Protected multilib versions: python-2.7.5-1.fc19.x86_64 != python-2.7.4-4.fc19.i686
Product: [Fedora] Fedora Reporter: Paul Finnigan <paul>
Component: pythonAssignee: Bohuslav "Slavek" Kabrda <bkabrda>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: bkabrda, dmalcolm, ivazqueznet, jonathansteffan, tomspur
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: 2013-06-04 17:07:40 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
out put from "rpm -qa | grep python | sort"
none
output from "yum update -y --skip-broken" none

Description Paul Finnigan 2013-05-20 21:14:52 UTC
Description of problem:
Yum update -y

Fails:

Error: Protected multilib versions: python-2.7.5-1.fc19.x86_64 != python-2.7.4-4.fc19.i686


I have no python i686 packages installed.

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

python-2.7.5-1.fc19.x86_64

How reproducible: everytime

Steps to Reproduce:
1. Yum update -y


Actual results:
Error: Protected multilib versions: python-2.7.5-1.fc19.x86_64 != python-2.7.4-4.fc19.i686

Expected results:
Packages updated

Additional info:

Comment 1 Bohuslav "Slavek" Kabrda 2013-05-21 09:23:22 UTC
That is strange. Could you please attach output of

rpm -qa | grep python | sort

Could you also paste the set of packages that yum is trying to update? Maybe the i686 package is being drawn their as a dependency of something.

Thanks.

Comment 2 Paul Finnigan 2013-05-23 21:49:06 UTC
Created attachment 752398 [details]
out put from "rpm -qa | grep python | sort"

As requested.

Comment 3 Paul Finnigan 2013-05-23 21:51:14 UTC
Created attachment 752399 [details]
output from "yum update -y --skip-broken"

Output from yum, note in the meantime samba has a dependency problem that required the skip-broken.

Comment 4 Bohuslav "Slavek" Kabrda 2013-05-24 06:01:56 UTC
I think this is caused by not-yet-updated version of python-docs. Python is 2.7.5, but python-docs are still 2.7.4 and they require Python of precisely same version. So when you try to update, Python 2.7.5 is marked for update, but python-docs need 2.7.4. I will update python-docs asap and we'll see if it solves the problem.

Comment 5 Fedora Update System 2013-05-24 07:00:24 UTC
python-docs-2.7.5-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/python-docs-2.7.5-1.fc19

Comment 6 Paul Finnigan 2013-05-27 20:51:18 UTC
python-docs-2.7.5-1.fc19 installed and problem goes away.

Thanks

Comment 7 Fedora Update System 2013-06-05 03:14:58 UTC
python-docs-2.7.5-1.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.