Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149737 - mod_python v3.1.4-r1 and 3.2.10 html docs missing files
Summary: mod_python v3.1.4-r1 and 3.2.10 html docs missing files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-10-01 08:44 UTC by brad walker
Modified: 2007-01-11 19:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fixes html documentation (mod_python-3.1.4-r1.diff,450 bytes, patch)
2006-10-01 08:47 UTC, brad walker
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!