[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
RE: [PATCH] Update Archive::Extract to 0.28
Jos I. Boumans wrote:
> Hi Steve,
Hi, Sorry for the slow reply--I've not been around much lately.
>
> On Oct 10, 2008, at 7:11 PM, Steve Hay wrote:
>
>> Jos I. Boumans wrote:
>>> Greetings,
>>>
>>> attached is the patch to upgrade Archive::Extract to version 0.14.
>
> [...]
>
>> Fails some tests for me in blead:
>> # Failed test 'extract() for 'y.tar.gz' reports success (PP: 0
>> Bin: 1)' # at ../lib/Archive/Extract/t/01_Archive-Extract.t line
>> 396.
>> not ok 35 - extract() for 'y.tar.gz' reports success (PP: 0 Bin: 1)
>
> [...]
>
>> # Failed test 'extract() for 'y.tgz' reports success (PP: 0 Bin:
>> 1)' # at ../lib/Archive/Extract/t/01_Archive-Extract.t line 396.
>> not ok 84 - extract() for 'y.tgz' reports success (PP: 0 Bin: 1)
>> ok 85 - No errors capturing buffers
>
> This looks a lot like the issue reported here:
>
> http://rt.cpan.org/Ticket/Display.html?id=32331
>
> We didn't find out a way to reliably test for it, but it seems
> that the /bin/gzip and /bin/tar in your path do not work nicely
> together in this manner:
>
> /bin/gzip -cdf foo.tgz | tar -tf -
>
> Could you verify that is the case? And perhaps even suggest a way
> we can test for this/fix this?
I normally run all my perl test suites in an environment that doesn't
actually have tools such as gzip and tar at all, and that's the
environment in which the errors that I reported came from.
I've also now tried with a Cygwin bin/ folder added to the path (and
Cygwin's gzip and tar, of course, do work nicely together, as per your
command-line above) but I still get failures.
The failures are different with/without the Cygwin bin/ folder on the
path, so I've attached the full output of both. Sorry, I don't have time
to investigate further right now.
>
> The issue you reported with the new IPC::Cmd + CPANPLUS is probably
> the same as this one (pipes + fickly gzip/tar).
Again that was run in an environment without gzip/tar, and also still
fails even with Cygwin's gzip/tar.
results.tar.gz
- References to:
-
"Jos I. Boumans" <jos@dwim.org>
"Steve Hay" <SteveHay@planit.com>
"Jos I. Boumans" <jos@dwim.org>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]