Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4070 - rpm dependency on db too strict
Summary: rpm dependency on db too strict
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Dan Armak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-23 16:02 UTC by Jon Nelson (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Nelson (RETIRED) 2002-06-23 16:02:08 UTC
The current RPM build has a db dependency that is too strict
(same goes for gnorpm).

db-3.2.9 is a plug-in replacement for db 3.2.3h (sans the scary bugs),
and works fine with rpm (in fact, it's what Redhat uses, and I've been using
3.2.9 for months now, no trouble.)



Index: rpm-4.0.4-r2.ebuild
===================================================================
RCS file: /home/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.0.4-r2.ebuild,v
retrieving revision 1.2
diff -u -r1.2 rpm-4.0.4-r2.ebuild
--- rpm-4.0.4-r2.ebuild 2002/05/30 02:43:32     1.2
+++ rpm-4.0.4-r2.ebuild 2002/06/23 21:00:37
@@ -10,7 +10,7 @@
 SRC_URI="ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/${P}.tar.gz"
 HOMEPAGE="http://www.rpm.org/"
 
-RDEPEND="=sys-libs/db-3.2.3h-r4
+RDEPEND="=sys-libs/db-3.2*
        >=sys-libs/zlib-1.1.3
        >=sys-apps/bzip2-1.0.1
        >=dev-libs/popt-1.6.3"
cvs server: Diffing files
Comment 1 Jon Nelson (RETIRED) 2002-06-29 17:02:15 UTC
I just committed a fix for this.