GNU bug report logs - #38123
[PATCH 0/1] qtwebkit: Uses sqlite-with-column-metadata

Previous Next

Package: guix-patches;

Reported by: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Date: Fri, 8 Nov 2019 10:38:02 UTC

Severity: normal

Tags: patch

Done: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 38123 in the body.
You can then email your comments to 38123 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#38123; Package guix-patches. (Fri, 08 Nov 2019 10:38:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hartmut Goebel <h.goebel <at> crazy-compilers.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 08 Nov 2019 10:38:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/1] qtwebkit: Uses sqlite-with-column-metadata
Date: Fri,  8 Nov 2019 11:37:19 +0100
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





Information forwarded to guix-patches <at> gnu.org:
bug#38123; Package guix-patches. (Fri, 08 Nov 2019 10:39:01 GMT) Full text and rfc822 format available.

Message #8 received at 38123 <at> debbugs.gnu.org (full text, mbox):

From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: 38123 <at> debbugs.gnu.org
Subject: [PATCH 1/1] gnu: qtwebkit: Uses sqlite-with-column-metadata.
Date: Fri,  8 Nov 2019 11:38:43 +0100
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





Information forwarded to guix-patches <at> gnu.org:
bug#38123; Package guix-patches. (Fri, 08 Nov 2019 10:44:02 GMT) Full text and rfc822 format available.

Message #11 received at 38123 <at> debbugs.gnu.org (full text, mbox):

From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: 38123 <at> debbugs.gnu.org
Subject: Re: bug#38123: Acknowledgement ([PATCH 0/1] qtwebkit: Uses
 sqlite-with-column-metadata)
Date: Fri, 8 Nov 2019 11:43:26 +0100
> qtwebkit: Uses sqlite-with-column-metadata.


Type "uses" jsut fixed.

-- 
Regards
Hartmut Goebel

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





Information forwarded to guix-patches <at> gnu.org:
bug#38123; Package guix-patches. (Sat, 09 Nov 2019 23:02:02 GMT) Full text and rfc822 format available.

Message #14 received at 38123 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Hartmut Goebel <h.goebel <at> crazy-compilers.com>, 38123 <at> debbugs.gnu.org
Subject: Re: [bug#38123] [PATCH 1/1] gnu: qtwebkit: Uses
 sqlite-with-column-metadata.
Date: Sun, 10 Nov 2019 00:01:24 +0100
[Message part 1 (text/plain, inline)]
Hartmut Goebel <h.goebel <at> 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?
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#38123; Package guix-patches. (Sun, 10 Nov 2019 07:24:02 GMT) Full text and rfc822 format available.

Message #17 received at 38123 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Marius Bakke <mbakke <at> fastmail.com>
Cc: 38123 <at> debbugs.gnu.org, Hartmut Goebel <h.goebel <at> crazy-compilers.com>
Subject: Re: [bug#38123] [PATCH 1/1] gnu: qtwebkit: Uses
 sqlite-with-column-metadata.
Date: Sun, 10 Nov 2019 09:23:02 +0200
[Message part 1 (text/plain, inline)]
On Sun, Nov 10, 2019 at 12:01:24AM +0100, Marius Bakke wrote:
> Hartmut Goebel <h.goebel <at> 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 <at> 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
[signature.asc (application/pgp-signature, inline)]

Reply sent to Hartmut Goebel <h.goebel <at> crazy-compilers.com>:
You have taken responsibility. (Sun, 10 Nov 2019 20:30:03 GMT) Full text and rfc822 format available.

Notification sent to Hartmut Goebel <h.goebel <at> crazy-compilers.com>:
bug acknowledged by developer. (Sun, 10 Nov 2019 20:30:03 GMT) Full text and rfc822 format available.

Message #22 received at 38123-close <at> debbugs.gnu.org (full text, mbox):

From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: Marius Bakke <mbakke <at> fastmail.com>, 38123-close <at> debbugs.gnu.org
Subject: Re: [bug#38123] [PATCH 1/1] gnu: qtwebkit: Uses
 sqlite-with-column-metadata.
Date: Sun, 10 Nov 2019 21:28:58 +0100
[Message part 1 (text/plain, inline)]
Pushed to staging as 8bfd7c8beb75ed3838efdf5973b9db5fb3ced68c

-- 
Regards
Hartmut Goebel

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


[signature.asc (application/pgp-signature, attachment)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 09 Dec 2019 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 112 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.