Skip Menu |

This queue is for tickets about the Directory-Scratch CPAN distribution.

Report information
The Basics
Id: 21294
Status: resolved
Worked: 2 hours (120 min)
Priority: 0/
Queue: Directory-Scratch

People
Owner: Nobody in particular
Requestors: alexchorny [...] gmail.com
Cc:
AdminCc:

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



Subject: Win32: nmake fails
ActiveState perl v5.8.7 built for MSWin32-x86-multi-thread Binary build 813 or Vanilla Perl Directory::Scratch 0.08 t/04-links.................The symlink function is unimplemented at C:\cpan\Directory-Scratch-0.08\blib\lib/Directory/Scratch.pm line 129. # Looks like you planned 13 tests but only ran 3. # Looks like your test died just after 3. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4-13 Failed 10/13 tests, 23.08% okay t/05-readwrite.............ok t/06-append-prepend........ok t/07-delete................The symlink function is unimplemented at C:\cpan\Directory-Scratch-0.08\blib\lib/Directory/Scratch.pm line 129. # Looks like you planned 15 tests but only ran 11. # Looks like your test died just after 11. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 12-15 Failed 4/15 tests, 73.33% okay t/08-exists................Unrecognized escape \L passed through in regex; marked by <-- HERE in m/C:\DOCUME~1\Sasha\L <-- HERE OCALS~1\Temp\dCpR3duPRz.foo/ at t/08-exists.t line 21. Unrecognized escape \T passed through in regex; marked by <-- HERE in m/C:\DOCUME~1\Sasha\LOCALS~1\T <-- HERE emp\dCpR3duPRz.foo/ at t/08-exists.t line 21. # Failed test in t/08-exists.t at line 21. # Looks like you failed 1 test of 7. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 7 Failed 1/7 tests, 85.71% okay ------- Alexandr Ciornii, http://chorny.net
From: JROCKWAY [...] cpan.org
This is fixed in 0.09. Let me know if it works / doesn't work. On Sun Sep 03 09:19:23 2006, alexchorny@gmail.com wrote: Show quoted text
> ActiveState perl v5.8.7 built for MSWin32-x86-multi-thread > Binary build 813 > or Vanilla Perl > > Directory::Scratch 0.08 > > t/04-links.................The symlink function is unimplemented at > C:\cpan\Directory-Scratch-0.08\blib\lib/Directory/Scratch.pm line 129. > # Looks like you planned 13 tests but only ran 3. > # Looks like your test died just after 3. > dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 4-13 > Failed 10/13 tests, 23.08% okay > t/05-readwrite.............ok > t/06-append-prepend........ok > t/07-delete................The symlink function is unimplemented at > C:\cpan\Directory-Scratch-0.08\blib\lib/Directory/Scratch.pm line 129. > # Looks like you planned 15 tests but only ran 11. > # Looks like your test died just after 11. > dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 12-15 > Failed 4/15 tests, 73.33% okay > t/08-exists................Unrecognized escape \L passed through in > regex; marked by <-- HERE in m/C:\DOCUME~1\Sasha\L <-- HERE > OCALS~1\Temp\dCpR3duPRz.foo/ at t/08-exists.t line 21. > Unrecognized escape \T passed through in regex; marked by <-- HERE in > m/C:\DOCUME~1\Sasha\LOCALS~1\T <-- HERE emp\dCpR3duPRz.foo/ at > t/08-exists.t line 21. > > # Failed test in t/08-exists.t at line 21. > # Looks like you failed 1 test of 7. > dubious > Test returned status 1 (wstat 256, 0x100) > DIED. FAILED test 7 > Failed 1/7 tests, 85.71% okay > > > ------- > Alexandr Ciornii, http://chorny.net >
-- Jonathan Rockway <jrockway@cpan.org>
From: Alexandr Ciornii <alexchorny [...] gmail.com>
On Sep 27 03:36:22 2006, JROCKWAY wrote: Show quoted text
> This is fixed in 0.09. Let me know if it works / doesn't work.
t/unit/openfile........................Subroutine File::Slurp::O_RDWR redefined at C:/Perl/site/lib/File/Slurp.pm line 7 Subroutine File::Slurp::O_CREAT redefined at C:/Perl/site/lib/File/Slurp.pm line 7 Subroutine File::Slurp::O_EXCL redefined at C:/Perl/site/lib/File/Slurp.pm line 7 # Failed test 'bar can be read' # in t/unit/openfile.t at line 31. # got: 'Foo # bar # baz # ' # expected: 'Foo # bar # baz # ' # Looks like you failed 1 test of 8. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 8 Failed 1/8 tests, 87.50% okay
Subject: Re: [rt.cpan.org #21294] Win32: nmake fails
Date: Wed, 27 Sep 2006 13:59:35 -0500
To: bug-Directory-Scratch [...] rt.cpan.org
From: Jonathan Rockway <jon [...] jrock.us>
Interesting. It works fine for me with Strawberry Perl, but you're using ActiveState? What version of File::Slurp do you have? Any other information would be appreciated. I'll see if I can reproduce the problem with ActiveState. alexchorny@gmail.com via RT wrote: Show quoted text
> Test returned status 1 (wstat 256, 0x100) > DIED. FAILED test 8 > Failed 1/8 tests, 87.50% okay
Regards, -- package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do { $,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //, ";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;
From: Alexandr Ciornii <alexchorny [...] gmail.com>
On Sep 27 14:59:48 2006, jon@jrock.us wrote: Show quoted text
> Interesting. It works fine for me with Strawberry Perl, but you're > using ActiveState? What version of File::Slurp do you have?
9999.11. After I've upgraded to 9999.12, warnings & error disappeared.
Subject: Re: [rt.cpan.org #21294] Win32: nmake fails
Date: Wed, 27 Sep 2006 14:37:21 -0500
To: bug-Directory-Scratch [...] rt.cpan.org
From: Jonathan Rockway <jon [...] jrock.us>
Cool. I will change the PREREQ_PM to the correct version. Thanks for your report. alexchorny@gmail.com via RT wrote: Show quoted text
> Queue: Directory-Scratch > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=21294 > > > On Sep 27 14:59:48 2006, jon@jrock.us wrote:
>> Interesting. It works fine for me with Strawberry Perl, but you're >> using ActiveState? What version of File::Slurp do you have?
> 9999.11. After I've upgraded to 9999.12, warnings & error disappeared. >
-- package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do { $,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //, ";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;
RT-Send-CC: jon [...] jrock.us
On Wed Sep 27 15:37:34 2006, jon@jrock.us wrote: Show quoted text
> Cool. I will change the PREREQ_PM to the correct version. Thanks for > your report.
Hi Jon, did you perhaps forget to make a CPAN release from this? Ping me if you want me to do that for you. (You'd have to gave me co-maintenance via PAUSE.) Cheers, Steffen
On Sat Dec 09 09:21:08 2006, SMUELLER wrote: Show quoted text
> did you perhaps forget to make a CPAN release from this? Ping me if
you Show quoted text
> want me to do that for you. (You'd have to gave me co-maintenance via > PAUSE.)
Yup, I forgot :) The new version (0.10) has entered CPAN as   file: $CPAN/authors/id/J/JR/JROCKWAY/Directory-Scratch-0.10.tar.gz   size: 36818 bytes    md5: c9554063626b8a6ffb5e0ccc37d233f2 I also added some more tests and fixed a bug as a result :) BTW, if there's something you want to work on, I can give you write access to my svn repository and a PAUSE bit. Regards, -- Jonathan Rockway <jrockway@cpan.org>