GNU bug report logs - #67792
txr: certain string substitution in recipe obsolete.

Previous Next

Package: guix;

Reported by: Kaz Kylheku <kaz <at> kylheku.com>

Date: Tue, 12 Dec 2023 05:38:02 UTC

Severity: normal

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#67792: closed (txr: certain string substitution in recipe
 obsolete.)
Date: Thu, 14 Dec 2023 12:24:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 14 Dec 2023 09:53:48 +0000
with message-id <87fs05ds6y.fsf <at> kitej>
and subject line Re: bug#67792: txr: certain string substitution in recipe obsolete.
has caused the debbugs.gnu.org bug report #67792,
regarding txr: certain string substitution in recipe obsolete.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
67792: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67792
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Kaz Kylheku <kaz <at> kylheku.com>
To: bug-guix <at> gnu.org
Subject: txr: certain string substitution in recipe obsolete.
Date: Mon, 11 Dec 2023 21:36:53 -0800
Hi, 

In the recipe for txr (in gnu/packages/lisp.scm), this is not
needed any more:

                   (substitute* "genman.txr"
                     ;; Exit from genman.txr before it tries to write to
                     ;; stdlib/doc-syms.tl, which is anyway kept up to date
                     ;; with each release (and is already compiled to
                     ;; stdlib/doc-syms.tlo when genman.txr is run).
                     (("^@\\(output \"stdlib/doc-syms\\.tl\"\\).*" line)
                      (string-append "@(do (exit))\n" line)))))

The doc doc-syms mechanism was removed in 292, so the pattern will not
match.

Cheers ...


[Message part 3 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Kaz Kylheku <kaz <at> kylheku.com>
Cc: 67792-done <at> debbugs.gnu.org
Subject: Re: bug#67792: txr: certain string substitution in recipe obsolete.
Date: Thu, 14 Dec 2023 09:53:48 +0000
[Message part 4 (text/plain, inline)]
Fixed in ac61e9705fb8c450c6cd0c1731fbb1b909c1f944.
Thanks.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 217 days ago.

Previous Next


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