Bug 912527

Summary: ERROR with transaction check vs depsolve
Product: [Fedora] Fedora Reporter: Tim Evans <tkevans>
Component: yumAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: admiller, albasha_osama, ffesti, jzeleny, packaging-team-maint, paul59584, tim.lauridsen, zpavlas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-19 07:21:38 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:
Embargoed:

Description Tim Evans 2013-02-18 21:45:14 UTC
Description of problem:

NOTE: System is F18, but error message references Rawhide.

Running Transaction Check
ERROR with transaction check vs depsolve:
httpd-mmn = 20051115-x86-32 is needed by (installed) mod_python-3.3.1-18.fc17.i686
Please report this error in https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=rawhide&component=yum
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
mod_python-3.3.1-18.fc17.i686 has missing requires of httpd-mmn = ('0', '20051115', 'x86-32')



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


How reproducible: Reliaby, with any attempt to install updates with yum.


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 paul59584 2013-02-19 01:46:10 UTC
i think maybe mod_python has been replaced by something else.
I fixed this with 
sudo yum remove mod_python
now yum info mod_python gives "No matching Packages to list" and yum update works as it should.
mod_python-3.3.1-18.fc17 is an f17 package so probably left over from upgrade? although I have been using httpd so cannot say whether or not removing mod_python breaks anything there.

Comment 2 paul59584 2013-02-19 01:47:40 UTC
above should read
have not been using httpd

Comment 3 Tim Evans 2013-02-19 03:07:56 UTC
(In reply to comment #1)
> i think maybe mod_python has been replaced by something else.
> I fixed this with 
> sudo yum remove mod_python
> now yum info mod_python gives "No matching Packages to list" and yum update
> works as it should.
> mod_python-3.3.1-18.fc17 is an f17 package so probably left over from
> upgrade? although I have been using httpd so cannot say whether or not
> removing mod_python breaks anything there.

Yep, that worked for me.  System was upgraded from F17 via Fedup. Thanks.

Comment 4 Jan Zeleny 2013-02-19 07:21:38 UTC

*** This bug has been marked as a duplicate of bug 912012 ***

Comment 5 albasha_osama 2013-04-15 19:54:23 UTC
================================================================================
p.johns.nz 2013-02-18 20:46:10 EST

i think maybe mod_python has been replaced by something else.
I fixed this with 
sudo yum remove mod_python
now yum info mod_python gives "No matching Packages to list" and yum update works as it should.
mod_python-3.3.1-18.fc17 is an f17 package so probably left over from upgrade? although I have been using httpd so cannot say whether or not removing mod_python breaks anything there.
================================================================================

Many Thanks. It worked for me also.