[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help requested for Automake.
From: |
Mathieu Lirzin |
Subject: |
Re: Help requested for Automake. |
Date: |
Sat, 04 Mar 2017 11:09:25 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Hello Eli,
Eli Zaretskii <address@hidden> writes:
>> From: Mathieu Lirzin <address@hidden>
>> Date: Fri, 03 Mar 2017 22:37:20 +0100
>>
>> I have recently updated the texinfo.tex distributed in Automake from
>> version 2013-02-01.11 to version 2017-01-14.15
>>
>> Unfortunately this had the consequence of making 2 tests of Automake test
>> suite fail. The problems happen when calling texi2dvi and I fail to
>> parse the error messages. That would be great if someone could help me
>> figure out what/where the problem is.
>>
>> To show the texi2dvi output Here is the test-suite.log:
>
> Can you show the full contents of baz.texi, the file that causes the
> error? I couldn't find its contents neither in the log you posted nor
> in the tarball automake-micro.tar.gz.
Sure, here is the content of "baz.texi":
--8<---------------cut here---------------start------------->8---
\input texinfo
@setfilename baz.info
@settitle baz
@defindex au
@defindex sa
@defindex sb
@synindex sa sb
@node Top
Hello walls.
@cindex foo
foo
@pindex bar
bar
@auindex baz
baz
@saindex sa
sa
@sbindex sb
sb
@bye
--8<---------------cut here---------------end--------------->8---
it is defined in the "t/txinfo-no-clutter.sh" test with:
cat > baz.texi << 'END'
...
Thanks.
--
Mathieu Lirzin
GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37
Re: Help requested for Automake., Eli Zaretskii, 2017/03/04
- Re: Help requested for Automake.,
Mathieu Lirzin <=