Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 149737

Summary: mod_python v3.1.4-r1 and 3.2.10 html docs missing files
Product: Gentoo Linux Reporter: brad walker <bradmwalker>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: minor CC: apache-bugs
Priority: High Keywords: InVCS
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fixes html documentation

Description brad walker 2006-10-01 08:44:12 UTC
mod_python-3.1.4-r1 will only 'dohtml' documents beginning with a-i, because it chokes on the directory "doc-html/icons". dohtml silently fails when presented a directory path without given the recurse option (argument '-r'). many links break as a result.

also, many picture files are missing from the html documents.

i have attached a patch to fix both problems with the html documentation.
Comment 1 brad walker 2006-10-01 08:47:20 UTC
Created attachment 98526 [details, diff]
fixes html documentation

this patch will install all files and subdirectories in doc-html, fixing broken links and missing pictures.
Comment 2 brad walker 2006-11-03 13:40:00 UTC
Testing mod_python-3.2.10 reveals the same documentation problem. I've tested the proposed patch with 3.2.10 by "patch mod_python-3.2.10.ebuild doc-fix.diff". The proposed patch also fixes 3.2.10's ebuild. Please commit the patch to portage before 3.2.10 goes stable.
Comment 3 Christian Heim (RETIRED) gentoo-dev 2007-01-11 19:26:59 UTC
(In reply to comment #1)
> Created an attachment (id=98526) [edit]
> fixes html documentation
> 
> this patch will install all files and subdirectories in doc-html, fixing broken
> links and missing pictures.

I just commited your fixes to CVS. Thanks a lot for your contribution!