[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#14499: broken texi2dvi causes a FAIL in t/txinfo-no-split.sh
From: |
Peter Rosin |
Subject: |
bug#14499: broken texi2dvi causes a FAIL in t/txinfo-no-split.sh |
Date: |
Thu, 30 May 2013 08:24:58 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 |
On 2013-05-29 11:50, Stefano Lattarini wrote:
> On 05/29/2013 08:33 AM, Peter Rosin wrote:
>> Hi!
>>
>> On MSYS, I have this situation:
>>
>> $ texi2dvi --version
>> You don't have a working TeX binary installed, but the texi2dvi script
>> can't proceed without it. If you want to use this script, you have to
>> install some kind of TeX, for example the MikTeX package from
>> http://miktex.org/ (which is not part of the typical MSYS environment).
>> $ echo $?
>> 1
>>
>> Which causes the below failure on master (baf8a1c22acce0908) in
>> t/txinfo-no-split.sh.
>>
> The patch below should fix the issue. Can you confirm?
Confirmed, thanks!
Cheers,
Peter