From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fpP8s-0004EF-V6 for guix-patches@gnu.org; Mon, 13 Aug 2018 22:33:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fpP8p-0006Mt-PN for guix-patches@gnu.org; Mon, 13 Aug 2018 22:33:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45032) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fpP8o-0006MO-Pf for guix-patches@gnu.org; Mon, 13 Aug 2018 22:33:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fpP8o-0006Yf-Gd for guix-patches@gnu.org; Mon, 13 Aug 2018 22:33:02 -0400 Subject: [bug#32431] [PATCH] gnu: clementine: Drop dependency on qtwebkit. Resent-Message-ID: Date: Mon, 13 Aug 2018 22:31:58 -0400 From: Leo Famulari Message-ID: <20180814023158.GA639@jasmine.lan> References: <20180813205857.GA15519@jasmine.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pierre Langlois Cc: 32431@debbugs.gnu.org --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 13, 2018 at 10:12:14PM +0100, Pierre Langlois wrote: > That's strange, it works OK for me. I'm on master, which branch are you > on? IIRC this was the error I was getting when sqlite wasn't built with > FTS3 support, hence the sqlite-with-fts3 package (although I'm not sure > what it is). I'm also working on the master branch, Guix on Debian. I can reproduce the error on commit 9285f8bbae9d71139873430c71b7ca7634bda31b like this: ------ $ ./pre-inst-env guix environment --pure --ad-hoc clementine -- clementine 22:30:46.067 INFO main:315 Clementine-qt5 1.3.1 = =20 __logging_message__22:30:46.071 WARN unknown QSta= ndardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-leo' __logging_message__22:30:46.083 WARN unknown QSta= ndardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-leo' 22:30:46.091 WARN Database:275 Couldn't register FTS3 = tokenizer : QSqlError("1", "Unable to fetch row", "fts3tokenize disabled") 22:30:46.092 DEBUG Database:449 Applying database schem= a update 13 from ":/schema/schema-13.sql" 22:30:46.092 ERROR Database:577 db error: QSqlError("1= ", "Unable to fetch row", "unknown tokenizer: unicode") 22:30:46.092 ERROR Database:578 faulty query: "CREATE = VIRTUAL TABLE songs_fts USING fts3(\n ftstitle, ftsalbum, ftsartist, ftsal= bumartist, ftscomposer, ftsgenre, ftscomment,\n tokenize=3Dunicode\n)" 22:30:46.092 ERROR Database:579 bound values: QMap() __logging_message__22:30:46.092 ERROR unknown Unab= le to update music library database ------ If it works for you on GuixSD or another distro, we should go ahead and push the patch, and find out why it doesn't work for me later. --u3/rZRmxL6MmkK24 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAltyPxsACgkQJkb6MLrK fwgWOQ/+P1vAtpcvvmBd5Hc3Im3HusW5bC1jurzs1obnhQBoWWCuqG1TBfc6DI2h RfDy/CdMwo98ZOPT5dUN+c6G6QarET+ZN3rCMzxImLGpi5NHDLBZZ7Kfs1spOJ6S ICfrA6FklX39ZUfh/NoOQk9daI1qFdZxRk6bLhS2nTN5X4NVKX+P4Dx3AbxIfskw AjKKJ5Ln5ZfiKu7gOlnsora/zxTdQG3L3BPQXtU6wmYkS7WhAKPrR9I0omTyG2/i fzk/7dYoohx+le8uJGXAl8Kys0A9qWv22TlbH+0xcGXsLZGuAt2uCPWfvcqEOe16 3s2n0u8E+eidMv5c9HmXOUHNQFouDu60OCgrd8iqYeXfbEJXRnaazCAy1/pnTCjx LEo5hhzhNJlgSX6vaVUDFWAn0DPuX/N7kYnNAM/hV1Nt99Wk6CQ2vixSEEc2U4Ba FkCXRLfbKyS6ytZUdSD3sOEYuyGkmp2YVvDhkD2vuRBXcCUrSXCBklgAGFMaGkb1 p9fHqF3C8bkXMIS/rNnYYTRs0EnHAumYb839SMebMHbafV8bb3lv8l8kzDXkbbJw Q/794cA+SEecrJKfHW5f/pon6oNsxnRD5PMnshdcHbY5nBxKik4bE2rDeEzg+1gR 09BYs47bD7KjflL1ra6X6CbS5GHFnfhvUD2qYxozTQfino/rKwY= =xGop -----END PGP SIGNATURE----- --u3/rZRmxL6MmkK24--