Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 413379 - 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
Summary: dev-php/PEAR-MDB2_Driver_sqlite-1.5.0_beta3 depends on dev-lang/php[sqlite], ...
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-24 16:02 UTC by Craig Andrews
Modified: 2012-09-08 18:26 UTC (History)
3 users (show)

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 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.