On Tue, Oct 1, 2019 at 1:33 PM Norbert Preining <[email protected]> wrote: > Thanks for the patch. Included and uploaded to Debian. We will see how > it behaves across the architectures.
There will be problems if XS modules are not found to work on a given system: $ TEXINFO_XS=omit ../texi2any.pl ../../doc/info-stnd.texi Subroutine parser redefined at ../../tp/Texinfo/ParserNonXS.pm line 527. Prototype mismatch: sub Texinfo::Parser::simple_parser: none vs (;$) at ../../tp/Texinfo/ParserNonXS.pm line 654. Subroutine simple_parser redefined at ../../tp/Texinfo/ParserNonXS.pm line 617. Subroutine get_conf redefined at ../../tp/Texinfo/ParserNonXS.pm line 657. Subroutine parse_texi_text redefined at ../../tp/Texinfo/ParserNonXS.pm line 706. Subroutine parse_texi_file redefined at ../../tp/Texinfo/ParserNonXS.pm line 757. Subroutine parse_texi_line redefined at ../../tp/Texinfo/ParserNonXS.pm line 844. Subroutine indices_information redefined at ../../tp/Texinfo/ParserNonXS.pm line 864. Subroutine floats_information redefined at ../../tp/Texinfo/ParserNonXS.pm line 870. Subroutine internal_references_information redefined at ../../tp/Texinfo/ParserNonXS.pm line 876. Subroutine global_commands_information redefined at ../../tp/Texinfo/ParserNonXS.pm line 882. Subroutine global_informations redefined at ../../tp/Texinfo/ParserNonXS.pm line 892. Prototype mismatch: sub Texinfo::Parser::labels_information ($) vs none at ../../tp/Texinfo/ParserNonXS.pm line 901. Subroutine labels_information redefined at ../../tp/Texinfo/ParserNonXS.pm line 899. I am working on a fix.
