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

Bug 87045

Summary: emerge update with no -a conflicts with --tree
Product: Portage Development Reporter: Andreas Hernitscheck <velo>
Component: Core - Interface (emerge)Assignee: Portage team <dev-portage>
Status: RESOLVED INVALID    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Andreas Hernitscheck 2005-03-28 16:12:26 UTC
When trying an update like:

emerge -vuD --tree --world

.. nothing happens. The option --tree seems to cancel the process. Without -- its updating. In MAN i didnt find a hint to this. It should work also with tree, because i want to see a tree eg in a log.

Reproducible: Always
Steps to Reproduce:
1. emerge -vuD --tree --world

Actual Results:  
.. nothing happens. The option --tree seems to cancel the process.

Expected Results:  
Showing the tree and making an update (compilation)
Comment 1 Stephen Bennett (RETIRED) gentoo-dev 2005-03-28 16:15:07 UTC
>>> --tree implies --pretend... adding --pretend to options.

That looks like intended behaviour to me...