This looks pretty abysmal and doesn't match up with the CPAN Testers results for NetAddr::IP 4.007. Please make sure you have all prerequisites installed:

perl Makefile.PL

will list all modules which NetAddr::IP needs that are missing in your Perl distribution. You need to install these as well. The cpan tool will do that autmatically for you.

If you are sure that you have all the right prerequisites installed already, you can run the tests in isolation or in verbose mode to see why they are failing:

perl -Ilib -w t/wildcard.t

will run a test stand-alone and

make test TEST_VERBOSE=1

will show you all tests and how they fail. Post the output of at least one of the two, preferrably only of one test program, because likely there is some fundamental failure with one of the underlying Perl modules.


In reply to Re^3: NetAddr-IP-4.007 compilation in Fedora fails miserably by Corion
in thread NetAddr-IP-4.007 compilation in Fedora fails miserably by h3x

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.