emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67792: closed (txr: certain string substitution in recipe obsolete.)


From: GNU bug Tracking System
Subject: bug#67792: closed (txr: certain string substitution in recipe obsolete.)
Date: Thu, 14 Dec 2023 12:24:03 +0000

Your message dated Thu, 14 Dec 2023 09:53:48 +0000
with message-id <87fs05ds6y.fsf@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@gnu.org.)


-- 
67792: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67792
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: txr: certain string substitution in recipe obsolete. Date: Mon, 11 Dec 2023 21:36:53 -0800 User-agent: Roundcube Webmail/1.4.15
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 ...



--- End Message ---
--- Begin Message --- Subject: Re: bug#67792: txr: certain string substitution in recipe obsolete. Date: Thu, 14 Dec 2023 09:53:48 +0000
Fixed in ac61e9705fb8c450c6cd0c1731fbb1b909c1f944.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]