[Python-bugs-list] [ python-Bugs-586926 ] Empty genindex.html pages

noreply@sourceforge.net noreply@sourceforge.net
Thu, 19 Sep 2002 05:52:58 -0700


Bugs item #586926, was opened at 2002-07-26 06:25
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=586926&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Out of Date
Priority: 6
Submitted By: Matthias Klose (doko)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Empty genindex.html pages

Initial Comment:
When building the html docs, empty index pages are 
generated.

$ ls -l html/*/genindex.html
-rw-r--r--    1 doko     doko         3341 Jul 26 11:53 
html/api/genindex.html
-rw-r--r--    1 doko     doko         3433 Jul 26 11:59 
html/lib/genindex.html
-rw-r--r--    1 doko     doko         3436 Jul 26 12:00 
html/mac/genindex.html
-rw-r--r--    1 doko     doko         3322 Jul 26 12:00 
html/ref/genindex.html

compared to 2.1.3, built with texinfo-4.1:

$ ls -l html/*/genindex.html
-rw-r--r--    1 doko     doko        51726 Jul 26 11:42 
html/api/genindex.html
-rw-r--r--    1 doko     doko       310251 Jul 26 11:47 
html/lib/genindex.html
-rw-r--r--    1 doko     doko        28449 Jul 26 11:48 
html/mac/genindex.html
-rw-r--r--    1 doko     doko        73766 Jul 26 11:48 
html/ref/genindex.html

building the 2.1.3 docs with texinfo-4.2 fails as well. For 
2.2.1 and current CVS the empty files are generated 
independent of the texinfo version.

An account on a build environment can be provided 
(Debian 3.0).

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

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-09-19 08:52

Message:
Logged In: YES 
user_id=3066

Submitter reported by email that he can no longer reproduce
the problem since his OS (Debian) updated to Perl 5.8. 
Since I could never reproduce this even with Perl 5.6.0, I'm
closing this a no-longer relevant historical mystery.

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

Comment By: Matthias Klose (doko)
Date: 2002-08-20 17:19

Message:
Logged In: YES 
user_id=60903

Attached is the build log. The patches applied are mostly
patches for Debian specific file locations and build hints.
The default python version is 2.1.3, however the make for
the Doc dir is called with PYTHON=<newly_built_python>.

perl is 5.6.1
latex2html is 2000-beta1


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

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-08-14 13:15

Message:
Logged In: YES 
user_id=3066

Please provide a detailed list of steps you took from a
clean checkout.  If you can provide a typescript (using the
"script" command at your shell), I'd appreciate it.  Version
numbers for LaTeX2HTML, the installed version of Python, and
Perl would be helpful.

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

Comment By: Matthias Klose (doko)
Date: 2002-08-10 02:12

Message:
Logged In: YES 
user_id=60903

Just rechecked. The problem is still there (trying to
generate the documentation for today's CVS).


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

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-08-09 17:28

Message:
Logged In: YES 
user_id=3066

This problem appears to have disappeared in the development
versions of the documentation at some point since the report
was filed.

If you see this only on documentation you generate rather
than the standarad documentation from python.org, please let
me know.

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

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