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

Bug 186829

Summary: sys-apps/portage - merge output slightly incorrect with FEATURES="noman noinfo nodoc"
Product: Portage Development Reporter: Carsten Lohrke (RETIRED) <carlo>
Component: Core - Interface (emerge)Assignee: Portage team <dev-portage>
Status: RESOLVED INVALID    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Carsten Lohrke (RETIRED) gentoo-dev 2007-07-27 18:50:36 UTC
emerge output is

>>> /install/this/file

even if it isn't, because of FEATURES="noman noinfo nodoc"
Comment 1 Zac Medico gentoo-dev 2007-07-27 19:22:06 UTC
Those features automatically add /usr/share/{man,info,doc} respectively to INSTALL_MASK. If something is still being installed then it must not be in one of those locations. Can you confirm that?
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2007-07-27 19:27:58 UTC
No, the files do not get installed, it's just the output of emerge, which tells otherwise. Trivial, as I marked the bug. ;-)
Comment 3 Zac Medico gentoo-dev 2007-07-27 19:30:40 UTC
It don't see how it could show in the output if it's not being installed.  Can you post some example output for a specific package?
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2007-07-27 20:03:09 UTC
I had this issue in mind for a longer while and my testcase was "FEATURES=noinfo emerge app-doc/elisp-manual", but I fail to reproduce it with rc9 at least.

Withdrawing, sorry for the noise, really. :(