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: Kaz Kylheku <kaz <at> kylheku.com>
Subject: bug#67792: closed (Re: bug#67792: txr: certain string
 substitution in recipe obsolete.)
Date: Thu, 14 Dec 2023 12:24:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#67792: txr: certain string substitution in recipe obsolete.

which was filed against the guix package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 67792 <at> debbugs.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: 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 3 (text/plain, inline)]
Fixed in ac61e9705fb8c450c6cd0c1731fbb1b909c1f944.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (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 ...



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

Previous Next


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