Ken, you are the person advocating for me to use perlbrew ;-) so I am going to toss this your way and ask if you have any suggestions. I had perlbrew installed for months but there was some initial trouble getting it to work and so I never built any perl using it. Today I tried again and unfortunately some tests failed:

  Failed tests:  269-270, 275-276, 281-282, 287-288, 293-294
                299-300, 305-306, 311-312, 317-318, 323-324
                329-330, 335-336, 341-342, 347-348, 353-354
                359-360, 365-366, 371-372, 377-378, 383-384
                389-390, 395-396, 401-402, 407-408
  Non-zero exit status: 48
Files=2930, Tests=1351653, 907 wallclock secs (146.98 usr 139.20 sys + 1447.43 cusr 1224.94 csys = 2958.56 CPU)
Result: FAIL
Finished test run at Sat Aug  2 14:05:14 2025.
make: *** (GNUmakefile:853: test_harness) Error 1
perl-5.42.0 is successfully installed.  <-- ha ha
perl-5.42.0 is not installed  <-- ha ha

I naturally went for the newest perl release, 5.42.0.:

perlbrew install -v -j 5 --switch --thread --multi --64all perl-5.42.0

Any ideas? Try with an older release maybe?

    — Soren

Aug 02, 2025 at 18:22 UTC

In reply to Re^2: New release of Text::CSV_XS won't build on Windows, prob a gcc input error (CygwinPerl) by Intrepid
in thread New release of Text::CSV_XS won't build on Windows, prob a gcc input error (CygwinPerl) by Intrepid

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.