[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: texinfo-6.7.91 pretest
From: |
Eli Zaretskii |
Subject: |
Re: texinfo-6.7.91 pretest |
Date: |
Fri, 18 Jun 2021 22:00:46 +0300 |
> Date: Fri, 18 Jun 2021 21:47:26 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: bug-texinfo@gnu.org
>
> > The main way to check would be to set TEXINFO_XS=debug in the environment
> > and check that the modules are being loaded.
>
> How do I invoke the built makeinfo on a real manual without
> installing Texinfo? Whatever I try, it says that it finds XS modules
> for a different version and quits.
Figured it out. Is this what you wanted to see:
$ make info-stnd.info -W info-stnd.texi
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
if (TEXINFO_DEV_SOURCE=1 ; export TEXINFO_DEV_SOURCE ; top_srcdir=".." ;
export top_srcdir ; top_builddir=".." ; export top_builddir ;
/d/usr/Perl/bin/perl ../tp/texi2any --version) >/dev/null 2>&1; then \
for f in info-stnd.info info-stnd.info-[0-9] info-stnd.info-[0-9][0-9]
info-stnd.i[0-9] info-stnd.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
if TEXINFO_DEV_SOURCE=1 ; export TEXINFO_DEV_SOURCE ; top_srcdir=".." ;
export top_srcdir ; top_builddir=".." ; export top_builddir ;
/d/usr/Perl/bin/perl ../tp/texi2any -I . \
-o info-stnd.info `test -f 'info-stnd.texi' || echo './'`info-stnd.texi; \
then \
rc=0; \
else \
rc=$?; \
$restore $backupdir/* `echo "./info-stnd.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
checking ..\tp\maintain\lib\Text-Unidecode\lib/MiscXS.la
checking ..\tp\maintain\lib\Unicode-EastAsianWidth\lib/MiscXS.la
checking ..\tp\maintain\lib\libintl-perl\lib/MiscXS.la
checking ..\tp\maintain/MiscXS.la
checking ..\tp\Texinfo\XS\parsetexi/MiscXS.la
checking ..\tp\Texinfo\XS/MiscXS.la
found ..\tp\Texinfo\XS/MiscXS.la
..\tp\Texinfo\XS/.libs/MiscXS.dll loaded
looking for boot_Texinfo__MiscXS
trying to call boot_Texinfo__MiscXS...
...succeeded
attempting to override Texinfo::Convert::Unicode::unicode_text with
Texinfo::MiscXS::unicode_text...
...succeeded
checking ..\tp\maintain\lib\Text-Unidecode\lib/Parsetexi.la
checking ..\tp\maintain\lib\Unicode-EastAsianWidth\lib/Parsetexi.la
checking ..\tp\maintain\lib\libintl-perl\lib/Parsetexi.la
checking ..\tp\maintain/Parsetexi.la
checking ..\tp\Texinfo\XS\parsetexi/Parsetexi.la
checking ..\tp\Texinfo\XS/Parsetexi.la
found ..\tp\Texinfo\XS/Parsetexi.la
..\tp\Texinfo\XS/.libs/Parsetexi.dll loaded
looking for boot_Texinfo__Parser
trying to call boot_Texinfo__Parser...
...succeeded
checking ..\tp\maintain\lib\Text-Unidecode\lib/XSParagraph.la
checking ..\tp\maintain\lib\Unicode-EastAsianWidth\lib/XSParagraph.la
checking ..\tp\maintain\lib\libintl-perl\lib/XSParagraph.la
checking ..\tp\maintain/XSParagraph.la
checking ..\tp\Texinfo\XS\parsetexi/XSParagraph.la
checking ..\tp\Texinfo\XS/XSParagraph.la
found ..\tp\Texinfo\XS/XSParagraph.la
..\tp\Texinfo\XS/.libs/XSParagraph.dll loaded
looking for boot_Texinfo__Convert__Paragraph
trying to call boot_Texinfo__Convert__Paragraph...
...succeeded
attempting to override Texinfo::Convert::Plaintext::_process_text_internal
with Texinfo::MiscXS::process_text...
...succeeded
- Re: texinfo-6.7.91 pretest, (continued)