Hi Tim and Patrick, Clementine upstream sources default use an embedded old version of sqlite3 library: 3.6.19 released in 2009. But in Debian we must use the official sqlite3 package: 3.7.13 in Wheezy and 3.8.0.2 in testing/sid.
It seems that the last sqlite3 upgrade to 3.8.O.2 caused some troubles on clementine. This could be a regression in sqlite3 or a clementine compatibility issue. And for the moment I have no idea. > From clementine bug report > https://code.google.com/p/clementine-player/issues/detail?id=3847 > > "Yes - this is a debian packaging bug. > > They either need to switch STATIC_SQLITE=ON or ensure that the qt4 > sqlite plugin is built with all the sqlite3 symbols visible. > > This is not something we can fix." If you set `STATIC_SQLITE=ON` you use the embedded version of sqlite3 and not the libsqlite3 Debian package. So this is not a good solution for us in a Debian context. Regards, Thomas Pierson -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org