Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 648760

Summary: sys-apps/portage FEATURES=noman does not work with manpages in non-standard paths
Product: Portage Development Reporter: David Flogeras <dflogeras2>
Component: CoreAssignee: Portage team <dev-portage>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.