Everything runs great until make test, if fails with only one issue:


Failed 1 test out of 1108, 99.91% okay.

op/filetest.t

make2: *** _test_tty Error 1

make2: Leaving directory `/home/lhradow1/perl-5.8.9'

make1: *** _test Error 2

make1: Leaving directory `/home/lhradow1/perl-5.8.9'

make: *** test Error 2



Additional info from perl harness

Failed Test Stat Wstat Total Fail List of Failed

----------------------------------------------------

op/filetest.t 13 3328 10 10 6-10

83 tests and 8868 subtests skipped.

Failed 1/1194 test scripts. 5/133112 subtests failed.

Files=1194, Tests=133112, 1079 wallclock secs (668.39 cusr + 43.99 csys = 712.38 CPU)

Can I simply ignore this and continue with make install?


In reply to Perl Install - make test failed op/filetest by LHradowy

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.