Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 203148 - x11-libs/qt-sql-4.4.0 should configure with -no-sql-sqlite2
Summary: x11-libs/qt-sql-4.4.0 should configure with -no-sql-sqlite2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-23 16:45 UTC by Alexandre Bique
Modified: 2007-12-24 18:26 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 Alexandre Bique 2007-12-23 16:45:13 UTC
I don't know if gentoo planed to drop support for qt-4.4/sqlite2,
but anyway the current ebuild should specify -no-sql-sqlite2 because
there is no sqlite2 use flag.

Thank you for splitting qt4.4 ebuilds, it's a great idea :)

Reproducible: Always
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2007-12-23 19:46:47 UTC
yeah, I'm dropping it at the request of some sqlite gentoo folks ( see threads on -dev earlier in the year for details).

I'll get the flag in on the next revision.
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2007-12-23 20:12:41 UTC
sqlite2 is now explicitly disabled. thanks for the report.
Comment 3 Maksim 'max_posedon' Melnikau 2007-12-24 17:34:55 UTC
#profiles/use.desc

sqlite - Adds support for sqlite - embedded sql database
sqlite3 - Adds support for sqlite3 - embedded sql database

May be better USE="sqlite3" instead "sqlite" now?

Comment 4 Alexandre Bique 2007-12-24 17:36:57 UTC
I understood that sqlite should point to the last sqlite version.
A sqlite2 use flag should be apropriate.
Comment 5 Caleb Tennis (RETIRED) gentoo-dev 2007-12-24 18:26:22 UTC
It has been requested on Gentoo-dev to drop the "sqlite3" flag and use "sqlite" only, all across portage.  This is part of this transition and this is our chance to do it.

There's no reason to support sqlite2 that I can see.  It's trivial to convert a database from sqlite2 to sqlite3.  I don't want to add use flags just because we can.  Maintaining Qt itself is hard enough.