Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24515 - Circular updates in portage
Summary: Circular updates in portage
Status: RESOLVED DUPLICATE of bug 13632
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-15 04:08 UTC by Philippe Lafoucrière
Modified: 2011-10-30 22:20 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 Philippe Lafoucrière 2003-07-15 04:08:02 UTC
when I try to upgrade my system with --upgradeonly option I get :

<i>
 emerge -UDp --usepkg --buildpkg world
>>> --upgradeonly implies --update... adding --update to options.

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[binary    U ] app-editors/vim-core-6.2-r1 [6.1-r5] 
[binary    UD] media-libs/gstreamer-0.6.1-r1 [0.6.2] 
[ebuild    UD] net-www/mozilla-1.3-r2 [1.4] 
</i>

if I upgrade vim-core then I get with an emerge -UDp world :

<i>
Calculating world dependencies ...done!
[binary    UD] app-editors/vim-core-6.1-r5 [6.2-r1] 
[binary    UD] media-libs/gstreamer-0.6.1-r1 [0.6.2] 
[ebuild    UD] net-www/mozilla-1.3-r2 [1.4] 
</i>



Reproducible: Always
Steps to Reproduce:
1. emerge -UDp world
Actual Results:  
Calculating world dependencies ...done!
[binary    UD] app-editors/vim-core-6.1-r5 [6.2-r1] 
[binary    UD] media-libs/gstreamer-0.6.1-r1 [0.6.2] 
[ebuild    UD] net-www/mozilla-1.3-r2 [1.4] 

Expected Results:  
nothing ! (all packages have been updated)
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-07-15 04:33:08 UTC

*** This bug has been marked as a duplicate of 13632 ***