From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drsIu-0008Hq-Am for guix-patches@gnu.org; Tue, 12 Sep 2017 17:01:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drsIo-0005sr-JZ for guix-patches@gnu.org; Tue, 12 Sep 2017 17:01:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55971) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1drsIo-0005sk-Gr for guix-patches@gnu.org; Tue, 12 Sep 2017 17:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1drsIo-0002zA-6M for guix-patches@gnu.org; Tue, 12 Sep 2017 17:01:02 -0400 Subject: [bug#28425] [PATCH 1/2] gnu: sqlite: Update to 3.20.1. Resent-Message-ID: MIME-Version: 1.0 In-Reply-To: <874ls89hjh.fsf@fsfe.org> References: <20170911221745.13947-1-jlicht@fsfe.org> <20170911221745.13947-2-jlicht@fsfe.org> <874ls89hjh.fsf@fsfe.org> From: Catonano Date: Tue, 12 Sep 2017 23:00:22 +0200 Message-ID: Content-Type: multipart/alternative; boundary="f40304389204f037a40559045444" 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: Jelle Licht Cc: 28425@debbugs.gnu.org --f40304389204f037a40559045444 Content-Type: text/plain; charset="UTF-8" 2017-09-12 15:24 GMT+02:00 Jelle Licht : > > Catonano writes: > > > 2017-09-12 0:17 GMT+02:00 Jelle Licht : > > > >> * 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 :-/ --f40304389204f037a40559045444 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
2017-09-12 15:24 GMT+02:00 Jelle Licht &= lt;jlicht@fsfe.org= >:

Catonano <catonano@gmail.com&g= t; writes:

> 2017-09-12 0:17 GMT+02:00 Jelle Licht <jlicht@fsfe.org>:
>
>> * gnu/packages/databases.scm (sqlite): Update to 3.20.1.
>> ---
>>=C2=A0 gnu/packages/databases.scm | 4 ++--
>>=C2=A0 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.s= cm
>> index ba365523d..37890a91f 100644
>> --- a/gnu/packages/databases.scm
>> +++ b/gnu/packages/databases.scm
>> @@ -754,7 +754,7 @@ for example from a shell script.")
>>=C2=A0 (define-public sqlite
>>=C2=A0 =C2=A0 (package
>>=C2=A0 =C2=A0 =C2=A0(name "sqlite")
>> -=C2=A0 =C2=A0(version "3.19.3")
>> +=C2=A0 =C2=A0(version "3.20.1")
>>=C2=A0 =C2=A0 =C2=A0(source (origin
>>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (method url-fetch)=
>>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (uri (let ((numeri= c-version
>> @@ -770,7 +770,7 @@ for example from a shell script.")
>>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 numeric-version= ".tar.gz")))
>>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (sha256
>>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(base32
>> -=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "00b3l= 2qglpl1inx21fckiwxnfq5xf6441flc79rqg7zdvh1rq4h6"))))
>> +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "0hh7j= nxfwvs2qlvmjwrgkvxb8sk4x8hj04m54fq9h1xw55dmjrpc"))))
>>=C2=A0 =C2=A0 =C2=A0(build-system gnu-build-system)
>>=C2=A0 =C2=A0 =C2=A0(inputs `(("readline" ,readline))) >>=C2=A0 =C2=A0 =C2=A0(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 somethin= g 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 b= ootstrapping Guile 2.2.2 when I stopped it. And that can be a long process,= if I remember correctly

When I fir= st reported to have built it successfully, I had branched from master and g= it am'ed your patch there. So many things were available already
This second time I tried with the real co= re-updates branch

I'm afraid yo= u'll need to set up your own Cuirass instance :-/




--f40304389204f037a40559045444--