Bug 871523 - Installation of Django-1.3.4-1.fc16.noarch fails
Summary: Installation of Django-1.3.4-1.fc16.noarch fails
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: Django
Version: 16
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matthias Runge
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-30 15:33 UTC by Patrick Truebe
Modified: 2012-10-30 17:23 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-10-30 17:23:34 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
yum' stdout (1.49 KB, text/x-log)
2012-10-30 15:33 UTC, Patrick Truebe
no flags Details

Description Patrick Truebe 2012-10-30 15:33:24 UTC
Created attachment 635663 [details]
yum' stdout

Description of problem:
I've tried to update Django from 1.3.2-1.fc16 to 1.3.4-1.fc16 but yum fails always with "unpacking of archive failed on file /usr/lib/python2.7/site-packages/django/contrib/admin/media/img/admin/arrow-down.gif;508ff100: cpio: open"


Version-Release number of selected component (if applicable):
Django-1.3.4-1.fc16
yum-3.4.3-25.fc16.noarch

How reproducible:
sudo yum install Django
  
Actual results:
Installation fails with 
Error unpacking rpm package Django-1.3.4-1.fc16.noarch
error: unpacking of archive failed on file /usr/lib/python2.7/site-packages/django/contrib/admin/media/img/admin/arrow-down.gif;508ff100: cpio: open

Expected results:
Installation succeedes

Additional info:

yum' stdout attached

Comment 1 Alan Pevec 2012-10-30 17:23:34 UTC
That looks like a corrupted RPM file, try again after dropping yum cache (rm -rf /var/cache/yum/x86_64/16/updates/ )
or direct download: yum install http://kojipkgs.fedoraproject.org//packages/Django/1.3.4/1.fc16/noarch/Django-1.3.4-1.fc16.noarch.rpm


Note You need to log in before you can comment on or make changes to this bug.