Hi Vincent
Yes, I meant gunzip in the bug report. I do still stand by the original claim that something is wrong. Apparent I do things differently than the smoker. Here is a verbatim cut from shell:
:lxcvipal:unpack$ tar -xzf Variable-Magic-0.46.tar.gz
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors
:lxcvipal:unpack$ gunzip < Variable-Magic-0.46.tar.gz | tar -xf -
tar: Archive is compressed. Use -z option
tar: Error is not recoverable: exiting now
:lxcvipal:unpack$ gunzip < Variable-Magic-0.46.tar.gz | tar -xzf -
:lxcvipal:unpack$
I understand your scepticism based on the smoker results, but I am at a loss to explain my observations. Feel free to discard my issue, just FYI if someone else sees a problem.
Best regards -Paul
Show quoted text-----Original Message-----
From: Vincent Pit via RT [mailto:bug-Variable-Magic@rt.cpan.org]
Sent: Wednesday, April 27, 2011 10:17 AM
To: Liebert, Paul A
Subject: [rt.cpan.org #67791] Download from cpan for Variable-Magic-0.46.tar.gz is double gzip'd
<URL:
https://rt.cpan.org/Ticket/Display.html?id=67791 >
Le Mer 27 Avr 2011 11:31:59, paauull a écrit :
> Variable-Magic-0.46.tar.gz appears to have been gzip'd twice:
>
Hello.
Thanks for your report. However, given that it was tested in a large
number of platforms without problems (see
http://matrix.cpantesters.org/?dist=Variable-Magic+0.46), I suspect that
the problem might be on your side.
> $ gzip < Variable-Magic-0.46.tar.gz | tar -xf -
> tar: Archive is compressed. Use -z option
> tar: Error is not recoverable: exiting now
>
> $ gzip < Variable-Magic-0.46.tar.gz | tar -xzf -
> Ok
>
Did you mean to use gunzip instead of gzip ?
Vincent.