The first hang is a timing issue - parldyn.exe is being looked for before it has actually been installed in its destination directory. By the time you get to re-run 'dmake test' it's where it needs to be and everything should be sweet.

The output that you posted looks fine execept that some of the tests are failing. File::Temp can't be found because @INC consists only of the current working directory - not sure if that indicates a PAR-Packer problem or a problem with the perl installation. (It's a pity that you re-installed Perl, as it was definitely fine before.) And PAR/Filter/PodStrip.pm can't be found because it's not yet in any of the directories listed in @INC. Again, @INC looks odd - it should contain blib.

In order to determine whether your perl installation is ok, could you build Math::FFT and see if that works ok ? If it does, then I'll have to start scratching my head as to what's suddenly started fucking up @INC in the PAR-Packer test suite. (You could try running 'dmake install' followed by 'dmake test'. That should make PAR/Filter/PodStrip.pm visible to the test suite ... but not File::Temp.) If Math::FFT does fail to build, then there's something wrong with your perl installation, and perl should be re-installed. (But show me the errors before you re-install perl.)

Cheers,
Rob

In reply to Re^20: trying to build PAR-Packer-1.002 by syphilis
in thread trying to build PAR-Packer-1.002 by rich_d_thomas

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.