Bug 205350
| Summary: | R-packages fail when uninstalling | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | birger <b1r63r> |
| Component: | rpm | Assignee: | Panu Matilainen <pmatilai> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | CC: | extras-qa, triage |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | bzcl34nup | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-05-06 16:18:21 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
birger
2006-09-06 08:26:41 UTC
Pretty sure this is an rpm failure, not R's fault. These packages Require: R already. Pointing this to rpm. I did
# yum instal R R-vaweslim R-wavethresh R-gnomeGUI
(which did not find R-waveslim or R-gnomeGUI, clearly a yum or repo config deficiency, not an rpm
problem).
I tried
# yum remove R
which discovered that R-wavethresh needed to be removed as well. Good!
Unfortunatley yum chose to order the transaction as erase R, then R-wavethresh,
reproducing the reported problem, that scriptlets fail because R is already gone.
I then installed R and R-wavethresh using "yum install" and ran
# rpm -e R R-wavethresh
which worked.
I repeated the "yum install" and did (note reversed args)
# rpm -e R-wavethresh R
which worked.
All with rpm-4.4.7.
So its a yum, not an rpm problem.
UPSTREAM or back to yum, your call. The rpm in FC has not erasure ordering.
I just think that if R is already gone when R-wavethresh is uninstalling the uninstall of R-wavethresh shouldn't fail. It seems wrong that it should refuse to uninstall because it cannot deregister itself from a package that has already been uninstalled. So even if I think there is a bug in yum here, I still think the logic in the wavethresh rpm is also wrong. You are correct that the issue(s) of erasure ordering by yum (or rpm) could be avoided if the R-wavethresh scriptlets were written differently (and more robustly). User pnasrat's account has been closed Reassigning to owner after bugzilla made a mess, sorry about the noise... FC5 is EOL, but is this still an issue with later releases? There have been some fixes for erasure ordering since then... I dont know, as I have changed employer and don't work on those packages anymore :-) Sorry I can't be of much help on this bug anymore. Fedora apologizes that these issues have not been resolved yet. We're sorry it's taken so long for your bug to be properly triaged and acted on. We appreciate the time you took to report this issue and want to make sure no important bugs slip through the cracks. If you're currently running a version of Fedora Core between 1 and 6, please note that Fedora no longer maintains these releases. We strongly encourage you to upgrade to a current Fedora release. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained and closing them. http://fedoraproject.org/wiki/LifeCycle/EOL If this bug is still open against Fedora Core 1 through 6, thirty days from now, it will be closed 'WONTFIX'. If you can reporduce this bug in the latest Fedora version, please change to the respective version. If you are unable to do this, please add a comment to this bug requesting the change. Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we are following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. And if you'd like to join the bug triage team to help make things better, check out http://fedoraproject.org/wiki/BugZappers This bug is open for a Fedora version that is no longer maintained and will not be fixed by Fedora. Therefore we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen thus bug against that version. Thank you for reporting this bug and we are sorry it could not be fixed. |