[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#611408: marked as done (texi2dvi: swallow error messages)



Your message dated Wed, 30 Jan 2019 15:34:57 +0100
with message-id <20190130143456.pp4ed4l2nigdpust@jwilk.net>
and subject line Re: Bug#611408: texi2dvi: swallow error messages
has caused the Debian Bug report #611408,
regarding texi2dvi: swallow error messages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
611408: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611408
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: texinfo
Version: 4.13a.dfsg.1-6
Severity: normal

This part of /usr/bin/texi2dvi

    if test $? != 0; then
      cat "$version_test_dir/txiversion.out"
      cat "$version_test_dir/txiversion.err" >&2
      error 1 "texinfo.tex appears to be broken, quitting."
    fi

is dead code. The whole script is run under "set -e", so if $TEX fails, the script will be termined with no error message shown.

--
Jakub Wilk



--- End Message ---
--- Begin Message ---
Version: 4.13.91.dfsg.1-1

On 29.01.11 00:41, Jakub Wilk wrote:
This part of /usr/bin/texi2dvi

    if test $? != 0; then
      cat "$version_test_dir/txiversion.out"
      cat "$version_test_dir/txiversion.err" >&2
      error 1 "texinfo.tex appears to be broken, quitting."
    fi

is dead code. The whole script is run under "set -e", so if $TEX fails, the script will be termined with no error message shown.

Apparently this was fixed upstream a while ago:
https://git.savannah.gnu.org/cgit/texinfo.git/commit/?id=35e982c5cfcfc15b65cc6b8d94d5ea259a42da3e

* Hilmar Preuße <hille42@web.de>, 2019-01-29, 21:50:
What else kind of error situations need to be handled in your opinion?

It's good enough for me. :-)

--
Jakub Wilk

--- End Message ---

Reply to: