Bug 582101
| Summary: | yum install xen-libs fails | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Juhani Olkku <juhani.olkku> |
| Component: | yum | Assignee: | James Antill <james.antill> |
| Status: | CLOSED NOTABUG | QA Contact: | BaseOS QE Security Team <qe-baseos-security> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.6 | CC: | apoorvbadami, cww, theo_nra |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-01-17 19:31:51 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: | |||
|
Description
Juhani Olkku
2010-04-14 06:29:59 UTC
# yum info xen-libs Loaded plugins: rhnplugin, security Installed Packages Name : xen-libs Arch : i386 Version : 3.0.3 Release : 94.el5_4.2 Size : 265 k Repo : installed Summary : Libraries for Xen tools URL : http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html License : GPLv2+, LGPLv2+ Description: This package contains the libraries needed to run applications to : manage Xen virtual machines. Available Packages Name : xen-libs Arch : i386 Version : 3.0.3 Release : 105.el5 Size : 157 k Repo : rhel-i386-server-5 Summary : Libraries for Xen tools License : GPLv2+, LGPLv2+ Description: This package contains the libraries needed to run applications to : manage Xen virtual machines. Can you run: rpm -Va --nofiles --nodigest # rpm -Va --nofiles --nodigest /var/tmp/rpm-tmp.86643: line 851: IntegrateWithGNOME: command not found Unsatisfied dependencies for xen-3.0.3-64.el5.i386: xen-libs = 3.0.3-64.el5 # yum install xen-libs Loaded plugins: rhnplugin, security Setting up Install Process Package xen-libs-3.0.3-105.el5.i386 already installed and latest version Nothing to do I think you'll find that rpm has screwed up the provides indexes. Ie. rpm -q xen-libs rpm -q --whatprovides xen-libs ...the first will return something, and the second will not. If that's the case run: rpm --rebuilddb Yesterday afternoon RHEL gui popup updates for xen-libs and it managed to install it. I ran commands what you told and here are results # rpm -q xen-libs xen-libs-3.0.3-105.el5 # rpm -q --whatprovides xen-libs xen-libs-3.0.3-105.el5 This did not print any output # rpm --rebuilddb Thanks for you support Missing Dependency: xen-libs = 3.0.3-105.el5 is needed by package xen-3.0.3-105.el5.i386 (installed)
xen-3.0.3-105.el5.i386 from installed has depsolving problems
--> Missing Dependency: xen-libs = 3.0.3-105.el5 is needed by package xen-3.0.3-105.el5.i386 (installed)
Error: Missing Dependency: xen-libs = 3.0.3-105.el5 is needed by package xen-3.0.3-105.el5.i386 (installed)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
I hit the same issue. Running
Linux rhel55test.local 2.6.18-194.el5xen #1 SMP Tue Mar 16 22:08:06 EDT 2010 i686 i686 i386 GNU/Linux
It has been some time since this BZ was updated. Closing as NOTABUG. Feel free to open a case with Red Hat Support if this is still an issue. |