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

Bug 10822

Summary: why dependencies are not added to the "world" file ?
Product: Portage Development Reporter: Alberto Ornaghi <alor>
Component: CoreAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 2.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alberto Ornaghi 2002-11-16 06:03:04 UTC
it can be useful to put in the "world" file even the packages installed to
satisfy dependencies.

for example apsfilter needs imagemagick. if I don't have it in my system, emerge
apsfilter will trigger the compilation of imagemagick, but it is not inserted in
the world file.

IMHO this is not correct.  the next emerge --update world should update even
imagemagic, not only apsfilter...

bye
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2002-11-16 14:24:23 UTC
That is not the intent of the world file.
Use 'emerge -u --deep world'
Docs are forthcoming.