Bug 36943 - Official src archive of tomcat 5.5.9 is damaged!
Summary: Official src archive of tomcat 5.5.9 is damaged!
Status: RESOLVED INVALID
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Unknown (show other bugs)
Version: 5.5.9
Hardware: Other other
: P2 blocker (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-06 01:02 UTC by J. Greg Davidson
Modified: 2005-10-16 16:35 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description J. Greg Davidson 2005-10-06 01:02:28 UTC
When I download
 http://government-grants.org/mirrors/apache.org/jakarta/tomcat-5/v5.5.9/src/jakarta-tomcat-5.5.9-src.tar.gz

from
    http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi
I get a tar archive with the correct md5sum but when I
    tar xzf /New/Web/Servers/Tomcat/jakarta-tomcat-5.5.9-src.tar.gz 
I get
    tar: A lone zero block at 44498
and even if I
    tar xizf /New/Web/Servers/Tomcat/jakarta-tomcat-5.5.9-src.tar.gz
I get
    tar: Skipping to next header
    tar: Error exit delayed from previous errors

Please fix!
Comment 1 Yoav Shapira 2005-10-17 00:35:16 UTC
Untarring the archive works for me.  Are you sure you're using a GNU-compatible
tar binary?  The bold note in the README file on the download page notes this.