Summary: | emerge -U will still try to downgrade packages | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Scott Richey <srichey> |
Component: | Unclassified | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | gavrilao, is, kronenpj, mholzer, mr_bones_, oliverthered, terjekv |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 33440 | ||
Bug Blocks: | 16240 |
Description
Scott Richey
2003-03-11 10:22:34 UTC
I have Xfree 4.3.0 installed. When doing '-up world' xfree is schedueled for downgrade. When doing -Up xfree is not schedueled for downgrade. So I cannot reproduce your exact error. However, I have installed transcode-0.6.3 and this is schedueled for downgrade even with -Up. As this is only one package I probably will just re-emerge the newer version (0.6.3). I also get this problem: [ebuild UD] sys-devel/m4-1.4 [1.4p] .. [ebuild UD] app-text/tetex-1.0.7-r12 [2.0-r1] .. when using emerge -Up world m4 is normal Downgrade m4 to 1.4 only, as the alpha/beta releases we were using up to now have some issues. Fix autoconf/gmp depend for this. I'm seeing a similar behavior with two packages: # emerge -U world -p >>> --upgradeonly implies --update... adding --update to options. These are the packages that I would merge, in order: Calculating world dependencies ...done! [ebuild UD] media-libs/id3lib-3.8.0 [3.8.2] [ebuild UD] net-www/mozilla-1.2.1-r5 [1.3] I also have an interesting situation with --deep: # emerge -U --deep world -p >>> --upgradeonly implies --update... adding --update to options. These are the packages that I would merge, in order: Calculating world dependencies | !!! all ebuilds that could satisfy "dev-perl/XML-Twig" have been masked. !!! (dependency required by "dev-perl/xmltv-0.5.8" [ebuild]) !!! Problem with ebuild dev-perl/xmltv-0.5.8 !!! Possibly a DEPEND/*DEPEND problem. !!! Depgraph creation failed. I don't know if this is related or another bug. What I found with media-libs/id3lib-3.8.0 is that 3.8.0 didn't exist any more and it wanted to go back to the latest stable version (which is probably good behavior). I don't know what was going on with mozilla. Yep. I saw emerge try to force downgrade for ebuilds that doesn't exist anymore. Anyway, this can be an unwanted feature: I think emerge should have another option similar to -U with this add "keep my system". I mean (IE): cerrito root # emerge -UDp world >>> --upgradeonly implies --update... adding --update to options. These are the packages that I would merge, in order: Calculating world dependencies ...done! [ebuild U ] sys-apps/man-1.5l-r6 [1.5l-r5] [ebuild U ] dev-libs/glib-2.2.2 [2.2.1-r1] [ebuild U ] x11-libs/gtk+-2.2.2 [2.2.1-r1] [ebuild U ] sys-libs/slang-1.4.9 [1.4.8] [ebuild UD] media-video/transcode-0.6.4 [0.6.4.20030311] [ebuild U ] gnome-extra/gal-1.99.7 [1.99.6] [ebuild UD] gnome-extra/gconf-editor-0.4.1 [0.5.0] [ebuild U ] media-libs/gstreamer-0.6.2 [0.6.1-r1] [ebuild U ] media-libs/gst-plugins-0.6.2 [0.6.1] [ebuild U ] gnome-extra/bug-buddy-2.2.106 [2.2.104] [ebuild U ] gnome-extra/nautilus-media-0.2.2 [0.2.1] [ebuild UD] x11-misc/superkaramba-0.21 [0.26] [ebuild U ] net-libs/libsoup-1.99.23 [1.99.22] [ebuild U ] gnome-extra/libgtkhtml-3.0.5 [3.0.4] cerrito root # emerge -UDKp world >>> --upgradeonly implies --update... adding --update to options. >>> --keep force me to leave the system "as-is" These are the packages that I would merge, in order: Calculating world dependencies ...done! [ebuild U ] sys-apps/man-1.5l-r6 [1.5l-r5] [ebuild U ] dev-libs/glib-2.2.2 [2.2.1-r1] [ebuild U ] x11-libs/gtk+-2.2.2 [2.2.1-r1] [ebuild U ] sys-libs/slang-1.4.9 [1.4.8] [ebuild U ] gnome-extra/gal-1.99.7 [1.99.6] [ebuild U ] media-libs/gstreamer-0.6.2 [0.6.1-r1] [ebuild U ] media-libs/gst-plugins-0.6.2 [0.6.1] [ebuild U ] gnome-extra/bug-buddy-2.2.106 [2.2.104] [ebuild U ] gnome-extra/nautilus-media-0.2.2 [0.2.1] [ebuild U ] net-libs/libsoup-1.99.23 [1.99.22] [ebuild U ] gnome-extra/libgtkhtml-3.0.5 [3.0.4] *** Bug 23528 has been marked as a duplicate of this bug. *** *** Bug 25180 has been marked as a duplicate of this bug. *** *** Bug 25573 has been marked as a duplicate of this bug. *** I've reported bug Bug 25573 which has been marked duplicate. A few additonal notes are ACCEPT_KEYWORDS="~x86" emerge kde tries to rebuild the current version of kde not the ~x86 masked version. So it looks like a problem with masking not -U trying to force kde 2.1.3 reports that all ebuilds are masked, i've had problems with other packages (OpenOffice Binaries) and can't see any problem in the ebuilds. This just happened to my today as well and I second this bug report. Especially for a "beginner" it can be very confusing: "why if I tell it --upgrade-only will it still to downgrade something?" Very illogical. -U is deprecated and might be removed in future versions. |