Bug 786944

Summary: php-5.3.9 Requires: httpd-mmn
Product: [Fedora] Fedora Reporter: René Genz <liebundartig>
Component: phpAssignee: Joe Orton <jorton>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: fedora, jorton, rpm
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-23 19:31:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description René Genz 2012-02-02 17:51:35 UTC
Description of problem:
installation of php-5.3.9 is not possible due to an dependency error


Version-Release number of selected component (if applicable):
php-5.3.9-1.fc16.x86_64

How reproducible:
100%

Steps to Reproduce:
1.yum install -y php

  
Actual results:
--> Finished Dependency Resolution
Error: Package: php-5.3.9-1.fc16.x86_64 (fedora-updates)
           Requires: httpd-mmn = 20051115-x86-64
           Installed: httpd-2.2.21-1.fc16.x86_64 (@anaconda-0)
               httpd-mmn = 20051115
               httpd-mmn = 20051115-x86-64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


Expected results:
installation of php package should work

Comment 1 René Genz 2012-02-02 17:54:13 UTC
performing
yum remove -y httpd
...
Removed:
  httpd.x86_64 0:2.2.21-1.fc16                                                  

Dependency Removed:
  BackupPC.x86_64 0:3.2.1-7.fc16      httpd-devel.x86_64 0:2.2.21-1.fc16       
  httpd-manual.noarch 0:2.2.21-1.fc16 mailman.x86_64 3:2.1.14-12.fc16          
  mod_auth_kerb.x86_64 0:5.4-7.fc15   system-config-httpd.noarch 5:1.5.5-2.fc15




and afterwards

yum install -y php
...
Installed:
  php.x86_64 0:5.3.9-1.fc16                                                     

Dependency Installed:
  httpd.x86_64 0:2.2.21-1.fc16           php-cli.x86_64 0:5.3.9-1.fc16     

does work

Comment 2 Joe Orton 2012-04-23 19:31:32 UTC
Error: Package: php-5.3.9-1.fc16.x86_64 (fedora-updates)
           Requires: httpd-mmn = 20051115-x86-64
           Installed: httpd-2.2.21-1.fc16.x86_64 (@anaconda-0)
               httpd-mmn = 20051115
               httpd-mmn = 20051115-x86-64

I might guess this was caused by something like an rpm database issue, the correct dep is obviously there.  The deps are fine in the repos, anyway.