#13998 closed (worksforme)
Unable to unzip the 1.1.2 download
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | *.djangoproject.com | Version: | 1.1 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description (last modified by )
The 1.1.2 zip file does not unzip right now (using 7zip or Winzip). The last dozen or so lines of the unzip log look like the following...
Extracting static-files.txt Extracting index.txt Extracting djangotickets.png Extracting committers.txt Extracting contributing.txt Extracting deprecation.txt Extracting documentation.txt Extracting index.txt Extracting release-process.txt Extracting svn.txt Extracting admin01.png Extracting admin02.png Extracting admin02t.png Extracting admin03.png Extracting admin03t.png Extracting admin04.png Extracting admin04t.png Extracting admin05.png Extracting admin05t.png Extracting admin06.png Error reading C:\Documents and Settings\Greg Tracy\Local Settings\Temp\Django-1.1.2.tar. Possible cause: bad disk
Change History (2)
comment:1 by , 15 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
comment:2 by , 15 years ago
Worth reporting that the file has changed... The file that I downloaded this morning (which did not unzip correctly) was 4,263 KB. The file there now is 5,614KB.
This new file works correctly.
Thanks!
Note:
See TracTickets
for help on using tickets.
[Fixed formatting. Please use WikiFormatting and the preview button before submitting.]
I just tried downloading http://www.djangoproject.com/download/1.1.2/tarball/ (which is a tar.gz file, not a zip file), and unpacked with 7zip on a Windows box:
C:\tmp\django-1.1.2>dir Volume in drive C is IBM_PRELOAD Volume Serial Number is 48E6-C80C Directory of C:\tmp\django-1.1.2 07/23/2010 12:21 PM <DIR> . 07/23/2010 12:21 PM <DIR> .. 07/23/2010 12:08 PM 5,748,420 Django-1.1.2.tar.gz 1 File(s) 5,748,420 bytes 2 Dir(s) 1,297,465,344 bytes free C:\tmp\django-1.1.2>7z x Django-1.1.2.tar.gz 7-Zip 4.65 Copyright (c) 1999-2009 Igor Pavlov 2009-02-03 Processing archive: Django-1.1.2.tar.gz Extracting Django-1.1.2.tar Everything is Ok Size: 21063680 Compressed: 5748420 C:\tmp\django-1.1.2>7z x Django-1.1.2.tar 7-Zip 4.65 Copyright (c) 1999-2009 Igor Pavlov 2009-02-03 Processing archive: Django-1.1.2.tar Extracting Django-1.1.2 Extracting Django-1.1.2\AUTHORS Extracting Django-1.1.2\django Extracting Django-1.1.2\django\__init__.py Extracting Django-1.1.2\django\bin Extracting Django-1.1.2\django\bin\__init__.py Extracting Django-1.1.2\django\bin\compile-messages.py Extracting Django-1.1.2\django\bin\daily_cleanup.py Extracting Django-1.1.2\django\bin\django-admin.py Extracting Django-1.1.2\django\bin\make-messages.py Extracting Django-1.1.2\django\bin\profiling Extracting Django-1.1.2\django\bin\profiling\__init__.py Extracting Django-1.1.2\django\bin\profiling\gather_profile_stats.py Extracting Django-1.1.2\django\bin\unique-messages.py Extracting Django-1.1.2\django\conf Extracting Django-1.1.2\django\conf\__init__.py Extracting Django-1.1.2\django\conf\app_template .....much more snipped..... Extracting Django-1.1.2\tests\templates\custom_admin\login.html Extracting Django-1.1.2\tests\templates\custom_admin\object_history.html Extracting Django-1.1.2\tests\templates\extended.html Extracting Django-1.1.2\tests\templates\form_view.html Extracting Django-1.1.2\tests\templates\login.html Extracting Django-1.1.2\tests\templates\views Extracting Django-1.1.2\tests\templates\views\article_archive_day.html Extracting Django-1.1.2\tests\templates\views\article_archive_month.html Extracting Django-1.1.2\tests\templates\views\article_confirm_delete.html Extracting Django-1.1.2\tests\templates\views\article_detail.html Extracting Django-1.1.2\tests\templates\views\article_form.html Extracting Django-1.1.2\tests\templates\views\datearticle_archive_month.html Extracting Django-1.1.2\tests\templates\views\urlarticle_detail.html Extracting Django-1.1.2\tests\templates\views\urlarticle_form.html Extracting Django-1.1.2\tests\urls.py Everything is Ok Folders: 558 Files: 1914 Size: 19335686 Compressed: 21063680 C:\tmp\django-1.1.2>So the file appears to be fine and un-zippable via 7zip.