Bug 647068

Summary: Error unpacking rpm package 7:squid-3.1.8-1.fc12.x86_64
Product: [Fedora] Fedora Reporter: Mark Orenstein <morenstein>
Component: squidAssignee: Jiri Skala <jskala>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 12CC: aglotov, henrik, jnovy, jonathansteffan, jskala, pmatilai
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-10-27 09:06:22 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 Mark Orenstein 2010-10-27 03:03:23 UTC
Description of problem:
Error unpacking rpm package 7:squid-3.1.8-1.fc12.x86_64

Version-Release number of selected component (if applicable):
FC12 64 bit current squid is  7:3.1.0.17-3.fc12

How reproducible: yum update squid


Steps to Reproduce:
1. yum update squid
2.
3.
  
Actual results:

Running Transaction
  Updating       : 7:squid-3.1.8-1.fc12.x86_64                                                      1/2
Error unpacking rpm package 7:squid-3.1.8-1.fc12.x86_64
warning: /etc/logrotate.d/squid created as /etc/logrotate.d/squid.rpmnew
warning: /etc/squid/errorpage.css created as /etc/squid/errorpage.css.rpmnew
warning: /etc/squid/errorpage.css.default saved as /etc/squid/errorpage.css.default.rpmsave
warning: /etc/squid/squid.conf created as /etc/squid/squid.conf.rpmnew
warning: /etc/squid/squid.conf.default saved as /etc/squid/squid.conf.default.rpmsave
error: unpacking of archive failed on file /usr/share/squid/errors/sr: cpio: rename
7:squid-3.1.0.17-3.fc12.x86_64 was supposed to be removed but is not!

Failed:
  squid.x86_64 7:3.1.8-1.fc12



Expected results:

an updated squid

Additional info:

Comment 1 Jiri Skala 2010-10-27 06:04:59 UTC
Hi,
this seems to be an issue of rpm therefore I've added rpm maintainer to the CC.

Please, try to list and remove current installed squid(s) and install it again:

list:
# rpm -q squid

remove:
# rpm -e <listed_squid_version> (e.g. rpm -e squid-3.1.0.17-3.fc12)

Then install squid again using 'yum install squid'.

Comment 2 Jindrich Novy 2010-10-27 09:06:22 UTC
It seems like the directory containing localizations has turned from a directory to symlink.

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