Skip Menu |

This queue is for tickets about the Path-Class-Iterator CPAN distribution.

Report information
The Basics
Id: 117700
Status: open
Priority: 0/
Queue: Path-Class-Iterator

People
Owner: karman [...] cpan.org
Requestors: alperyilmaz [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: installation problem
Date: Fri, 9 Sep 2016 17:25:15 +0300
To: bug-Path-Class-Iterator [...] rt.cpan.org
From: Alper Yilmaz <alperyilmaz [...] gmail.com>
Some necessary information: Distribution name and version: Path-Class-Iterator-0.07 Perl version: perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-linux-gnu-thread-multi Operating System vendor and version: Linux 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux The problem: make test fails. The output of make test is below: # make test PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01walk.t ............... ok t/02no_read_dir.t ........ ok t/03error_handler.t ...... 1/3 # Failed test 'skipped bad links' # at t/03error_handler.t line 71. # got: 0 # expected: 2 # Looks like you failed 1 test of 3. t/03error_handler.t ...... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests t/04interesting.t ........ ok t/05depth.t .............. 1/12 # Failed test 'skipped bad links' # at t/05depth.t line 61. # got: 0 # expected: 2 # Looks like you failed 1 test of 12. t/05depth.t .............. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/12 subtests t/Path-Class-Iterator.t .. ok Test Summary Report ------------------- t/03error_handler.t (Wstat: 256 Tests: 3 Failed: 1) Failed test: 3 Non-zero exit status: 1 t/05depth.t (Wstat: 256 Tests: 12 Failed: 1) Failed test: 12 Non-zero exit status: 1 Files=6, Tests=21, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.34 cusr 0.03 csys = 0.39 CPU) Result: FAIL Failed 2/6 test programs. 2/21 subtests failed. Makefile:816: recipe for target 'test_dynamic' failed make: *** [test_dynamic] Error 255 ıf you can direct me regarding what to do, I'd appreciate it. Thanks for your help. alper
Thanks for the bug report. I see some similar reports on cpantesters. Have you tried any of the dev releases? e.g. https://metacpan.org/release/KARMAN/Path-Class-Iterator-0.07_03 I can't seem to see of the test failures on that version, though it works for me locally on OS X. I suspect the failure has to do with how/if symlinks are supported on the target OS platform.