Skip Menu |

This queue is for tickets about the FindBin-libs CPAN distribution.

Report information
The Basics
Id: 76567
Status: resolved
Priority: 0/
Queue: FindBin-libs

People
Owner: LEMBARK [...] cpan.org
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.64
Fixed in: 1.9



Subject: tests fail on Windows
perl 5.14.0 # Failed test '@binz exported' # at t\02-export-base.t line 38. # Looks like you failed 1 test of 5. t\02-export-base.t ............ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/5 subtests # Failed test '@binz exported' # at t\03-export-base.t line 40. # Looks like you failed 1 test of 5. t\03-export-base.t ............ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/5 subtests Found */bin: D:\01\FindBin-libs-1.64\bin t\04-export-nouse-base.t ...... ok # Failed test 'Found foo subdir' # at t\05-export-subdir.t line 17. # Looks like you failed 1 test of 1. t\05-export-subdir.t .......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests # Failed test 'D:\01\FindBin-libs-1.64\lib\FindBin' # at t\06-base-subdir-subonly.t line 11. # Looks like you failed 1 test of 1. t\06-base-subdir-subonly.t .... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t\06-export-subdir-subonly.t .. ok # Failed test 'Found only foo subdir' # at t\08-base-subdir-subonly.t line 14. # Failed test 'Added lib dir' # at t\08-base-subdir-subonly.t line 18. # Looks like you failed 2 tests of 2. t\08-base-subdir-subonly.t .... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/2 subtests -- Alexandr Ciornii, http://chorny.net
I'm not sure, probably, This problem depend on Cwd. When I execute below's script, FindBin::libs seems to break the references of Cwd::fast_abs_path. use strict; use warnings; use FindBin::libs; use Cwd; warn Cwd::realpath("."); Undefined subroutine &Cwd::fast_abs_path called at C:\Users\mattn\AppData\Local\Temp\VIC14A0.tmp line 5. If comment-out FindBin/libs.pm:70 like below, this script doesn't occur the error. #undef &{ $ref }; Best Regards, Thanks. - Yasuhiro Matsumoto
CC: lembark [...] wrkhors.com
Subject: Re: [rt.cpan.org #76567] tests fail on Windows
Date: Thu, 20 Mar 2014 10:29:12 -0500
To: "Yasuhiro Matsumoto via RT" <bug-FindBin-libs [...] rt.cpan.org>
From: Steven Lembark <lembark [...] wrkhors.com>
I'll check it out. Q: What versions of Perl and Cwd are you using? -- Steven Lembark 3646 Flora Pl Workhorse Computing St Louis, MO 63110 lembark@wrkhors.com +1 888 359 3508
On 2014-3月-20 木 11:28:30, lembark@wrkhors.com wrote: Show quoted text
> > I'll check it out. > > Q: What versions of Perl and Cwd are you using? >
Perl: strawberry perl 5.16.3 Cwd: 3.40
Should be fixed at this point. Found the error, had to clean up some other issues (including replacing Build.PL).
On Thu Jul 24 13:46:39 2014, LEMBARK wrote: Show quoted text
> Should be fixed at this point. > Found the error, had to clean up some other issues (including > replacing Build.PL).
On Thu Jul 24 13:46:39 2014, LEMBARK wrote: Show quoted text
> Should be fixed at this point. > Found the error, had to clean up some other issues (including > replacing Build.PL).
Hate to say this but its still not fixed. Just encountered it again with 2.12 and Strawberry Perl 5.18.2.2
CC: lembark [...] wrkhors.com, slagelwa [...] yahoo.com
Subject: Re: [rt.cpan.org #76567] tests fail on Windows
Date: Wed, 18 Mar 2015 20:22:21 -0500
To: bug-FindBin-libs [...] rt.cpan.org
From: Steven Lembark <lembark [...] wrkhors.com>
On Wed, 18 Mar 2015 16:10:28 -0400 "Joe Slagel via RT" <bug-FindBin-libs@rt.cpan.org> wrote: Show quoted text
> Hate to say this but its still not fixed. Just encountered it again > with 2.12 and Strawberry Perl 5.18.2.2
Luvly, CPAN Reporters keeps passing it. Q: Any chance you can try SP 5.20.2.1 or 5.18.4.1 (i.e., what is available on their website now)? Q: What version of windows (I have access to 7 here w/ QEMU)? -- Steven Lembark 3646 Flora Pl Workhorse Computing St Louis, MO 63110 lembark@wrkhors.com +1 888 359 3508
CC: lembark [...] wrkhors.com
Subject: Re: [rt.cpan.org #76567] tests fail on Windows
Date: Tue, 28 Jul 2015 20:03:09 -0500
To: bug-FindBin-libs [...] rt.cpan.org
From: Steven Lembark <lembark [...] wrkhors.com>
Sanity check: FindBin::libs is working? -- Steven Lembark 3646 Flora Pl Workhorse Computing St Louis, MO 63110 lembark@wrkhors.com +1 888 359 3508