Bug 685160

Summary: ERROR with rpm_check_debug vs depsolve
Product: Red Hat Enterprise Linux 5 Reporter: Scott <wsmcintyre>
Component: yumAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED NOTABUG QA Contact: BaseOS QE Security Team <qe-baseos-security>
Severity: high Docs Contact:
Priority: unspecified    
Version: 5.8CC: james.antill, kevin.esterling
Target Milestone: rc   
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-03-14 19:31:02 UTC Type: ---
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
Additional information from another x86_64 server none

Description Scott 2011-03-15 13:25:13 UTC
Description of problem:


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


How reproducible: Currently on all x86_64 systems (13)


Steps to Reproduce:
1. yum update
2.
3.
  
Actual results: 
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
xen-libs is needed by (installed) xen-3.0.3-105.el5_5.5.x86_64
xen-libs is needed by (installed) xen-3.0.3-105.el5_5.5.x86_64
Complete!
(1, [u'Please report this error in https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Enterprise%20Linux%205&component=yum'])


Expected results: errata updates complete


Additional info:

Comment 1 Scott 2011-03-15 13:39:20 UTC
Created attachment 484489 [details]
Additional information from another x86_64 server

This server is a Citrix XenCenter VM as with many others.

Comment 2 James Antill 2011-03-15 14:00:23 UTC
Run: rpm -Va --nofiles --nodigest


...you'll probably find that it's a preexisting problem in the rpmdb, which is why yum can't see it.

Comment 3 Scott 2012-03-13 16:58:30 UTC
Manged to find a temporary workaround by downloading the xen-libs 32/64 bit rpm files and manually installing them with:

rpm -Uvh xen-libs-3.0.3-135.el5.i386.rpm --nodeps
rpm -Uvh xen-libs-3.0.3-135.el5.x86_64.rpm --nodeps

This worked until the last round of updates and now I have the error back and I can't find a way around it.  Now I'm WAY behind in the errata updates.

Comment 4 Jan Zeleny 2013-03-04 13:01:16 UTC
*** Bug 751885 has been marked as a duplicate of this bug. ***