Bug 495527 - Yum update pulls in the wrong kernel-debuginfo-common
Summary: Yum update pulls in the wrong kernel-debuginfo-common
Keywords:
Status: CLOSED DUPLICATE of bug 487731
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Seth Vidal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-04-13 17:22 UTC by William Cohen
Modified: 2014-01-21 23:08 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-04-13 17:25:33 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description William Cohen 2009-04-13 17:22:55 UTC
Description of problem:

On Rawhide machine doing update of everything on the machine including the installed kernel-debuginfo* on a 32-bit x86 machine.  Do a "yum upgrade and get the following packages on the list to pull in:

 kernel-debuginfo        i586   2.6.29.1-68.fc11        rawhide-debuginfo 296 M
 kernel-debuginfo-common i686   2.6.29.1-68.fc11        rawhide-debuginfo  36 M

It should be pulling in the i586 version of kernel-debuginfo-common. This causes a conflict later because the machine has the i586 version installed.

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


How reproducible:

Everytime


Steps to Reproduce:
1. Have older kernel-debuginfo and kernel-debuginfo-common installed on machine
2. Do a "yum upgrade --enable=rawhide-debuginfo

  
Actual results:

Get an error 

Loaded plugins: dellsysidplugin2, refresh-packagekit
Setting up Remove Process
Resolving Dependencies
--> Running transaction check
---> Package kernel-debuginfo-common.i586 0:2.6.29.1-54.fc11 set to be erased
--> Processing Dependency: kernel-debuginfo-common-i586 = 2.6.29.1-54.fc11 for package: kernel-debuginfo
--> Running transaction check
---> Package kernel-debuginfo.i586 0:2.6.29.1-54.fc11 set to be erased
--> Finished Dependency Resolution


Expected results:

yum upgrade work on 32-bit machine

Additional info:

A work around:

yum remove kernel-debuginfo-common
yum install --enablerepo=rawhide-debuginfo kernel-debuginfo

Comment 1 seth vidal 2009-04-13 17:25:33 UTC

*** This bug has been marked as a duplicate of bug 487731 ***


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