unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38123] [PATCH 0/1] qtwebkit: Uses sqlite-with-column-metadata
@ 2019-11-08 10:37 Hartmut Goebel
  2019-11-08 10:38 ` [bug#38123] [PATCH 1/1] gnu: " Hartmut Goebel
       [not found] ` <handler.38123.B.157320944929795.ack@debbugs.gnu.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Hartmut Goebel @ 2019-11-08 10:37 UTC (permalink / raw)
  To: 38123

I had a hard time finding an error caused by conflicting sqlite3 libs to be
loaded.

I suggest this to go to staging.


Hartmut Goebel (1):
  gnu: qtwebkit: Uses sqlite-with-column-metadata.

 gnu/packages/qt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.21.0

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

* [bug#38123] [PATCH 1/1] gnu: qtwebkit: Uses sqlite-with-column-metadata.
  2019-11-08 10:37 [bug#38123] [PATCH 0/1] qtwebkit: Uses sqlite-with-column-metadata Hartmut Goebel
@ 2019-11-08 10:38 ` Hartmut Goebel
  2019-11-09 23:01   ` Marius Bakke
       [not found] ` <handler.38123.B.157320944929795.ack@debbugs.gnu.org>
  1 sibling, 1 reply; 6+ messages in thread
From: Hartmut Goebel @ 2019-11-08 10:38 UTC (permalink / raw)
  To: 38123

This needs to be the same variant as for qtbase, otherwise applications
might fail if libQt5WebKit is loaded prior to libQt5Sql.

* gnu/packages/qt.scm(wtwebkit)[inputs]: Replace sqlite by
  sqlite-with-column-metadata.
---
 gnu/packages/qt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 0ef879678f..222a0cc867 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2182,7 +2182,7 @@ different kinds of sliders, and much more.")
        ("libjpeg" ,libjpeg)
        ("libpng" ,libpng)
        ("libwebp" ,libwebp)
-       ("sqlite" ,sqlite)
+       ("sqlite" ,sqlite-with-column-metadata)
        ("fontconfig" ,fontconfig)
        ("libxrender" ,libxrender)
        ("qtbase" ,qtbase)
-- 
2.21.0

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

* [bug#38123] Acknowledgement ([PATCH 0/1] qtwebkit: Uses sqlite-with-column-metadata)
       [not found] ` <handler.38123.B.157320944929795.ack@debbugs.gnu.org>
@ 2019-11-08 10:43   ` Hartmut Goebel
  0 siblings, 0 replies; 6+ messages in thread
From: Hartmut Goebel @ 2019-11-08 10:43 UTC (permalink / raw)
  To: 38123

> qtwebkit: Uses sqlite-with-column-metadata.


Type "uses" jsut fixed.

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

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

* [bug#38123] [PATCH 1/1] gnu: qtwebkit: Uses sqlite-with-column-metadata.
  2019-11-08 10:38 ` [bug#38123] [PATCH 1/1] gnu: " Hartmut Goebel
@ 2019-11-09 23:01   ` Marius Bakke
  2019-11-10  7:23     ` Efraim Flashner
  2019-11-10 20:28     ` bug#38123: " Hartmut Goebel
  0 siblings, 2 replies; 6+ messages in thread
From: Marius Bakke @ 2019-11-09 23:01 UTC (permalink / raw)
  To: Hartmut Goebel, 38123

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

Hartmut Goebel <h.goebel@crazy-compilers.com> writes:

> This needs to be the same variant as for qtbase, otherwise applications
> might fail if libQt5WebKit is loaded prior to libQt5Sql.
>
> * gnu/packages/qt.scm(wtwebkit)[inputs]: Replace sqlite by
>   sqlite-with-column-metadata.

LGTM.  I think we should enable column metadata in the regular SQLite
package this upcoming 'core-updates' round.

Thoughts?

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

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

* [bug#38123] [PATCH 1/1] gnu: qtwebkit: Uses sqlite-with-column-metadata.
  2019-11-09 23:01   ` Marius Bakke
@ 2019-11-10  7:23     ` Efraim Flashner
  2019-11-10 20:28     ` bug#38123: " Hartmut Goebel
  1 sibling, 0 replies; 6+ messages in thread
From: Efraim Flashner @ 2019-11-10  7:23 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 38123, Hartmut Goebel

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

On Sun, Nov 10, 2019 at 12:01:24AM +0100, Marius Bakke wrote:
> Hartmut Goebel <h.goebel@crazy-compilers.com> writes:
> 
> > This needs to be the same variant as for qtbase, otherwise applications
> > might fail if libQt5WebKit is loaded prior to libQt5Sql.
> >
> > * gnu/packages/qt.scm(wtwebkit)[inputs]: Replace sqlite by
> >   sqlite-with-column-metadata.
> 
> LGTM.  I think we should enable column metadata in the regular SQLite
> package this upcoming 'core-updates' round.
> 
> Thoughts?

Core-updates is open. I don't see any reason to delay merging the two
any longer


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

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

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

* bug#38123: [PATCH 1/1] gnu: qtwebkit: Uses sqlite-with-column-metadata.
  2019-11-09 23:01   ` Marius Bakke
  2019-11-10  7:23     ` Efraim Flashner
@ 2019-11-10 20:28     ` Hartmut Goebel
  1 sibling, 0 replies; 6+ messages in thread
From: Hartmut Goebel @ 2019-11-10 20:28 UTC (permalink / raw)
  To: Marius Bakke, 38123-close


[-- Attachment #1.1: Type: text/plain, Size: 249 bytes --]

Pushed to staging as 8bfd7c8beb75ed3838efdf5973b9db5fb3ced68c

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |



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

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

end of thread, other threads:[~2019-11-10 20:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-08 10:37 [bug#38123] [PATCH 0/1] qtwebkit: Uses sqlite-with-column-metadata Hartmut Goebel
2019-11-08 10:38 ` [bug#38123] [PATCH 1/1] gnu: " Hartmut Goebel
2019-11-09 23:01   ` Marius Bakke
2019-11-10  7:23     ` Efraim Flashner
2019-11-10 20:28     ` bug#38123: " Hartmut Goebel
     [not found] ` <handler.38123.B.157320944929795.ack@debbugs.gnu.org>
2019-11-08 10:43   ` [bug#38123] Acknowledgement ([PATCH 0/1] qtwebkit: Uses sqlite-with-column-metadata) Hartmut Goebel

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).