Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 287104 - dev-util/git: building manpages should not depend on doc useflag
Summary: dev-util/git: building manpages should not depend on doc useflag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-30 14:46 UTC by Jonas Bernoulli
Modified: 2009-10-11 22:27 UTC (History)
1 user (show)

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


Attachments
always build manpages (manpage.patch,582 bytes, patch)
2009-09-30 14:46 UTC, Jonas Bernoulli
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Bernoulli 2009-09-30 14:46:25 UTC
Building git with USE="-doc" doesn't build the manpages which causes 'git COMMAND --help' also to fail.

Reproducible: Always

Steps to Reproduce:
1. USE="-doc" emerge git
2. git add --help
3. no help (only git --help provides a little help)

Actual Results:  
Since git uses manpages for command line help (--help) too, there is no help available at all.

Expected Results:  
git COMMAND --help should work
Comment 1 Jonas Bernoulli 2009-09-30 14:46:59 UTC
Created attachment 205683 [details, diff]
always build manpages
Comment 2 Jonas Bernoulli 2009-10-01 11:06:54 UTC
Given that ebuild now uses +doc I have lowered severity to normal.
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2009-10-11 22:27:58 UTC
InCVS.