Bug 830635

Summary: Package update fails due to a dependency problem
Product: [Fedora] Fedora Reporter: Peter Williams <pwil3058>
Component: yumAssignee: Fedora Packaging Toolset Team <packaging-team>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 19CC: ffesti, harshad.sane, jzeleny, maxamillion, nicolarge, packaging-team, tim.lauridsen
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: 2014-06-10 06:43:36 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 Peter Williams 2012-06-11 04:04:52 UTC
Description of problem:

13:56:49 : ERROR: Error in yum Transaction : [u'ERROR with transaction check vs depsolve:', '/usr/bin/db_stat is needed by (installed) rpm-4.9.1.3-7.fc17.x86_64', u'Please report this error at https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=rawhide&component=yum']


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


How reproducible:

Very


Steps to Reproduce:

yum update

Comment 1 harshad.sane 2012-09-05 17:35:37 UTC
13:34:19 : ERROR: Error in yum Transaction : [u'ERROR with transaction check vs depsolve:', '/usr/bin/db_stat is needed by (installed) rpm-4.9.1.3-7.fc17.x86_64', u'Please report this error at https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=rawhide&component=yum']

Comment 2 harshad.sane 2012-09-05 17:38:35 UTC
How to fix this? I get this when updating db4-util package. But another report says that this has been replace by db4_*. But I am unable to remove this package or find any relevant db4_* package under yum.

Comment 3 Nicolas Large 2012-11-08 08:08:04 UTC
I had the same problem after having upgraded from F16 to F17.
I could solve the issue by doing (as root):

#yum clean all
#rpm --rebuilddb
#yum update

Comment 4 Fedora End Of Life 2013-04-03 16:49:25 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle.
Changing version to '19'.

(As we did not run this process for some time, it could affect also pre-Fedora 19 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19

Comment 5 Jan Zeleny 2014-06-10 06:43:36 UTC
Usually when a message like this occurs it means one of the two things. Either the operation you request breaks some dependencies or the dependencies are already broken on your system for some reason.

The way to fix this is to manually fix the dependencies. You can do that either by erasing packages with broken deps or by installing packages that contain dependencies that are broken.

If something like this happens during an update, it's usually a problem of the package in question. If it happens during distro upgrade (F19 to F20 for instance), the experience says fedup is usually at fault.

In any case this is very likely not bug but there is no way near enough information here to know for sure what's happened. Closing ...

Comment 6 Peter Williams 2014-06-10 23:28:20 UTC
Or the Fedora updates in question weren't properly tested before being released.