Subject: | nmake test fails on Win32 perl version 5.8.0 |
Here is the result of the nmake test for this module!
F:\perl_modules\ExtUtils-ParseXS-2.02>nmake test
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
F:\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch'
)" t\basic.t
t\basic....NOK 6# Failed test 6 in t\basic.t at line 42
# t\basic.t line 42 is: ok do_link( $module );
t\basic....NOK 7# Test 7 got: 'Can't locate loadable object for module XSTest in @INC (@INC contains
: F:\perl_modules\ExtUtils-ParseXS-2.02\blib\lib F:\perl_modules\ExtUtils-ParseXS-2.02\blib\arch c:\
temp F:/perl/lib F:/perl/site/lib . F:/perl/lib F:/perl/site/lib .) at t\basic.t line 44
Compilation failed in require at t\basic.t line 44, <File0000> line 28.
' (t\basic.t at line 45)
# Expected: ''
# t\basic.t line 45 is: ok $@, '';
Can't locate auto/XSTest/is_even.al in @INC (@INC contains: F:\perl_modules\ExtUtils-ParseXS-2.02\bl
ib\lib F:\perl_modules\ExtUtils-ParseXS-2.02\blib\arch c:\temp F:/perl/lib F:/perl/site/lib . F:/per
l/lib F:/perl/site/lib .) at t\basic.t line 46
t\basic....dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 6-9
Failed 4/9 tests, 55.56% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t\basic.t 2 512 9 4 44.44% 6-9
Failed 1/1 test scripts, 0.00% okay. 4/9 subtests failed, 55.56% okay.
NMAKE : fatal error U1077: 'F:\perl\bin\perl.exe' : return code '0x2'
Stop.
Here is the perl version it fails for:
F:\perl_modules\ExtUtils-ParseXS-2.02>perl -V
Summary of my perl5 (revision 5 version 8 subversion 0) 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=define d_sfio=undef uselargefiles=undef usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cl', ccflags ='-nologo -Gf -W3 -MD -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FC
RYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX',
optimize='-MD -DNDEBUG -O1',
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, prototype=define
Linker and Libraries:
ld='link', ldflags ='-nologo -nodefaultlib -release -libpath:"C:\Perl\lib\CORE" -machine:x86'
libpth=\lib
libs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib sh
ell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib version.lib o
dbc32.lib odbccp32.lib msvcrt.lib
perllibs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.li
b shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib version.l
ib odbc32.lib odbccp32.lib msvcrt.lib
libc=msvcrt.lib, so=dll, useshrplib=yes, libperl=perl58.lib
gnulibc_version='undef'
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -release -libpath:"C:\Perl\lib\CORE" -ma
chine:x86'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_ITHREADS PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
Built under MSWin32
Compiled at Jul 21 2002 17:51:14
%ENV:
PERL5LIB="c:\temp"
PERLDB_OPTS="RemotePort=127.0.0.1:2000"
@INC:
c:\temp
F:/perl/lib
F:/perl/site/lib
.
F:\perl_modules\ExtUtils-ParseXS-2.02>
This is strange, this same module installes under perl version 5.6.1
I hope this helps
Ron Hill