Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31505 - dev-perl/DBD-pg should have a dependency on dev-perl/DBI
Summary: dev-perl/DBD-pg should have a dependency on dev-perl/DBI
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-19 06:38 UTC by Chisel Wright
Modified: 2003-10-20 19: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 Chisel Wright 2003-10-19 06:38:02 UTC
"emerge -p dev-perl/DBD-Pg" doesn't list dev-perl/DBI as a dependency.
emerging dev-perl/DBD-Pg fails because it can't find DBI.pm.

I'm proposing that this dependency should be added to the ebuild

Reproducible: Always
Steps to Reproduce:
1. have a machine without DBI.pm installed
2. emerge -p dev-perl/DBD-Pg
3. emerge dev-perl/DBD-Pg

Actual Results:  
The emerge fails with a message saying it can't find DBI.pm

Expected Results:  
Installed dev-perl/DBI as a dependency of dev-perl/DBD-Pg
Comment 1 Markus Nigbur (RETIRED) gentoo-dev 2003-10-20 19:22:25 UTC
DEPEND="${DEPEND}
        dev-perl/Test-Simple
        dev-perl/DBI
        dev-db/postgresql"