Bug 1019833

Summary: YUM errors out Running rpm_check_debug
Product: Red Hat Enterprise Linux 5 Reporter: wtrzop
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.9CC: james.antill, jzeleny
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-10-16 15:20:10 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:

Description wtrzop 2013-10-16 13:20:07 UTC
Description of problem:
ERROR with rpm_check_debug vs depsolve:
libgcj-devel is needed by (installed) gcc-java-4.1.2-52.el5.x86_64
libgcj-devel is needed by (installed) gcc-java-4.1.2-52.el5.x86_64
libgcj-devel is needed by (installed) gcc-java-4.1.2-52.el5.x86_64
libgcj-devel is needed by (installed) gcc-java-4.1.2-52.el5.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'])

The reported libgcj-devel is already installed


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

package gcc-java-4.1.2-54.el5.x86_64 is already installed
package libgcj-devel-4.1.2-54.el5.x86_64 is already installed


How reproducible:
 Happens every time 

Steps to Reproduce:
1. From base install - run yum update
2.
3.

Actual results:

Update fails to launch

Expected results:

Successful update with no error
Additional info:

Comment 1 Jan Zeleny 2013-10-16 15:20:10 UTC
That's not a bug in yum, that's probably some sort of suboptimal packaging or something like that. Yum just reports that libgcj-devel cannot be updated/replaced/whatever_is_needed_to_perform_the_update because gcc-java depends on it. Uninstalling gcc-java should solve the issue (probably a discontinued package?).