[Python-bugs-list] [ python-Bugs-473060 ] Doc/ doesn't compile in 2.2b1 (original) (raw)
noreply@sourceforge.net noreply@sourceforge.net
Mon, 29 Oct 2001 18:51:45 -0800
- Previous message: [Python-bugs-list] [ python-Bugs-473623 ] Emacs: python-mode.el
- Next message: [Python-bugs-list] [ python-Bugs-473009 ] binascii_b2a_base64() improper str limit
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bugs item #473060, was opened at 2001-10-20 02:22 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=473060&group_id=5470
Category: Build Group: Feature Request Status: Open Resolution: None Priority: 5 Submitted By: Masanori Omote (omote)
Assigned to: Fred L. Drake, Jr. (fdrake) Summary: Doc/ doesn't compile in 2.2b1
Initial Comment: Documentations in the distribution tar file of 2.2b1 doesn't compile. Doc/ of a snapshot tar ball on 10/19/01 compiles correctly. Materials under Doc/ in both tar balls are the same according to diff -r check. Containing a dot (.) in the name of the top directory of 2.2b1 leads to a LaTeX2HTML error, according to its error message.
It wouldn't be a bug because the README file in Doc directory says that a user should "twiddle" Doc/Makefile. But I hope all the documentation can be easily compiled from the next distribution files.
Comment By: Masanori Omote (omote) Date: 2001-10-20 09:17
Message: Logged In: YES user_id=232907
Additional info of omote's case: System: RH 7.1 Python: 2.1.1 (2.2b1 not yet installed) LaTeX2HTML: 2K.1beta (1.47)
When I compile Doc/ in the extracted tree of 2.2b1 distribution tar file, it fails. It doesn't fail when I move Doc/ directory to any other directory which path doesn't contain a dot. Following is a failure example to compile 'doc'.
% pwd /home/masa/ftp/python/Python-2.2b1/Doc % make doc python tools/mkhowto --html --about html/stdabout.dat --address "See About this document... for information on suggesting changes." --up-link ../index.html --up-title "Python Documentation Index" --global-module-index "../modindex.html" --dir html/doc doc/doc.tex +++ TEXINPUTS=/home/masa/ftp/python/Python-2.2b1/Doc/doc:/home/masa/ftp/python/Python-2.2b1/Doc/paper-letter:/home/masa/ftp/python/Python-2.2b1/Doc/texinputs: +++ latex doc +++ latex2html -init_file doc.l2h -dir /home/masa/ftp/python/Python-2.2b1/Doc/html/doc /home/masa/ftp/python/Python-2.2b1/Doc/doc/doc.tex *** Session transcript and error messages are in /home/masa/ftp/python/Python-2.2b1/Doc/html/doc/doc.how. *** Exited with status 255. The relevant lines from the transcript are:
+++ latex2html -init_file doc.l2h -dir /home/masa/ftp/python/Python-2.2b1/Doc/html/doc /home/masa/ftp/python/Python-2.2b1/Doc/doc/doc.tex Note: Initialising with file: doc.l2h This is LaTeX2HTML Version 2K.1beta (1.47) by Nikos Drakos, Computer Based Learning Unit, University of Leeds.
Revised and extended by: Marcus Hennecke, Ross Moore, Herb Swan and others ...producing markup for HTML version 4.0
Loading /usr/share/latex2html/versions/html4_0.pl
*** processing declarations ***
Loading /usr/share/latex2html/versions/latin1.pl
*** Fatal Error --- but easy to fix ***
Cannot have '.' in file-name prefix, else dvips fails on images Change the name from /home/masa/ftp/python/Python-2.2b1/Doc/doc/doc.tex and try again.
*** Session transcript and error messages are in /home/masa/ftp/python/Python-2.2b1/Doc/html/doc/doc.how. *** Exited with status 255.
Comment By: Martin v. L�wis (loewis) Date: 2001-10-20 06:31
Message: Logged In: YES user_id=21627
Can you give more details as to how exactly compilation fails?
You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=473060&group_id=5470
- Previous message: [Python-bugs-list] [ python-Bugs-473623 ] Emacs: python-mode.el
- Next message: [Python-bugs-list] [ python-Bugs-473009 ] binascii_b2a_base64() improper str limit
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]