Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 648760 - sys-apps/portage FEATURES=noman does not work with manpages in non-standard paths
Summary: sys-apps/portage FEATURES=noman does not work with manpages in non-standard p...
Status: UNCONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-25 12:24 UTC by David Flogeras
Modified: 2021-01-09 21:57 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 David Flogeras 2018-02-25 12:24:04 UTC
After enabling these features, I still end up with files in:

/usr/share/gcc-data/armv6j-unknown-linux-gnueabihf/6.4.0/man/

Weirdly, I have all three "nodoc noinfo noman" set on two systems, one ended up with both man/ and info/, the other just man/.

If it matters, I am generating binary packages on a build setup, then the target machines install those binaries with the FEATURES set.  So, the .tbz files would include all the files, but they are stripped when installing from binary.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2018-02-26 00:47:27 UTC
You should rather use:
INSTALL_MASK="/usr/share/gcc-data/*/*/info /usr/share/gcc-data/*/*/man"
Comment 2 Mike Gilbert gentoo-dev 2018-02-26 16:33:23 UTC
This seems like a limitation in portage.