Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135054 - dev-lang/python-2.4.2: The manual page for python is missing
Summary: dev-lang/python-2.4.2: The manual page for python is missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: Highest minor (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-31 09:11 UTC by Richard Graham
Modified: 2007-03-17 11:40 UTC (History)
1 user (show)

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


Attachments
include the python man page (python-man.patch,327 bytes, patch)
2006-08-14 08:24 UTC, Evan Klitzke
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Graham 2006-05-31 09:11:03 UTC
The manual page for python (/usr/bin/python) is missing:

$ man python
No manual entry for python

$ find /usr/share/man -name "python.*"
/usr/share/man/man5/python.eclass.5.gz

I tried re-merging Python with USE=doc, but it still wasn't installed.
Comment 1 Evan Klitzke 2006-08-14 08:24:55 UTC
Created attachment 94241 [details, diff]
include the python man page

This patch fixes the ebuild to install the man page.
Comment 2 Evan Klitzke 2006-08-14 08:36:03 UTC
(In reply to comment #1)

Some comments on the patch... the patch is actually against the latest python ebuild, but should work on older ebuilds. The problem was that the ebuild installed with make altinstall rather than make install, so I added a line to the ebuild to run make maninstall after make altinstall.
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2006-08-14 10:26:03 UTC
i think this is pretty important. i'll get in a fix soon.
Comment 4 Alastair Tse (RETIRED) gentoo-dev 2006-09-02 04:51:59 UTC
fixed in 2.4.3-r3. thanks for reporting.
Comment 5 Fabio Rossi 2007-03-17 11:40:53 UTC
The same problem is valid for the version 2.3.x