Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tar.gz crc problem #3443

Closed
gopherbot opened this issue Mar 31, 2012 · 9 comments
Closed

tar.gz crc problem #3443

gopherbot opened this issue Mar 31, 2012 · 9 comments

Comments

@gopherbot
Copy link

by suhail.sherif:

On Ubuntu 10.04 32 bit

What steps will reproduce the problem?
1. Download the tar.gz file for installation on Linux 32 bit systems. (Tried MANY times)
2. Open using file-roller or extract directly
3. Gives a crc error
gzip: stdin: invalid compressed data--crc error
tar: Child returned status 1
tar: Exiting with failure status due to previous errors
@gopherbot
Copy link
Author

Comment 1 by suhail.sherif:

And the sha1sum matches.

@minux
Copy link
Member

minux commented Apr 1, 2012

Comment 2:

I think it's a bug in gzip, see reports here:
https://bugs.launchpad.net/ubuntu/+source/gzip/+bug/524366
https://bugzilla.redhat.com/show_bug.cgi?id=588644
And it is fixed in:
http://git.savannah.gnu.org/cgit/gzip.git/commit/?id=b9e94c93df914bd1d9eec9f150b2e4e00702ae7b
Could you please try updating your gzip, and then try uncompress it again?

Status changed to WaitingForReply.

@bradfitz
Copy link
Contributor

bradfitz commented Apr 3, 2012

Comment 3:

He's using Ubuntu 10.04, though, not anything bleeding edge.

@rsc
Copy link
Contributor

rsc commented Apr 3, 2012

Comment 4:

The bug report is from April 2010, so using Ubuntu 10.04 sounds like the right way to
trigger this bug.
I can confirm that the archive itself is fine:
$ gunzip -v -l go.go1.linux-386.tar.gz 
method  crc     date  time           compressed        uncompressed  ratio
uncompressed_name
defla 663f309e Apr  3 15:45            29863522           106019840  71.8%
go.go1.linux-386.tar
$ crc32 go.go1.linux-386.tar
663f309e
$

@dsymonds
Copy link
Contributor

dsymonds commented Apr 4, 2012

Comment 5:

Labels changed: added priority-someday, removed priority-triage.

@gopherbot
Copy link
Author

Comment 6 by suhail.sherif:

Oh, I'm sorry for not replying. Updating tar worked perfectly. :) Thanks.

@rsc
Copy link
Contributor

rsc commented Apr 4, 2012

Comment 7:

Status changed to Retracted.

@rsc
Copy link
Contributor

rsc commented Apr 11, 2012

Comment 8:

Issue #3508 has been merged into this issue.

@rsc
Copy link
Contributor

rsc commented Oct 21, 2012

Comment 9:

Issue #4270 has been merged into this issue.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants