Bug 639813

Summary: ERROR with rpm_check_debug vs depsolve for php-common
Product: Red Hat Enterprise Linux 5 Reporter: otis
Component: yumAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED NOTABUG QA Contact: BaseOS QE Security Team <qe-baseos-security>
Severity: medium Docs Contact:
Priority: low    
Version: 5.7CC: james.antill
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: 2013-03-14 19:21:15 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 otis 2010-10-04 06:05:29 UTC
Description of problem:

Cannot not update php because it says the following:

ERROR with rpm_check_debug vs depsolve:
php-common is needed by (installed) php-pdo-5.2.8-1.el5.art.i386
php-common is needed by (installed) php-ldap-5.2.8-1.el5.art.i386
php-common is needed by (installed) php-mbstring-5.2.8-1.el5.art.i386
Complete!


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

5.2.8-1.el5 updating from 5.1.6-27

How reproducible:


Steps to Reproduce:
1. yum update php
2. 
3.
  
Actual results:

ERROR with rpm_check_debug vs depsolve:
php-common is needed by (installed) php-pdo-5.2.8-1.el5.art.i386
php-common is needed by (installed) php-ldap-5.2.8-1.el5.art.i386
php-common is needed by (installed) php-mbstring-5.2.8-1.el5.art.i386
Complete!


Expected results:

php will be updated successfully

Additional info:

Comment 1 otis 2010-10-04 06:17:11 UTC
Also I ran 'yum clean all' still no change. I ran 'rpm -qa php\*' and here is what it says:

php-5.1.6-23.2.el5_3
php-pdo-5.2.8-1.el5.art
php-ldap-5.2.8-1.el5.art
php-cli-5.1.6-23.2.el5_3
php-mbstring-5.2.8-1.el5.art
php-common-5.1.6-23.2.el5_3
php-mysql-5.1.6-23.2.el5_3
php-gd-5.1.6-23.2.el5_3

Comment 2 James Antill 2010-10-04 12:14:06 UTC
You have a mix of versions, with the .art versions coming from some third party repo. ... that is pretty suspicious.

The message is saying that rpm thinks there is an existing problem in the rpmdb (likely due to the mix of versions). Try running "package-cleanup --problems".

Comment 3 otis 2010-10-04 22:12:27 UTC
Looks like that was it. I removed the .art files and then reinstalled with the the repo listed in the yum repo files.  That is pretty strange. Thank you. Problem solved!