Opened 6 months ago
Closed 2 months ago
#70039 closed defect (fixed)
asciidoc @10.2.0: <unknown>:1: SyntaxWarning: invalid escape sequence '\S'
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | neverpanic (Clemens Lang) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.3 |
Keywords: | haspatch | Cc: | |
Port: | asciidoc |
Description
Using asciidoc—for example building MacPorts base—produces this output:
/opt/local/bin/asciidoc -f asciidoc.conf -a manversion=2.9.99 -a revdate=2.9.99 -d manpage -b docbook port-fetch.1.txt /opt/local/bin/asciidoc -f asciidoc.conf -a manversion=2.9.99 -a revdate=2.9.99 -d manpage -b docbook port-install.1.txt /opt/local/bin/asciidoc -f asciidoc.conf -a manversion=2.9.99 -a revdate=2.9.99 -d manpage -b docbook port.1.txt gzip -c portfile.7 > portfile.7.gz <unknown>:1: SyntaxWarning: invalid escape sequence '\S' <unknown>:1: SyntaxWarning: invalid escape sequence '\S' <unknown>:1: SyntaxWarning: invalid escape sequence '\S' <unknown>:1: SyntaxWarning: invalid escape sequence '\S' <unknown>:1: SyntaxWarning: invalid escape sequence '\S' <unknown>:1: SyntaxWarning: invalid escape sequence '\S'
Here is the fix:
Change History (3)
comment:1 Changed 2 months ago by christophecvr (christophecvr)
comment:2 Changed 2 months ago by christophecvr (christophecvr)
comment:3 Changed 2 months ago by christophecvr (christophecvr)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Hi solution is possible just upgrading asciidoc to version 10.2.1 I did by me by changing the port file from :
to :
After this change doc files are build back. Before it was a deprecated warning since python 3.12 it is invalid sequence and some docs are wrongly or not build at all Despite the fact that general build is not broken.