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: Kaz Kylheku <kaz <at> kylheku.com>
To: 67792 <at> debbugs.gnu.org
Subject: bug#67792: 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.