[Patches] [ python-Patches-732143 ] exit status of latex2html "ignored"

SourceForge.net noreply@sourceforge.net
Tue, 13 May 2003 21:18:42 -0700


Patches item #732143, was opened at 2003-05-04 07:29
Message generated for change (Comment added) made by fdrake
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=732143&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 6
Submitted By: Matthias Klose (doko)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: exit status of latex2html "ignored"

Initial Comment:
latex2html discovered an error building the lib html
docs. It correctly prints:

*** Session transcript and error messages are in
/build/packages/python2.3/python2.3-2.2.102/Doc/html/lib/lib.how.
*** Exited with status 25.
The relevant lines from the transcript are:
[...]

but then exits with an exit status of 1, which lets
make continue and makes it harder to find the actual error.

Not sure, if this is the correct fix, but why not exit
with the error you show the user?


----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2003-05-14 00:18

Message:
Logged In: YES 
user_id=3066

Fixed using a slightly different patch in Doc/tools/mkhowto
1.39.
When a child process exits normally, the result code of the
child is used as the result code for mkhowto; all other
error exits cause mkhowto to return a result code of 1.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=732143&group_id=5470