Bug 283661
Summary: | Cleanup of today rawhide yum update has TE errors off by 1 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Darwin H. Webb <thethirddoorontheleft> |
Component: | rpm | Assignee: | Panu Matilainen <pmatilai> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | loganjerry, pnasrat |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-09-19 06:27:00 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: | |||
Bug Depends On: | 259961 | ||
Bug Blocks: |
Description
Darwin H. Webb
2007-09-08 18:44:46 UTC
This links to a forum with example of error messages in clean up. http://forums.fedoraforum.org/showthread.php?p=861415#post861415 Darwin I got one of these today, on an F7 x86 box, but it didn't kick in until the yum transaction was nearly complete. Note that there is no Cleanup line for gstreamer-plugins-good-devel. Running Transaction Updating : totem-plparser ####################### [ 1/42] Updating : GeoIP ####################### [ 2/42] Updating : gnome-bluetooth-libs ####################### [ 3/42] Updating : gstreamer-plugins-good ####################### [ 4/42] Updating : totem ####################### [ 5/42] Updating : rhythmbox ####################### [ 6/42] Updating : totem-devel ####################### [ 7/42] Updating : gstreamer-plugins-good-devel ####################### [ 8/42] Updating : gnome-bluetooth ####################### [ 9/42] Updating : GeoIP-devel ####################### [10/42] Updating : totem-mozplugin ####################### [11/42] Updating : perl ####################### [12/42] Updating : perl-libs ####################### [13/42] Updating : perl-Test-Simple ####################### [14/42] Updating : perl-suidperl ####################### [15/42] Updating : perl-Set-IntSpan ####################### [16/42] Updating : perl-Test-Harness ####################### [17/42] Updating : perl-CPAN ####################### [18/42] Updating : perl-ExtUtils-MakeMaker ####################### [19/42] Updating : perl-devel ####################### [20/42] Updating : perl-ExtUtils-Embed ####################### [21/42] Cleanup : gstreamer-plugins-good ####################### [22/42] Cleanup : totem-plparser ####################### [23/42] Cleanup : perl-Test-Simple ####################### [24/42] Cleanup : perl-CPAN ####################### [25/42] Cleanup : totem-devel ####################### [26/42] Cleanup : perl-suidperl ####################### [27/42] Cleanup : perl-Set-IntSpan ####################### [28/42] Cleanup : perl-devel ####################### [29/42] Cleanup : GeoIP-devel ####################### [30/42] Cleanup : perl-libs ####################### [31/42] Cleanup : gnome-bluetooth-libs ####################### [32/42] Cleanup : perl-ExtUtils-Embed ####################### [33/42] Cleanup : GeoIP ####################### [34/42] Cleanup : perl ####################### [35/42] Cleanup : perl-ExtUtils-MakeMaker ####################### [36/42] Cleanup : rhythmbox ####################### [37/42] Cleanup : totem-mozplugin ####################### [38/42] ts_done name in te is gstreamer-plugins-good-devel should be totem-mozplugin Cleanup : totem ####################### [39/42] ts_done name in te is totem-mozplugin should be totem Cleanup : gnome-bluetooth ####################### [40/42] ts_done name in te is totem should be gnome-bluetooth Cleanup : perl-Test-Harness ####################### [41/42] ts_done name in te is gnome-bluetooth should be perl-Test-Harness This is caused by recent yum doing it's own bookkeeping on expected transaction callback contents which mismatches with reality when packages with no files are present as rpm doesn't currently (never has) issue callbacks on "empty" packages during erase. This should be fixed in current rawhide via rpm 4.4.2.2 faking the callbacks for packages with no files. |