unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33298] [PATCH] gnu: clementine: Build with sqlite-with-column-metadata.
@ 2018-11-07  9:41 Pierre Langlois
  2018-11-07 19:25 ` bug#33298: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre Langlois @ 2018-11-07  9:41 UTC (permalink / raw)
  To: 33298

[-- Attachment #1: Type: text/plain, Size: 811 bytes --]

Hi Guix!

Clementine's tests failed with the recent Qt update:

~~~
[==========] Running 3 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 3 tests from ScopedTransactionTest
[ RUN      ] ScopedTransactionTest.OpensATransaction
13:37:41.705 WARN  ScopedTransaction:33             Rolling back transaction
[       OK ] ScopedTransactionTest.OpensATransaction (2 ms)
[ RUN      ] ScopedTransactionTest.RollbackOnDtor
./scopedtransaction_test: symbol lookup error: /gnu/store/433p4vnzb49xavq28ghyj8zpxml9x6b3-qtbase-5.11.2/lib/qt5/plugins/sqldrivers/libqsqlite.so: undefined symbol: sqlite3_column_table_name16
~~~

It looks like it was due to removing the bundled sqlite from Qt and
using the 'sqlite-with-column-metadata' package for clementine fixes the issue.

Thanks!
Pierre


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-clementine-Build-with-sqlite-with-column-metadat.patch --]
[-- Type: text/x-patch, Size: 937 bytes --]

From 08bf3ffce142e4fc1a1ef126c30f32387c581fc5 Mon Sep 17 00:00:00 2001
From: Pierre Langlois <pierre.langlois@gmx.com>
Date: Wed, 7 Nov 2018 09:31:18 +0000
Subject: [PATCH] gnu: clementine: Build with sqlite-with-column-metadata.

* gnu/packages/music.scm (clementine)[inputs]: Use
sqlite-with-column-metadata.
---
 gnu/packages/music.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index cdd06647e1..7f1d124233 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -284,7 +284,7 @@ score, keyboard, guitar, drum and controller views.")
          ("pulseaudio" ,pulseaudio)
          ("qtbase" ,qtbase)
          ("qtx11extras" ,qtx11extras)
-         ("sqlite" ,sqlite)
+         ("sqlite" ,sqlite-with-column-metadata)
          ("sparsehash" ,sparsehash)
          ("taglib" ,taglib)))
       (home-page "http://clementine-player.org")
-- 
2.19.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#33298: [PATCH] gnu: clementine: Build with sqlite-with-column-metadata.
  2018-11-07  9:41 [bug#33298] [PATCH] gnu: clementine: Build with sqlite-with-column-metadata Pierre Langlois
@ 2018-11-07 19:25 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2018-11-07 19:25 UTC (permalink / raw)
  To: Pierre Langlois; +Cc: 33298-done

[-- Attachment #1: Type: text/plain, Size: 1337 bytes --]

On Wed, Nov 07, 2018 at 09:41:55AM +0000, Pierre Langlois wrote:
> Hi Guix!
> 
> Clementine's tests failed with the recent Qt update:
> 
> ~~~
> [==========] Running 3 tests from 1 test case.
> [----------] Global test environment set-up.
> [----------] 3 tests from ScopedTransactionTest
> [ RUN      ] ScopedTransactionTest.OpensATransaction
> 13:37:41.705 WARN  ScopedTransaction:33             Rolling back transaction
> [       OK ] ScopedTransactionTest.OpensATransaction (2 ms)
> [ RUN      ] ScopedTransactionTest.RollbackOnDtor
> ./scopedtransaction_test: symbol lookup error: /gnu/store/433p4vnzb49xavq28ghyj8zpxml9x6b3-qtbase-5.11.2/lib/qt5/plugins/sqldrivers/libqsqlite.so: undefined symbol: sqlite3_column_table_name16
> ~~~
> 
> It looks like it was due to removing the bundled sqlite from Qt and
> using the 'sqlite-with-column-metadata' package for clementine fixes the issue.
> 
> Thanks!
> Pierre
> 

> From 08bf3ffce142e4fc1a1ef126c30f32387c581fc5 Mon Sep 17 00:00:00 2001
> From: Pierre Langlois <pierre.langlois@gmx.com>
> Date: Wed, 7 Nov 2018 09:31:18 +0000
> Subject: [PATCH] gnu: clementine: Build with sqlite-with-column-metadata.
> 
> * gnu/packages/music.scm (clementine)[inputs]: Use
> sqlite-with-column-metadata.

Thanks! Pushed as f09e8abc5e6b115e497d49bdf7e1fb98ebfd8caf.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-07 19:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-07  9:41 [bug#33298] [PATCH] gnu: clementine: Build with sqlite-with-column-metadata Pierre Langlois
2018-11-07 19:25 ` bug#33298: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).