From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 5039 invoked from network); 4 Jan 2022 20:57:14 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 4 Jan 2022 20:57:14 -0000 Received: from sirjofri.de ([5.45.105.127]) by 4ess; Tue Jan 4 15:17:02 -0500 2022 Message-ID: To: 9front@9front.org Date: Tue, 04 Jan 2022 21:16:34 +0100 From: sirjofri MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: stateless progressive enhancement DOM STM controller Subject: [9front] new rc breaks /sys/lib/man/permind Reply-To: 9front@9front.org Precedence: bulk Hello 9front, I found a bug which appeared after the rc updates and prevents us from building the print.pdf file of the manual. I found a workaround. The issue is the first line in /sys/lib/man/permind/dopermind: {echo -n $FONTS; cat <<'!'} | troff ...lots of stuff here... ! The workaround looks like this: {echo -n $FONTS; cat <<'!' ...lots of stuff here... ! } | troff , which is not that nice. Also, humm is mentioning the following output, which could be related: ; prompt = ('; ' '>') ; {cat<>abc >def >! >! #d/0:6: token !: syntax error which "works" when replacing the last ! with another ENTER hit. For completeness, I should mention where I am: 3568e27ec8774a212564c8d2bf6b3d9a19d4d571 cinap_lenrek rc: only have single instance of a symbol, extern in header (thanks mcf) I hope that helps. sirjofri