Subject: | "make test" fails on strawberry perl / win32 |
Date: | Wed, 07 May 2008 21:52:33 -0400 |
To: | bug-File-Path [...] rt.cpan.org |
From: | Justin <hohokus [...] gmail.com> |
C:\Program Files\bin\strawberry\cpan\build\File-Path-2.05-Gmx9i3>perl
Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for File::Path
C:\Program Files\bin\strawberry\cpan\build\File-Path-2.05-Gmx9i3>dmake
cp Path.pm blib\lib\File\Path.pm
C:\Program Files\bin\strawberry\cpan\build\File-Path-2.05-Gmx9i3>dmake test
C:\progra~1\bin\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM"
"-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/Path.......1/106 cannot chdir to C:/Program
Files/bin/strawberry/cpan/build/File-Path-2.05-Gmx9i3/remove/this/dir
from C:\Program
Files\bin\strawberry\cpan\build\File-Path-2.05-Gmx9i3\remove: No such
file or directory, aborting. at t/Path.t line 418
# Looks like you planned 106 tests but only ran 87.
# Looks like your test died just after 87.
t/Path....... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 19/106 subtests
(less 19 skipped subtests: 68 okay)
t/pod........skipped: PERL_AUTHOR_TESTING environment variable not set
(or zero)
t/taint......ok
Test Summary Report
-------------------
t/Path.t (Wstat: 65280 Tests: 87 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 106 tests but ran 87.
Files=3, Tests=93, 1 wallclock secs ( 0.02 usr + 0.02 sys = 0.03 CPU)
Result: FAIL
Failed 1/3 test programs. 0/93 subtests failed.
dmake: Error code 255, while making 'test_dynamic'
---
C:\Program Files\bin\strawberry\perl\bin>perl -V
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
uname=''
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags =' -s -O2 -DWIN32 -DHAVE_DES_FCRYPT
-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing
-DPERL_MSVCRT_READFIX',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='3.4.5', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long
long', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags ='-s -L"c:\progra~1\bin\strawberry\perl\lib\CORE"
-L"c:\progra~1\bin\strawberry\c\lib"'
libpth=c:\progra~1\bin\strawberry\c\lib
libs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool
-lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid
-lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32
perllibs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32
-lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32
-luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32
libc=-lmsvcrt, so=dll, useshrplib=true, libperl=libperl510.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s
-L"c:\progra~1\bin\strawberry\perl\lib\CORE"
-L"c:\progra~1\bin\strawberry\c\lib"'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_ITHREADS
USE_LARGE_FILES USE_PERLIO
Built under MSWin32
Compiled at Dec 21 2007 14:11:41
@INC:
C:/Program Files/bin/strawberry/perl/lib
C:/Program Files/bin/strawberry/perl/site/lib
.