*nope You're in the wrong directory. For the latest release I see:

Volume serial number is F217-BC95 D:. *--Archive-Zip-1.48 | *--examples | | *--PaxHeader | *--lib | | *--Archive | | | *--PaxHeader | | | *--Zip | | | *--PaxHeader | | *--PaxHeader | *--PaxHeader | *--script | | *--PaxHeader | *--t | *--badjpeg | | *--PaxHeader | *--data | | *--PaxHeader | *--PaxHeader *--PaxHeader

I'm sure you know this, but for future readers don't enter the PaxHeader directories. Just run perl Makefile.PL from within the extracted Archive-Zip-1.48, or install via cpan/cpanm.

I think the root cause of this is that certain distros (e.g. opensuse) ship tar defaulting to this format, rather than the gnu format (--format=gnu). See also rt://105547.

Update: hang on, ignore the text I struk out. Let me dig deeper.

Update 2:Delete all the PaxHeader directories, perl Makefile.PL, dmake, dmake test, finally dmake install and all is well. RT ticket updated.

Update 3:For reference, the manual install fails, a cpan install works on Windows. I uninstalled my manual build then cpan Archive::Zip, worked without error.


In reply to Re: Build problems with Archive::Zip? by marto
in thread Build problems with Archive::Zip? by BrowserUk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.