Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 577348 - media-sound/clementine incompatible with >=dev-db/sqlite-3.11:3
Summary: media-sound/clementine incompatible with >=dev-db/sqlite-3.11:3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-13 23:39 UTC by Vladimir
Modified: 2016-03-16 00:48 UTC (History)
3 users (show)

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


Attachments
clementine-sqlite-3.11.patch (clementine-sqlite-3.11.patch,670 bytes, patch)
2016-03-14 09:07 UTC, Arfrever Frehtes Taifersar Arahesis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir 2016-03-13 23:39:18 UTC
Hello.
media-sound/clementine (at least 1.2.3 and 1.3_rc1) fails running, if sqlite 3.11.0 or 3.11.1 is installed, but works fine with dev-db/sqlite-3.10.2.
It fails with 

ERROR unknown  Unable to update music library database 

All versions of sqlite compiled with same USE-flags:

equery -q uses sqlite
-abi_x86_32
-debug
-doc
+icu
+readline
+secure-delete
-static-libs
-tcl
-test
-tools

Related link from KaOS https://github.com/KaOSx/apps/issues/47#issuecomment-195620535 
Looks like we need tokenizer(?) in new versions of sqlite build?
Comment 1 Arfrever Frehtes Taifersar Arahesis 2016-03-14 09:07:38 UTC
Created attachment 428168 [details, diff]
clementine-sqlite-3.11.patch

Untested but probably working patch.

Please add revision bump of media-sound/clementine with dependency on >=dev-db/sqlite-3.11:3 to ensure rebuilding of media-sound/clementine with >=dev-db/sqlite-3.11:3. (SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER is not defined in older versions.)
Comment 2 Kajzer 2016-03-14 18:05:29 UTC
Had the same problem, patch solved it.