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

Bug 413379

Summary: dev-php/PEAR-MDB2_Driver_sqlite-1.5.0_beta3 depends on dev-lang/php[sqlite], but php doesn't have a sqlite use flag in 5.4
Product: Gentoo Linux Reporter: Craig Andrews <candrews>
Component: New packagesAssignee: PHP Bugs <php-bugs>
Status: RESOLVED CANTFIX    
Severity: normal CC: candrews, chutz+bugs.gentoo.org, mike
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Craig Andrews gentoo-dev 2012-04-24 16:02:56 UTC
dev-php/PEAR-MDB2_Driver_sqlite-1.5.0_beta3 depends on dev-lang/php[sqlite], but >dev-lang/php-5.4 doesn't have a sqlite use flag.

Therefore, dev-php/PEAR-MDB2_Driver_sqlite-1.5.0_beta3 pulls in a previous version of PHP (5.3). That's not what is expected.

Reproducible: Always

Steps to Reproduce:
1. emerge dev-php/PEAR-MDB2_Driver_sqlite-1.5.0_beta3
Actual Results:  
dev-lang/php-5.3* is pulled in as a dependency

Expected Results:  
No additional dependencies are pulled in; php-5.4 is used.
Comment 1 Craig Andrews gentoo-dev 2012-04-24 16:03:25 UTC
Bug 408829 may be relevant here.
Comment 2 Ole Markus With (RETIRED) gentoo-dev 2012-05-02 08:12:58 UTC
php[sqlite] and php[sqlite3] provide two very different interfaces. Does MDB2 work with both of them?
Comment 3 Ole Markus With (RETIRED) gentoo-dev 2012-09-08 18:26:49 UTC
As far as I can tell, MDB2 won't work with sqlite3, and webapps like roundcube are migrating away. Nothing we can do.