At this point, most of what you've written goes over my head (//////........there it goes :). I'm working on Win32 with a native port of GNU tar. Files in perl module tar.gzs often come out with their (win23) readonly attribute set. I've no idea if this is a misbegotten attempt to map *nix permissions to Win32 attributes by the tar port I'm using, or some other combination of factors. I know it bugs the heck out of me, but I don't even know where to point the finger.

I also tried extracting the relevant files using WinZip per some of the other posts, but it seems to get really confused by the idea of an archive containing two files with the same name and no path to differentiate them. Admittedly it's a really ancient version, but I rarely use it and the newer versions are about 5 times the size and seem to want to install hooks all over the damn place.

It is a weird way to build an archive, flat with duplicates. I'm a bit surprised that tar allows it, but ... I got the files I needed, so the rest is just something to ponder late at night :)


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
"Too many [] have been sedated by an oppressive environment of political correctness and risk aversion."

In reply to Re^4: [OT] Tar file with non-identical duplicate files and no paths?(A solution) by BrowserUk
in thread [OT] Tar file with non-identical duplicate files and no paths? 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.