Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10822 - why dependencies are not added to the "world" file ?
Summary: why dependencies are not added to the "world" file ?
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-16 06:03 UTC by Alberto Ornaghi
Modified: 2011-10-30 22:36 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 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.