Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 31505

Summary: dev-perl/DBD-pg should have a dependency on dev-perl/DBI
Product: Gentoo Linux Reporter: Chisel Wright <chisel>
Component: New packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED INVALID    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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"