[PATCH] gnu: guix: Update to 97d615b.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Christopher Baines
Owner
unassigned
Submitted by
Christopher Baines
Severity
normal
C
C
Christopher Baines wrote on 15 May 2021 15:28
(address . guix-patches@gnu.org)
20210515132819.20282-1-mail@cbaines.net
* gnu/packages/package-management.scm (guix): Update to 97d615b.
---
gnu/packages/package-management.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index c72c2211b3..db8f87765b 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -132,8 +132,8 @@
;; Note: the 'update-guix-package.scm' script expects this definition to
;; start precisely like this.
(let ((version "1.3.0")
- (commit "771b866c55e5f992df60f6c32f5fdd78b64e17f6")
- (revision 1))
+ (commit "97d615b1761c2054561057f6b56e2a0caed13aa4")
+ (revision 2))
(package
(name "guix")
@@ -149,7 +149,7 @@
(commit commit)))
(sha256
(base32
- "0w8w05w6v3lc6478vfw67jzn0hbd9nsncpx9i9ch1lck53r8vs44"))
+ "1v8k7i897xc8kiyyxk5bc4rs37askq3ccdsmva0sjm7px6a2lzmz"))
(file-name (string-append "guix-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
--
2.30.1
L
L
Ludovic Courtès wrote on 19 May 2021 22:51
(name . Christopher Baines)(address . mail@cbaines.net)(address . 48440@debbugs.gnu.org)
874key5twg.fsf@gnu.org
Hi,

Christopher Baines <mail@cbaines.net> skribis:

Toggle quote (2 lines)
> * gnu/packages/package-management.scm (guix): Update to 97d615b.

In general LGTM if you’ve checked that it builds fine :-) and that
‘./pre-inst-env guix build -S guix --check’ passes (to avoid mistakes
such as wrong hash).

Out of curiosity, what was the motivation?

Thanks,
Ludo’.
C
C
Christopher Baines wrote on 20 May 2021 01:04
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 48440@debbugs.gnu.org)
87tumygwat.fsf@cbaines.net
Ludovic Courtès <ludo@gnu.org> writes:

Toggle quote (12 lines)
> Hi,
>
> Christopher Baines <mail@cbaines.net> skribis:
>
>> * gnu/packages/package-management.scm (guix): Update to 97d615b.
>
> In general LGTM if you’ve checked that it builds fine :-) and that
> ‘./pre-inst-env guix build -S guix --check’ passes (to avoid mistakes
> such as wrong hash).
>
> Out of curiosity, what was the motivation?

I want the guix package to include the inferior package replacement
change [1], so that I can start using it in the Guix Data Service.


I filed the patch because I couldn't get it to build locally, and I was
wondering if it was something specific to my machine. I think this was a
bad theory though, I'm guessing something has broken with the challenge
test so that it just hangs.
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmClmXpfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xfgug/8DJhBP25Ghug0FV7p8wNTLIj8moxt7Ycz
vPAVOEz+zFIJ6ZLPJgTzpwRzp287nj63ijn6qA/ZheGvZVGX3ye19ojG4xgLUxUG
Sn3O0+uRMSf7ys3pfq/oRrn1G9nyjYGjub9GMCIVjGbp+ZuR6TOF25BUoYollaeM
vMJzw4ZWaRKOSdQMnhI9x+SSeVrjcUDAn8z7KNNUeFScKQSA0zjOKNNDF0fTVKKw
CrDqepH6Ysrh4Y4eFt6QMMgH1mD2EfwZIX+MqGgSlvtdFkCr9Emhd04UH66ptCA0
z/izrh7vozxHQt4NK1DvztwXbSDNP0hn6os13zVUu6LnVrYiEhMstyDuhclHgiX/
IeRdkgZxDh84p9SDCiExBGxbho161lMkKJgzjSdOJrGhMOGL52SfHlqJ0/sJaSbb
/P9kLexwPYwIyIF/kcCA9LL9a5fqrGNTyPIbiwQJ+BkwGczjvD0Kne1rQ6IcfZjm
Fq1Qj131LXLZSeJ96dsfWYRVFkOG+Hr1zU/w/W06K9Tq5OtGhL8tZ9BbEVPhqzlL
QG8MyrwtkT5KzG8FKpIlnbI7zY5ZUcZkoq5ySyddSPu0O52Zh6RQiJl1hDIk2vZm
kdwfKPrjq+Ts33Rs8sVn1bY2wtsPYy78ao40ZO6yEItgOkx2jKoQoPw6hey7vdT5
bP2r8FQjGyI=
=1an2
-----END PGP SIGNATURE-----

C
C
Christopher Baines wrote on 22 May 2021 10:33
Re: [bug#48440] [PATCH] gnu: guix: Update to 97d615b.
(name . Christopher Baines)(address . mail@cbaines.net)
87lf87goax.fsf@cbaines.net
Christopher Baines <mail@cbaines.net> writes:

Toggle quote (24 lines)
> Ludovic Courtès <ludo@gnu.org> writes:
>
>> Hi,
>>
>> Christopher Baines <mail@cbaines.net> skribis:
>>
>>> * gnu/packages/package-management.scm (guix): Update to 97d615b.
>>
>> In general LGTM if you’ve checked that it builds fine :-) and that
>> ‘./pre-inst-env guix build -S guix --check’ passes (to avoid mistakes
>> such as wrong hash).
>>
>> Out of curiosity, what was the motivation?
>
> I want the guix package to include the inferior package replacement
> change [1], so that I can start using it in the Guix Data Service.
>
> 1: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=97d615b1761c2054561057f6b56e2a0caed13aa4
>
> I filed the patch because I couldn't get it to build locally, and I was
> wondering if it was something specific to my machine. I think this was a
> bad theory though, I'm guessing something has broken with the challenge
> test so that it just hangs.

I'm guessing this broken test was fixed just after I sent this email (in
[2]), so I've gone ahead and updated the Guix package now [3].

-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmCowfZfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xev2A//cGSpU9UxU7QDZsdRYqGWngcaJIQUNKII
xmdMkDzXgkWWu/h9lH/NkmtN423QWH8rRPEnje5EUU4oM6YSXBA9MvjVw/AVzeYC
LxtmrwiwQgawMk4/xmZndnblEBKuMRT6qhu/vi7z1tejyM4eyXbn+GAhCrBlocCn
9MVqMYhUltXcxzYUJ0y2oyk51qpxA5bdWzKJu3qgEgWEMc6k4/n9tT27O3N06lCp
IYAKp/hw1QecVu8I2ZDKLs92y32uRTJgyntyxw9BzOarlEq61tdkaB8LnvHul9U9
YL/a1fFx2pmqJADtZ8XXvE7reJHQfRsYA36Rs1G6pNtAOSVUIJx5t+IPBzK/sYwU
NjTJFRr4KzHpyGzNUVQ+GOaJ/+dMHsxCzullXBh/khmg72Hrdivm3Um4seLhh1Bn
ybvYRLDTBXpbBNVPiW6GixPAH7GbiCArErU3SUIedh+4UwqcN0AvdTIV2ft0IK81
bJUQDj5yco4FkQ+XP7b2JOwtnKncso2+nl5upBJApXL9jp78QiOsvlEsVi19JMfW
zeiS6ffN/txlG/5VwmYBislw7sduy4yUXbsiYZniOYw5NxHAFM1IBKVi8vHqgcwp
bXlgYRNyHh4Y15bwQXSUhLAXR1frFscxw5tMNig1LcNEIcLwIcmJHGBHEP0Z8Teq
a5tKooE4EvM=
=j5Ax
-----END PGP SIGNATURE-----

?