Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 344609 - x11-libs/qt-webkit uses bundled copy of sqlite
Summary: x11-libs/qt-webkit uses bundled copy of sqlite
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-08 00:55 UTC by Andreas Eriksson
Modified: 2010-11-09 10:06 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 Andreas Eriksson 2010-11-08 00:55:01 UTC
Hi.

It would appear that the qt-webkit ebuild builds the copy of sqlite included in qt for some reason. This isn't really optimal since looking at the qt-sql ebuild I see that there is some logic to use the system sqlite, which gets bypassed this way. Also for the qt-sql ebuild you have the option to use the -sqlite use flag, which doesn't get respected in the qt-webkit ebuild.

For myself I copied the qt-webkit ebuild to a local overlay and added -system-sqlite to the myconf variable in the ebuild, and it seems to work fine and build qt-webkit against the system sqlite rather than building its own copy of sqlite.
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2010-11-08 13:51:09 UTC
Indeed, we should really use the system copy of sqlite, rather than the bundled one.
Comment 2 Alex Alexander (RETIRED) gentoo-dev 2010-11-09 10:06:33 UTC
fixed in qt-webkit-4.6.3-r2 and qt-webkit-4.7.0-r1.

thanks for reporting :)