Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51951 - dev-python/bsddb3-4.1.3 builds and runs with sys-libs/db-4.1.25_p1-r3
Summary: dev-python/bsddb3-4.1.3 builds and runs with sys-libs/db-4.1.25_p1-r3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-24 14:48 UTC by Stefan Briesenick (RETIRED)
Modified: 2004-06-26 14:22 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 Stefan Briesenick (RETIRED) gentoo-dev 2004-05-24 14:48:40 UTC
dev-python/bsddb3-4.1.3 builds and runs with sys-libs/db-4.1.25_p1-r3 (instead of db-4.0.x) if you correct the ebuild like this:

DEPEND="virtual/python
    =sys-libs/db-4.1*"

and completly comment out src_unpack() (because of the epatch).

it's stupid to install db-4.0.x when you have db-4.1.x already installed and working. ;-)

Reproducible: Always
Steps to Reproduce:
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2004-06-26 14:22:27 UTC
fixed. thanks for your report.