Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28937 - portage treats -U as -u
Summary: portage treats -U as -u
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-16 22:43 UTC by Evan Langlois
Modified: 2011-10-30 22:18 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 Evan Langlois 2003-09-16 22:43:49 UTC
I'm using portage-2.0.49-r4 and one of the more recent portage updates has
caused it to stop honoring the --upgradeonly flag.  It now downgrades things
that I don't want to have downgraded.  This is annoying.

There also seems to be some bizzarre circular thing with gnome-themes.  It
blocks, so I remove the package to emerge world, and the first thing that emerge
world does is install gnome-themes again.  No matter what I remove, it
reinstalls the packages that cause the blockage - how can this be fixed?

Reproducible: Always
Steps to Reproduce:
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-09-18 21:25:43 UTC
-U implies -u, if there isn't a better solution it will ignore -U.
It won't let you break your system without force.

Commit another bug if you have issues with gnome things\ still.
Comment 2 Evan Langlois 2003-09-19 20:50:33 UTC
Like I said, it upgraded gtk when I did an emerge system, and then tried to downgrade it immediately after when I did an emerge world.  Also, in previous versions -U would NOT try to downgrade things I had upgraded using a specific path to an ebuild, like gnumeric and abiword which I wanted higher versions of so I could test them.  Now, it wants to downgrade them!  Lots of people in forums have noticed this change.  This is a BUG!  It does NOT work the way it did before.

I fixed the gnome/gtk downgrade problem by emerging just gnome and upgrading it, instead of world.  That seems very odd.

-- TARO!