Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 353929 - www-apps/mediawiki-1.16 should depend on php[sqlite3,pdo] whet USEd with sqlite3
Summary: www-apps/mediawiki-1.16 should depend on php[sqlite3,pdo] whet USEd with sqlite3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-07 07:09 UTC by Arne Flagge
Modified: 2011-02-07 13:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Change sqlite PHP backend to sqlite3 (sqlite3.patch,414 bytes, patch)
2011-02-07 07:10 UTC, Arne Flagge
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arne Flagge 2011-02-07 07:09:44 UTC
Right now the mediawiki ebuild installs sqlite3, but uses the sqlite2 backend of PHP (so also installs sqlite2). However the right backend is sqlite3 as it supports searching in mediawiki. So please change the sqlite backend for php to sqlite3.

Reproducible: Always
Comment 1 Arne Flagge 2011-02-07 07:10:25 UTC
Created attachment 261691 [details, diff]
Change sqlite PHP backend to sqlite3

Change sqlite PHP backend to sqlite3
Comment 2 Tim Harder gentoo-dev 2011-02-07 13:11:38 UTC
Fixed in CVS in mediawiki-1.16.2.

I had to do things a bit differently than your patch since php-5.2.* doesn't have a sqlite3 USE flag.