Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80615 - "doc" flag in profile/default-darwin/use.mask blocks installation of necessary documentation
Summary: "doc" flag in profile/default-darwin/use.mask blocks installation of necessar...
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: PPC All
: High normal (vote)
Assignee: Gentoo for Mac OS X
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-03 11:43 UTC by Stephen Uhlhorn
Modified: 2006-04-12 10:52 UTC (History)
0 users

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 Stephen Uhlhorn 2005-02-03 11:43:43 UTC
I cannot install the tetex documentation because USE="doc" is masked in the darwin (and macos?) profiles.

Reproducible: Always
Steps to Reproduce:
1.USE="doc" emerge tetex
2.
3.

Actual Results:  
MRHANKY:~ root# USE="doc" emerge -pv tetex

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] app-text/tetex-2.0.2-r4  +X -debug (-doc)* 0 kB 

Total size of downloads: 0 kB


Expected Results:  
[ebuild   R   ] app-text/tetex-2.0.2-r4  +X -debug +doc* 0 kB 

I tried the followinf to override use.mask:
1) added doc flag to make.conf
2) added doc flag to package.use
3) added USE="doc" to emerge command

Commenting out the doc flag in profile/default-darwin/use.mask allowed me to
emerge the tetex docs without error.
Comment 1 Fabian Groffen gentoo-dev 2005-08-27 00:19:13 UTC
doc is a global USE flag and probably masked because many other packages have
problems on OSX when installing them with documentation.

For now this can't be fixed and it will be fixed as soon as the doc USE flag can
be unmasked (probably only when we have prefixed installs).