Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87045 - emerge update with no -a conflicts with --tree
Summary: emerge update with no -a conflicts with --tree
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-28 16:12 UTC by Andreas Hernitscheck
Modified: 2005-03-28 16:15 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 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...