Bug 294121 - yum update breaks "use DB_File" because of missing dependency in perl RPM
Summary: yum update breaks "use DB_File" because of missing dependency in perl RPM
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: perl
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Marcela Mašláňová
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-09-18 00:30 UTC by Jonathan Kamens
Modified: 2008-03-03 16:11 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-03-03 16:11:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jonathan Kamens 2007-09-18 00:30:19 UTC
In the middle of a recent "yum update", this started happening:

$ perl -e 'use DB_File;'

DB_File needs compatible versions of libdb & db.h
        you have db.h version 4.6.18 and libdb version 4.6.19
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
$ 

I think the perl RPM needs to create a build-time dependency on the version of
db against which it was linked, to prevent yum update from installing a new db
version when no corresponding relinked perl is available.

Comment 1 Marcela Mašláňová 2008-02-27 13:23:11 UTC
Should be fixed in perl-5.10 by upstream according to rt.cpan.org #30013

Comment 2 Marcela Mašláňová 2008-03-03 16:11:38 UTC
Also can reproduce now.
Please feel free to reopen it, if the problem persist.


Note You need to log in before you can comment on or make changes to this bug.