Hi,

(Herein lies a complaint against the CPAN test reporting process ... not against the testers themselves, who provide a wonderful service.)

The "CPAN Testers" entry at http://search.cpan.org/~SISYPHUS/Math-MPC-0.45/ tells me that there are 8 FAILS for that module. If I click on the "View" link, the details are not yet to be seen there ... but I can find those details at http://cpantesters.perl.org/author/SISYPHUS.html (near the bottom of that page).

Each of those FAILS arise because a requisite 3rd party C library (namely, the mpc library) is not installed on the tester's machine. This deficiency in the tester's environment is being detected at the 'Makefile.PL' stage - at which point the 'Makefile.PL' process prints out an explanatory message and dies, without creating a Makefile. I was hopeful that the result would therefore be an "NA" instead of a "FAIL".

In my opinion it's ludicrous to assert that a module that needs to be built against a specific 3rd party C library has "FAIL"ed simply because the machine on which it is being built does not have that requisite C library installed. (It makes about as much sense as giving libwin a "FAIL" because it won't build on linux.) What can I do to ensure that, in future, "NA" is returned as the verdict when a tester tries to build the module without having the mpc library installed ?

Cheers,
Rob

In reply to Ridiculous "FAIL" reports from CPAN Testers by syphilis

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.