Trying to build perl-5.10.1-RC1 with ActivePerl/MinGW-5.1.4.1.ppd supplied gcc version 3.4.5 (mingw-vista special r3), aborts the build with a segfault for generate_uudmap.exe. I've built bleadperl with the same setup; generate_uudmap also segfaulted, but that didn't stop the build from completing successfully. There is no problem building perl-5.10.1-RC1 with strawberry perl supplied gcc version 3.4.5 (mingw special).

There are very few test failures, nothing serious

op/readline.t .................................................... 7/1 +8 # Failed at op/readline.t line 92 # got 'main=ARRAY(0xa09644)es # ' # expected /(?-xism:main=ARRAY.*world)/ # Failed at op/readline.t line 101 # got 'A: world # ' # expected 'A: One # ' # Failed at op/readline.t line 102 # got 'B: One # ' # expected 'B: Two # ' op/readline.t .................................................... Fai +led 3/18 subtests
The same test fails in bleadperl :)

Some tests are skipped because they use shell redirection without escaping

../ext/IO-Compress/t/050interop-gzip.t ........................... 'C: +\Program' is not recognized as an internal or external command, opera +ble program or batch file. # 'C:\Program Files\gnuwin32\bin/gzip.exe -c tst00001.tmp >tst00000.t +mp' failed: 256 ../ext/IO-Compress/t/050interop-gzip.t ........................... ski +pped: gzip.exe doesn't work as expected
These CPANPLUS tests skip in the same way
../lib/CPANPLUS/Dist/Build/t/01_CPANPLUS-Dist-Build-Constants.t ../lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t ../lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t ../lib/CPANPLUS/t/01_CPANPLUS-Configure.t ../lib/CPANPLUS/t/02_CPANPLUS-Internals.t ../lib/CPANPLUS/t/03_CPANPLUS-Internals-Source.t ../lib/CPANPLUS/t/04_CPANPLUS-Module.t ../lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t ../lib/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t ../lib/CPANPLUS/t/07_CPANPLUS-Internals-Extract.t ../lib/CPANPLUS/t/08_CPANPLUS-Backend.t ../lib/CPANPLUS/t/09_CPANPLUS-Internals-Search.t ../lib/CPANPLUS/t/10_CPANPLUS-Error.t ../lib/CPANPLUS/t/15_CPANPLUS-Shell.t ../lib/CPANPLUS/t/19_CPANPLUS-Dist.t ../lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t ../lib/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t ../lib/CPANPLUS/t/25_CPANPLUS.t ../lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t ../lib/CPANPLUS/t/40_CPANPLUS-Internals-Report.t

My firewall complains that these tests want to listen on 0.0.0.0

../ext/IO/t/io_multihomed.t ../ext/IO/t/io_sock.t
Many others tests listen on 127.0.0.1 without problems :)

In reply to Re^2: Perl 5.10.1 RC1 released for testing by Anonymous Monk
in thread Perl 5.10.1 RC1 released for testing by FunkyMonk

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.