On Wed Jan 24 06:39:53 2018, TOMHUKINS wrote:
Show quoted text
DMUEY: The problem persists. Here's what I got this week attempting to install File-Copy-Recursive via 'cpanm' on FreeBSD-11.0 using perl-5.27.10 and clang 3.8.0:
#####
{
author => "DMUEY",
dist => "File-Copy-Recursive",
distname => "File-Copy-Recursive-0.40",
distversion => "0.40",
grade => "FAIL",
prereqs => undef,
test_output => [
"Building and testing File-Copy-Recursive-0.40",
"cp lib/File/Copy/Recursive.pm blib/lib/File/Copy/Recursive.pm",
"PERL_DL_NONLAZY=1 \"/usr/home/jkeenan/prep528/testing/perl-5.27.10/bin/perl\" \"-MExtUtils::Command::MM\" \"-MTest::Harness\" \"-e\" \"undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')\" t/*.t",
"t/00.load.t ............... ok",
"",
"# Failed test 'fcopy() returns false if source is a directory'",
"# at t/01.legacy.t line 76.",
"# Looks like you failed 1 test of 109.",
"t/01.legacy.t ............. ",
"Dubious, test returned 1 (wstat 256, 0x100)",
"Failed 1/109 subtests ",
"t/02.legacy-symtogsafe.t .. ok",
"t/03.github-issue-5.t ..... ok",
"t/04.readonly-dir.t ....... ok",
"",
"Test Summary Report",
"-------------------",
"t/01.legacy.t (Wstat: 256 Tests: 109 Failed: 1)",
" Failed test: 42",
" Non-zero exit status: 1",
"Files=5, Tests=150, 1 wallclock secs ( 0.03 usr 0.02 sys + 0.48 cusr 0.40 csys = 0.93 CPU)",
"Result: FAIL",
],
via => "App::cpanminus::reporter 0.17 (1.7043)",
}
#####
File-Copy-Recursive has *many* other CPAN distributions depending on it. All of those will break in FCR is not fixed before perl-5.28.0 is released. (I have not yet tested TOMHUKINS patch, but it's probably a good starting point.)
Thank you very much.
Jim Keenan