Latex problem when trying to build documentation
I wanted to create a doc patch belonging to my patch #1062060, but got this error when trying to build the documentation from CVS: .... (/opt/PythonBugDay/python/dist/src/Doc/commontex/reportingbugs.tex Underfull \hbox (badness 10000) in paragraph at lines 13--17 []\OT1/ptm/m/n/10 All bug re-ports should be sub-mit-ted via the Python Bug Tra cker on Source-Forge ) [783] [784] Appendix C. (/opt/PythonBugDay/python/dist/src/Doc/commontex/license.tex [785] [786] [787] Underfull \hbox (badness 10000) in paragraph at lines 294--297 \OT1/ptm/m/n/10 The []\OT1/pcr/m/n/10 random \OT1/ptm/m/n/10 mod-ule in-cludes code based on a down-load from Overfull \hbox (4.8973pt too wide) in paragraph at lines 339--339 []\OT1/pcr/m/n/9 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE CO PYRIGHT OWNER OR[] [788] Overfull \hbox (4.8973pt too wide) in paragraph at lines 376--376 []\OT1/pcr/m/n/9 FOR GAI_ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL[] Overfull \hbox (4.8973pt too wide) in paragraph at lines 376--376 []\OT1/pcr/m/n/9 HOWEVER CAUSED AND ON GAI_ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT[] [789] [790] [791] [792] [793] [794]) Underfull \hbox (badness 10000) in paragraph at lines 616--363 (./modlib.ind [795] [796] [797]) (./lib.ind [798] [799]) Package longtable Warning: Table widths have changed. Rerun LaTeX. ! LaTeX Error: \begin{description} on input line 59 ended by \end{document}. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.380 \end{document} ? ! Emergency stop. ... l.380 \end{document} Output written on lib.dvi (805 pages, 2885748 bytes). Transcript written on lib.log. *** Session transcript and error messages are in /opt/PythonBugDay/python/dist/src/Doc/html/lib/lib.how. *** Exited with status 1. make: *** [html/lib/lib.html] Error 1 I dont really understand that latex stuff (used to, but that was a long time ago). What's the problem? I'm running this on Mandrake Linux 10.0 with Tetex 2.0.2. Regards, Irmen de Jong.
Irmen de Jong wrote:
I wanted to create a doc patch belonging to my patch #1062060, but got this error when trying to build the documentation from CVS: [snip] I dont really understand that latex stuff (used to, but that was a long time ago). What's the problem?
Looks like the end tag of {description} has disappeared with this check-in: rhettinger@users.sourceforge.net wrote:
Update of /cvsroot/python/python/dist/src/Doc/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23423
Modified Files: libundoc.tex Log Message: SF bug #1084457: ossaudiodev no longer undocumented
Index: libundoc.tex =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/lib/libundoc.tex,v retrieving revision 1.88 retrieving revision 1.89 diff -u -d -r1.88 -r1.89 --- libundoc.tex 7 Aug 2004 19:21:59 -0000 1.88 +++ libundoc.tex 14 Dec 2004 07:19:22 -0000 1.89 @@ -71,11 +71,6 @@ --- Convert "arbitrary" sound files to AIFF files; should probably become a tool or demo. Requires the external program \program{sox}.
-\item[\module{ossaudiodev}] ---- Play audio data via the Open Sound System API. This is usable on -Linux, some flavors of BSD, and some commercial \UNIX{} platforms. -\end{description} -
\section{Obsolete \label{obsolete-modules}}
George
George Yoshida wrote:
Irmen de Jong wrote:
I wanted to create a doc patch belonging to my patch #1062060, but got this error when trying to build the documentation from CVS: [snip] I dont really understand that latex stuff (used to, but that was a long time ago). What's the problem?
Looks like the end tag of {description} has disappeared with this check-in:
[...] Out of curiousity, how did you find this? --Irmen
On Tue, Dec 21, 2004 at 07:57:43PM +0100, Irmen de Jong wrote:
Looks like the end tag of {description} has disappeared with this check-in:
[...]
Out of curiousity, how did you find this?
Once you filter through all the noise LaTeX generates there's actually a pretty clear error message: "\begin{description} on input line 59 ended by \end{document}." That's obviously not right. I've just fixed it, by the way. Cheers, Johannes
Irmen de Jong wrote:
Looks like the end tag of {description} has disappeared with this check-in:
[...]
Out of curiousity, how did you find this?
Well, I periodically download daily snapshots, so I compiled TeX files with them. The snapshot from Dec-11 was OK, but with the one from Dec-17 I couldn't compile. Once you're sure in what period the bug crept into the source, all you need to do is to check every commit applied to files under src/Doc directory in that period. Anyway, I don't know TeX well enough to narrow down the bug from the error log. It's too verbose for me. George
participants (3)
-
George Yoshida
-
Irmen de Jong
-
Johannes Gijsbers