[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: BUG: format_line_message: error_location_info undef
From: |
Gavin Smith |
Subject: |
Re: BUG: format_line_message: error_location_info undef |
Date: |
Sat, 17 Aug 2024 14:07:20 +0100 |
On Sat, Aug 17, 2024 at 09:08:09AM +0200, Patrice Dumas wrote:
> On Fri, Aug 16, 2024 at 12:25:45AM +0100, Gavin Smith wrote:
> > What makes the difference is the lack of the "-c
> > INFO_SPECIAL_CHARS_WARNING=0"
> > option. This produces thousands of lines of errors. Here is just the
> > first few lines:
> >
> > Texinfo-Convert-Plaintext.texi:1: warning: node next for
> > `Texinfo@asis{::}Convert@asis{::}Plaintext' is `Index' in sectioning but
> > not in menu
> > texi2any_internals.texi:374: warning: node prev for `Index' is
> > `Texinfo@asis{::}Convert@asis{::}Plaintext' in sectioning but not in menu
> > texi2any_internals.texi:374: warning: node up for `Index' is `Top' in
> > sectioning but not in menu
> > texi2any_internals.texi:15: warning: node `Top' lacks menu item for `Index'
> > despite being its Up target
> > BUG: format_line_message: error_location_info undef at
> > ../../tp/../tp/Texinfo/Report.pm line 86.
> > Texinfo::Report::format_line_message("warning", "menu entry node
> > name should not contain `:'", undef, undef, 0) called at
> > ../../tp/../tp/Texinfo/Convert/Converter.pm line 489
>
> This should be fixed by
>
> https://git.savannah.gnu.org/cgit/texinfo.git/commit/?id=4174fe2155d679f935103d07d2e75c382d9d0e30
>
Thanks for the speedy fix!