GNU bug report logs -
#28425
[PATCH 1/2] gnu: sqlite: Update to 3.20.1.
Previous Next
Reported by: Jelle Licht <jlicht <at> fsfe.org>
Date: Mon, 11 Sep 2017 22:19:02 UTC
Severity: normal
Tags: patch
Done: Jelle Licht <jlicht <at> fsfe.org>
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 28425 in the body.
You can then email your comments to 28425 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#28425
; Package
guix-patches
.
(Mon, 11 Sep 2017 22:19:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jelle Licht <jlicht <at> fsfe.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 11 Sep 2017 22:19:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/databases.scm (sqlite): Update to 3.20.1.
---
gnu/packages/databases.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index ba365523d..37890a91f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -754,7 +754,7 @@ for example from a shell script.")
(define-public sqlite
(package
(name "sqlite")
- (version "3.19.3")
+ (version "3.20.1")
(source (origin
(method url-fetch)
(uri (let ((numeric-version
@@ -770,7 +770,7 @@ for example from a shell script.")
numeric-version ".tar.gz")))
(sha256
(base32
- "00b3l2qglpl1inx21fckiwxnfq5xf6441flc79rqg7zdvh1rq4h6"))))
+ "0hh7jnxfwvs2qlvmjwrgkvxb8sk4x8hj04m54fq9h1xw55dmjrpc"))))
(build-system gnu-build-system)
(inputs `(("readline" ,readline)))
(arguments
--
2.14.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#28425
; Package
guix-patches
.
(Tue, 12 Sep 2017 11:01:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 28425 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
2017-09-12 0:17 GMT+02:00 Jelle Licht <jlicht <at> fsfe.org>:
> * gnu/packages/databases.scm (sqlite): Update to 3.20.1.
> ---
> gnu/packages/databases.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
> index ba365523d..37890a91f 100644
> --- a/gnu/packages/databases.scm
> +++ b/gnu/packages/databases.scm
> @@ -754,7 +754,7 @@ for example from a shell script.")
> (define-public sqlite
> (package
> (name "sqlite")
> - (version "3.19.3")
> + (version "3.20.1")
> (source (origin
> (method url-fetch)
> (uri (let ((numeric-version
> @@ -770,7 +770,7 @@ for example from a shell script.")
> numeric-version ".tar.gz")))
> (sha256
> (base32
> - "00b3l2qglpl1inx21fckiwxnfq5xf6441flc79rqg7zdvh1rq4h6"))))
> + "0hh7jnxfwvs2qlvmjwrgkvxb8sk4x8hj04m54fq9h1xw55dmjrpc"))))
> (build-system gnu-build-system)
> (inputs `(("readline" ,readline)))
> (arguments
> --
> 2.14.1
>
>
>
>
>
It just built successfully.
Are there any more checsks/tests I should perform in order to properly
review this ?
[Message part 2 (text/html, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#28425
; Package
guix-patches
.
(Tue, 12 Sep 2017 13:25:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 28425 <at> debbugs.gnu.org (full text, mbox):
Catonano <catonano <at> gmail.com> writes:
> 2017-09-12 0:17 GMT+02:00 Jelle Licht <jlicht <at> fsfe.org>:
>
>> * gnu/packages/databases.scm (sqlite): Update to 3.20.1.
>> ---
>> gnu/packages/databases.scm | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
>> index ba365523d..37890a91f 100644
>> --- a/gnu/packages/databases.scm
>> +++ b/gnu/packages/databases.scm
>> @@ -754,7 +754,7 @@ for example from a shell script.")
>> (define-public sqlite
>> (package
>> (name "sqlite")
>> - (version "3.19.3")
>> + (version "3.20.1")
>> (source (origin
>> (method url-fetch)
>> (uri (let ((numeric-version
>> @@ -770,7 +770,7 @@ for example from a shell script.")
>> numeric-version ".tar.gz")))
>> (sha256
>> (base32
>> - "00b3l2qglpl1inx21fckiwxnfq5xf6441flc79rqg7zdvh1rq4h6"))))
>> + "0hh7jnxfwvs2qlvmjwrgkvxb8sk4x8hj04m54fq9h1xw55dmjrpc"))))
>> (build-system gnu-build-system)
>> (inputs `(("readline" ,readline)))
>> (arguments
>> --
>> 2.14.1
>>
>>
>>
>>
>>
>
> It just built successfully.
>
> Are there any more checsks/tests I should perform in order to properly
> review this ?
If you have the time, you could try building and using something which
depends on sqlite. I have verified python-apsw (my other patch) to work
properly already, but there are lots of dependents of sqlite which might
inadvertently break because of my patch.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#28425
; Package
guix-patches
.
(Tue, 12 Sep 2017 21:01:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 28425 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
2017-09-12 15:24 GMT+02:00 Jelle Licht <jlicht <at> fsfe.org>:
>
> Catonano <catonano <at> gmail.com> writes:
>
> > 2017-09-12 0:17 GMT+02:00 Jelle Licht <jlicht <at> fsfe.org>:
> >
> >> * gnu/packages/databases.scm (sqlite): Update to 3.20.1.
> >> ---
> >> gnu/packages/databases.scm | 4 ++--
> >> 1 file changed, 2 insertions(+), 2 deletions(-)
> >>
> >> diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
> >> index ba365523d..37890a91f 100644
> >> --- a/gnu/packages/databases.scm
> >> +++ b/gnu/packages/databases.scm
> >> @@ -754,7 +754,7 @@ for example from a shell script.")
> >> (define-public sqlite
> >> (package
> >> (name "sqlite")
> >> - (version "3.19.3")
> >> + (version "3.20.1")
> >> (source (origin
> >> (method url-fetch)
> >> (uri (let ((numeric-version
> >> @@ -770,7 +770,7 @@ for example from a shell script.")
> >> numeric-version ".tar.gz")))
> >> (sha256
> >> (base32
> >> - "00b3l2qglpl1inx21fckiwxnfq5xf6
> 441flc79rqg7zdvh1rq4h6"))))
> >> + "0hh7jnxfwvs2qlvmjwrgkvxb8sk4x8
> hj04m54fq9h1xw55dmjrpc"))))
> >> (build-system gnu-build-system)
> >> (inputs `(("readline" ,readline)))
> >> (arguments
> >> --
> >> 2.14.1
> >>
> >>
> >>
> >>
> >>
> >
> > It just built successfully.
> >
> > Are there any more checsks/tests I should perform in order to properly
> > review this ?
>
> If you have the time, you could try building and using something which
> depends on sqlite. I have verified python-apsw (my other patch) to work
> properly already, but there are lots of dependents of sqlite which might
> inadvertently break because of my patch.
>
Jelle, I tried but core-updates is too much !
It was bootstrapping Guile 2.2.2 when I stopped it. And that can be a long
process, if I remember correctly
When I first reported to have built it successfully, I had branched from
master and git am'ed your patch there. So many things were available already
This second time I tried with the real core-updates branch
I'm afraid you'll need to set up your own Cuirass instance :-/
[Message part 2 (text/html, inline)]
bug closed, send any further explanations to
28425 <at> debbugs.gnu.org and Jelle Licht <jlicht <at> fsfe.org>
Request was from
Jelle Licht <jlicht <at> fsfe.org>
to
control <at> debbugs.gnu.org
.
(Wed, 13 Sep 2017 08:56:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 11 Oct 2017 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 339 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.