I am very new to perl. I am trying to install perl in ARM sytem which runs on NetBSD5.1 OS.

I have run "make" after "configure". On running "make test", I got the below error.
dist/ExtUtils-ParseXS/t/001-basic ............................. pid 15 +174 (perl), uid 0: exited on signal 4 (core not dumped, err = 2) FAILED--expected 17 tests, saw 7 <br> dist/ExtUtils-ParseXS/t/002-more .............................. pid 69 +10 (perl), uid 0: exited on signal 4 (core not dumped, err = 2) FAILED--expected 29 tests, saw 6 <br> dist/ExtUtils-ParseXS/t/003-usage ............................. pid 14 +096 (perl), uid 0: exited on signal 4 (core not dumped, err = 2) FAILED--expected 24 tests, saw 6 <br> dist/ExtUtils-ParseXS/t/101-standard_typemap_locations ........ ok dist/ExtUtils-ParseXS/t/102-trim_whitespace ................... ok dist/ExtUtils-ParseXS/t/103-tidy_type ......................... ok dist/ExtUtils-ParseXS/t/104-map_type .......................... ok dist/ExtUtils-ParseXS/t/105-valid_proto_string ................ ok dist/ExtUtils-ParseXS/t/106-process_typemaps .................. ok dist/ExtUtils-ParseXS/t/108-map_type .......................... ok dist/ExtUtils-ParseXS/t/109-standard_XS_defs .................. ok dist/ExtUtils-ParseXS/t/110-assign_func_args .................. ok dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements ... ok dist/ExtUtils-ParseXS/t/112-set_cond .......................... ok dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements ..... ok dist/ExtUtils-ParseXS/t/114-blurt_death_Warn .................. ok dist/ExtUtils-ParseXS/t/115-avoid-noise ....................... ok dist/ExtUtils-ParseXS/t/501-t-compile ......................... ok dist/ExtUtils-ParseXS/t/510-t-bare ............................ ok dist/ExtUtils-ParseXS/t/511-t-whitespace ...................... ok dist/ExtUtils-ParseXS/t/512-t-file ............................ ok dist/ExtUtils-ParseXS/t/513-t-merge ........................... ok dist/ExtUtils-ParseXS/t/514-t-embed ........................... ok dist/ExtUtils-ParseXS/t/515-t-cmd ............................. ok dist/ExtUtils-ParseXS/t/516-t-clone ........................... ok dist/ExtUtils-ParseXS/t/517-t-targetable ...................... ok dist/ExtUtils-ParseXS/t/600-t-compat .......................... ok
Could someone please help on this? How can I proceed with this? Please help

In reply to Perl-5.22.1 in ARM system by Anonymous Monk

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.