Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90136 - man emerge FILES section contains incorrect paths
Summary: man emerge FILES section contains incorrect paths
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Documentation (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-23 08:46 UTC by brian
Modified: 2005-04-23 19:17 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 brian 2005-04-23 08:46:26 UTC
Summary says it all (mostly).  

man emerge lists the following file locations in the FILES section:

FILES
       /var/lib/portage/world
       /etc/make.conf
       /etc/dispatch-conf.conf
       /etc/make.profile/make.defaults
       /etc/make.profile/use.defaults
       /usr/portage/profiles/use.desc
       /etc/make.profile/virtuals

Where (at least) /var/lib/portage/world and /etc/make.profile/make.defaults and /etc/make.profile/use.defaults are not correct on my system.

Reproducible: Always
Steps to Reproduce:
1.  man emerge looking for location of world file 
2.  try to find file
3.  don't profit
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2005-04-23 08:48:02 UTC
They are correct.
Comment 2 brian 2005-04-23 08:50:55 UTC
Yeah, I realized I goofed for the world file.  But make.defaults and use.defaults still are incorrect.
Comment 3 Alec Warner (RETIRED) archtester gentoo-dev Security 2005-04-23 09:15:09 UTC
Perhaps not well worded, profiles are now cascading, so your make.profile symlink might not have them, they are present earlier on in a parent profile.  IE settings are set in a parent, and extended through their children much like a graph/tree of settings, each adding/subtracting to the last.

Comment 4 SpanKY gentoo-dev 2005-04-23 19:17:05 UTC
yes, cascading profiles is covered more extensivly in `man portage`