Bug 605657
Summary: | yum is unable to resolve dependency to installed java-1.5.0-sun from supplementary | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Carsten Hoeger <choeger> |
Component: | yum | Assignee: | James Antill <james.antill> |
Status: | CLOSED NOTABUG | QA Contact: | BaseOS QE Security Team <qe-baseos-security> |
Severity: | high | Docs Contact: | |
Priority: | low | ||
Version: | 5.4 | ||
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: | 2010-06-18 14:42:36 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
Carsten Hoeger
2010-06-18 13:51:43 UTC
Sun Java is installed and provides the necessary package: [root@servera ~]# rpm -q --whatprovides java-1.5.0-sun java-1.5.0-sun-1.5.0.22-1jpp.1.el5 [root@servera ~]# rpm -qi java-1.5.0-sun Name : java-1.5.0-sun Relocations: (not relocatable) Version : 1.5.0.22 Vendor: Red Hat, Inc. Release : 1jpp.1.el5 Build Date: Mon 09 Nov 2009 05:52:11 PM CET Install Date: Thu 25 Mar 2010 02:29:25 PM CET Build Host: x86-003.build.bos.redhat.com Group : Development/Languages Source RPM: java-1.5.0-sun-1.5.0.22-1jpp.1.el5.src.rpm Size : 74197233 License: Sun Binary Code License Signature : DSA/SHA1, Tue 10 Nov 2009 01:40:06 PM CET, Key ID 5326810137017186 Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> URL : http://java.sun.com/j2se/1.5.0 Summary : Sun Java Runtime Environment Description : The Java Runtime Environment (JRE) contains the software and tools that users need to run applets and applications written using the Java programming language. [root@servera ~]# rpm -V java-1.5.0-sun [root@servera ~]# what is Package java-1.5.0-sun-uninstall.x86_64 0:1.5.0.22-1jpp.3.el5 run this: yum list obsoletes I think you'll find your problem. this is the result: [root@servera ~]# yum list obsoletes Loaded plugins: rhnplugin, security Obsoleting Packages java-1.5.0-sun-uninstall.x86_64 1.5.0.22-1jpp.3.el5 rhel-x86_64-server-supplementary-5 java-1.5.0-sun.x86_64 1.5.0.22-1jpp.1.el5 installed However, i do not see how that solves my problem, sorry. Where does the package java-1.5.0-sun-uninstall.x86_64 come from? yum list java-1.5.0-sun-uninstall.x86_64 but I think it comes from rhel-x86_64-server-supplementary-5 yes, it does rpm -qp --obsoletes java-1.5.0-sun-uninstall-1.5.0.22-1jpp.3.el5.x86_64.rpm java-1.5.0-sun <= 0:1.5.0.22-1jpp.3.el5 java-1.5.0-sun-devel <= 0:1.5.0.22-1jpp.3.el5 java-1.5.0-sun-src <= 0:1.5.0.22-1jpp.3.el5 java-1.5.0-sun-demo <= 0:1.5.0.22-1jpp.3.el5 java-1.5.0-sun-plugin <= 0:1.5.0.22-1jpp.3.el5 java-1.5.0-sun-jdbc <= 0:1.5.0.22-1jpp.3.el5 you need to talk to whomever owns that pkg. I guess i know what the problem is. Redhat has obsoleted sun java 1.5 on rhel5 because it reached End of Service Life. As soon as I deinstall that package, I can update again. However, as our packages still depend on 1.5, yum will install it again. That's a problem on our side. Thank you for pointing me into the right direction. |