Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WWW-Mechanize-Cached CPAN distribution.

Report information
The Basics
Id: 5576
Status: resolved
Priority: 0/
Queue: WWW-Mechanize-Cached

People
Owner: Nobody in particular
Requestors: barbie [...] missbarbell.co.uk
Cc:
AdminCc:

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



From: Barbie <barbie [...] missbarbell.co.uk>
To: cpan-testers [...] perl.org
CC: PETDANCE [...] cpan.org
Subject: FAIL WWW-Mechanize-Cached-1.26 MSWin32-x86-multi-thread 4.0
Date: 6 Mar 2004 17:00:39 +0000
This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/ Please cc any replies to cpan-testers@perl.org to keep other test volunteers informed and to prevent any duplicate effort. -- This is an error report generated automatically by CPANPLUS, version 0.048. Below is the error stack during 'make test': C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t\00.load.t t\basic.t t\cached.t t\pod-coverage.t t\pod.t t\00.load.........ok t\basic...........ok t\cached..........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 3 Failed 1/3 tests, 66.67% okay t\pod-coverage....ok t\pod.............ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\cached.t 255 65280 3 2 66.67% 3 Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. # Testing WWW::Mechanize::Cached 1.26 mkdir C:\DOCUME~1\barbie\LOCALS~1\Temp\FileCache\WWW::Mechanize::.: Invalid argument at C:\Perl\site\lib/Cache/FileBackend.pm line 221 # Looks like you planned 3 tests but only ran 2. # Looks like your test died just after 2. Failed 1/5 test scripts, 80.00% okay. 1/8 subtests failed, 87.50% okay. NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0xff' Stop. -- Summary of my perl5 (revision 5 version 6 subversion 1) configuration: Platform: osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread uname='' config_args='undef' hint=recommended, useposix=true, d_sigaction=undef usethreads=undef use5005threads=undef useithreads=define usemultiplicity=define useperlio=undef d_sfio=undef uselargefiles=undef usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef Compiler: cc='cl', ccflags ='-nologo -O1 -MD -Zi -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX', optimize='-O1 -MD -Zi -DNDEBUG', cppflags='-DWIN32' ccversion='', gccversion='', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4 alignbytes=8, usemymalloc=n, prototype=define Linker and Libraries: ld='link', ldflags ='-nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\Perl\lib\CORE" -machine:x86' libpth="C:\Perl\lib\CORE" libs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib perllibs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib libc=msvcrt.lib, so=dll, useshrplib=yes, libperl=perl56.lib Dynamic Linking: dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\Perl\lib\CORE" -machine:x86'
Can you please run the failing t/cached.t test directly, and report the results? perl -Mblib t/cached.t Thanks, Andy
Wait, never mind, it's fixed in the next version. The test was going off of Spoon's now non-existent site.
Show quoted text
> Wait, never mind, it's fixed in the next version. The test was going > off of Spoon's now non-existent site.
Argh, my mistake again. You ARE running 1.26, which is the one that tries to hit the gov't web server. Please run the test directly so I can see what's failing. Thanks, xoa
From: Barbie
The specific test results: C:\.cpanplus\5.6.1\build\WWW-Mechanize-Cached-1.26>perl -Mblib t/cached.t Using C:/.cpanplus/5.6.1/build/WWW-Mechanize-Cached-1.26/blib 1..3 ok 1 - use WWW::Mechanize::Cached; ok 2 - The object isa WWW::Mechanize::Cached mkdir C:\DOCUME~1\barbie\LOCALS~1\Temp\FileCache\WWW::Mechanize::.: Invalid arg ument at C:\Perl\site\lib/Cache/FileBackend.pm line 221 # Looks like you planned 3 tests but only ran 2. # Looks like your test died just after 2. It fails as on Win32 the ':' is not valid in a file name. - Barbie.
Date: Wed, 10 Mar 2004 09:31:23 -0600
From: Andy Lester <andy [...] petdance.com>
To: Guest via RT <bug-WWW-Mechanize-Cached [...] rt.cpan.org>
CC: "AdminCc of cpan Ticket #5576": ;
Subject: Re: [cpan #5576] FAIL WWW-Mechanize-Cached-1.26 MSWin32-x86-multi-thread 4.0
RT-Send-Cc:
Show quoted text
> It fails as on Win32 the ':' is not valid in a file name.
Beautiful. An easy fix. Thanks. xoa -- Andy Lester => andy@petdance.com => www.petdance.com => AIM:petdance
Fixed in 1.27_01. Writes to a directory "www-mechanize-cached".