Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Archive::Zip install fails on Strawberry Perl

by zartperl (Initiate)
on Jan 13, 2015 at 04:36 UTC ( [id://1113029]=note: print w/replies, xml ) Need Help??


in reply to Re: Archive::Zip install fails on Strawberry Perl
in thread Archive::Zip install fails on Strawberry Perl

Installed Compress::Raw::Zlib successfully. Then tried to install Archive::Zip, and failed with the same message as before.
  • Comment on Re^2: Archive::Zip install fails on Strawberry Perl

Replies are listed 'Best First'.
Re^3: Archive::Zip install fails on Strawberry Perl
by Khen1950fx (Canon) on Jan 13, 2015 at 07:10 UTC
    What happens when you do:
    cpan> m Archive::Zip
      Output - cpan> m Archive::Zip Module id = Archive::Zip CPAN_USERID PHRED (Fred Moyer <fred@redhotpenguin.com>) CPAN_VERSION 1.43 CPAN_FILE P/PH/PHRED/Archive-Zip-1.43.tar.gz UPLOAD_DATE 2015-01-15 MANPAGE Archive::Zip - Provide an interface to ZIP archive files. INST_FILE C:\strawberry\perl\vendor\lib\Archive\Zip.pm INST_VERSION 1.38
        Archive::Zip was just uploaded two days ago. It might take a day or two before it settles down. In the meantime, you could go with v1.42:
        cpan> install PHRED/Archive-Zip-1.42.tar.gz
        or you could try a 'look':
        cpan> look Archive::Zip
        then the normal mantra:
        make make test make install
        That'll install v1.43.
Re^3: Archive::Zip install fails on Strawberry Perl
by Anonymous Monk on Jan 13, 2015 at 08:15 UTC

    Installed Compress::Raw::Zlib successfully. Then tried to install Archive::Zip, and failed with the same message as before.

    What message was that (not the summary, the actual message)?

      Error output is listed in my original post under 'Complete install output '.

        That is a summary, that is not the complete output, you even say Error Summary: and then quote Test Summary Report

        It just says some tests failed and names the test

        It doesn't say why they failed, what value was expected, what value was received

        For example see http://www.cpantesters.org/distro/A/Archive-Zip.html#Archive-Zip-1.43 -> http://www.cpantesters.org/cpan/report/52b36a74-7138-1014-b404-e9901ac87222 it has stuff like

        # Failed test at t/02_main.t line 146. # got: 'testdir/YXtdDx7dEB/string.txt' # expected: 'testdir\YXtdDx7dEB/string.txt'

        Which is a bug in the test itself, it shouldn't care about \ or /

        Anyway, the testers have reported this to the author ... so :) its either wait for author to release update, help the author with patches, or install module and pretend no tests failed :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1113029]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-25 15:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found