GNU bug report logs - #37049
[PATCH] gnu: txr: Update to 223.

Previous Next

Package: guix-patches;

Reported by: Guillaume Le Vaillant <glv <at> posteo.net>

Date: Fri, 16 Aug 2019 09:21:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.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 37049 in the body.
You can then email your comments to 37049 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#37049; Package guix-patches. (Fri, 16 Aug 2019 09:21:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Guillaume Le Vaillant <glv <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 16 Aug 2019 09:21:02 GMT) Full text and rfc822 format available.

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

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Guillaume Le Vaillant <glv <at> posteo.net>
Subject: [PATCH] gnu: txr: Update to 223.
Date: Fri, 16 Aug 2019 11:19:56 +0200
* gnu/packages/lisp.scm (txr): Update to 223.
---
 gnu/packages/lisp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index d2bed231bd..a42369ba06 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -5319,7 +5319,7 @@ port within a range.")
 (define-public txr
   (package
     (name "txr")
-    (version "216")
+    (version "223")
     (source
      (origin
        (method url-fetch)
@@ -5329,7 +5329,7 @@ port within a range.")
        (patches (search-patches "txr-shell.patch"))
        (sha256
         (base32
-         "07cxdpc9zsqd0c2668g00dqjpd6zc4mfdn74aarr6d2hpzdhh937"))))
+         "0109q8idqggba3kx58dpm5ccfpdrki68npkcxm18p5ga24611fcv"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("cc=gcc")
@@ -5343,7 +5343,7 @@ port within a range.")
                       #t))
                   (replace 'check
                     (lambda _
-                      (zero? (system* "make" "tests")))))))
+                      (invoke "make" "tests"))))))
     (native-inputs
      `(("bison" ,bison)
        ("flex" ,flex)))
-- 
2.22.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 16 Aug 2019 20:51:02 GMT) Full text and rfc822 format available.

Notification sent to Guillaume Le Vaillant <glv <at> posteo.net>:
bug acknowledged by developer. (Fri, 16 Aug 2019 20:51:02 GMT) Full text and rfc822 format available.

Message #10 received at 37049-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: 37049-done <at> debbugs.gnu.org
Subject: Re: [bug#37049] [PATCH] gnu: txr: Update to 223.
Date: Fri, 16 Aug 2019 22:50:23 +0200
Hi,

Guillaume Le Vaillant <glv <at> posteo.net> skribis:

> * gnu/packages/lisp.scm (txr): Update to 223.

Applied!

I noticed that the tarball is a cgit snapshot, which is not guaranteed
to remain bit-identical as cgit changes.  Could you, in a future patch,
arrange so that it is fetched over Git, using ‘git-fetch’?

Thanks,
Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#37049; Package guix-patches. (Fri, 16 Aug 2019 21:02:02 GMT) Full text and rfc822 format available.

Message #13 received at 37049-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 37049-done <at> debbugs.gnu.org
Subject: Re: [bug#37049] [PATCH] gnu: txr: Update to 223.
Date: Fri, 16 Aug 2019 23:01:38 +0200
Ludovic Courtès a écrit :

> Hi,
>
> Guillaume Le Vaillant <glv <at> posteo.net> skribis:
>
>> * gnu/packages/lisp.scm (txr): Update to 223.
>
> Applied!
>
> I noticed that the tarball is a cgit snapshot, which is not guaranteed
> to remain bit-identical as cgit changes.  Could you, in a future patch,
> arrange so that it is fetched over Git, using ‘git-fetch’?
>
> Thanks,
> Ludo’.

Ok, I'll do that for the next update.




Information forwarded to guix-patches <at> gnu.org:
bug#37049; Package guix-patches. (Fri, 16 Aug 2019 21:33:03 GMT) Full text and rfc822 format available.

Message #16 received at 37049-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <guillaume.le.vaillant <at> gmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 37049-done <at> debbugs.gnu.org
Subject: Re: [bug#37049] [PATCH] gnu: txr: Update to 223.
Date: Fri, 16 Aug 2019 22:55:40 +0200
Ludovic Courtès a écrit :

> Hi,
>
> Guillaume Le Vaillant <glv <at> posteo.net> skribis:
>
>> * gnu/packages/lisp.scm (txr): Update to 223.
>
> Applied!
>
> I noticed that the tarball is a cgit snapshot, which is not guaranteed
> to remain bit-identical as cgit changes.  Could you, in a future patch,
> arrange so that it is fetched over Git, using ‘git-fetch’?
>
> Thanks,
> Ludo’.

Ok, I'll do that for the next update.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 14 Sep 2019 11:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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