Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 296346 - dev-lang/erlang and man pages
Summary: dev-lang/erlang and man pages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Maintainers for Miscelleneous Language Packages [OBSOLETE]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-09 21:43 UTC by Priit Laes (IRC: plaes)
Modified: 2009-12-10 21:56 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Priit Laes (IRC: plaes) 2009-12-09 21:43:59 UTC
Would it be possible to at least install man pages even when user specifies USE="-doc"?

Also, is the MANPATH setting really needed, as the standard way of invoking man pages seems to be `erl -man module`? (Although then simply `man erl` wouldn't work.

Just some thoughts...
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2009-12-09 21:55:10 UTC
Do you know examples when man files are installed on USE=-doc?  Please tell me, from the top of my head there is no prominent example.

The decision to set MANPATH has been derived from the discussion in bug 189639.  Is there any strong argument against it, apart from environment pollution?
Comment 2 Priit Laes (IRC: plaes) 2009-12-10 08:14:31 UTC
(In reply to comment #1)
> Do you know examples when man files are installed on USE=-doc?  Please tell me,
> from the top of my head there is no prominent example.

sys-devel/gcc       ( for gcc, gcov, cpp, ...)
dev-lang/python   ( for python)

I think I'm actually spoiled because most of the prominent system packages like
sys-devel/binutils and sys-apps/coreutils don't really have a doc USE flag.

> The decision to set MANPATH has been derived from the discussion in bug 189639.
>  Is there any strong argument against it, apart from environment pollution?
> 
Nope, so let it be..
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2009-12-10 21:56:25 UTC
Man pages are now (13.2.3) installed regardless of USE=doc.