Subject: | make test reports dying |
"perl Makefile.PL; nmake test" dies on one test under Perl 5.8.0 (native
build with MS Visual C++ 6.0 compiler).
Subject: | perl-V.txt |
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 -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:"\Programme\perl580\lib\CORE" -machine:x86'
libpth=\Programme\MSVC\VC98\lib
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=perl58.lib
gnulibc_version='undef'
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -release -libpath:"\Programme\perl580\lib\CORE" -machine:x86'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_ITHREADS PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
Built under MSWin32
Compiled at Sep 2 2002 09:45:43
@INC:
C:/Programme/perl580/lib
C:/Programme/perl580/site/lib
.
Subject: | test.out.txt |
cp Storable.pm blib\lib\Storable.pm
AutoSplitting blib\lib\Storable.pm (blib\lib\auto\Storable)
C:\Programme\perl580\bin\perl.exe \Programme\perl580\lib\ExtUtils/xsubpp -typemap \Programme\perl580\lib\ExtUtils\typemap Storable.xs > Storable.xsc && C:\Programme\perl580\bin\perl.exe -MExtUtils::Command -e mv Storable.xsc Storable.c
cl -c -nologo -Gf -W3 -MD -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -DNDEBUG -O1 -DVERSION=\"2.20\" -DXS_VERSION=\"2.20\" "-I\Programme\perl580\lib\CORE" Storable.c
Storable.c
"Running Mkbootstrap for Storable ()"
C:\Programme\perl580\bin\perl.exe -MExtUtils::Command -e chmod 644 Storable.bs
C:\Programme\perl580\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Storable\", 'DLBASE' => 'Storable', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);"
link -out:blib\arch\auto\Storable\Storable.dll -dll -nologo -nodefaultlib -release -libpath:"\Programme\perl580\lib\CORE" -machine:x86 Storable.obj \Programme\perl580\lib\CORE\perl58.lib 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 -def:Storable.def
Bibliothek blib\arch\auto\Storable\Storable.lib und Objekt blib\arch\auto\Storable\Storable.exp wird erstellt
C:\Programme\perl580\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\Storable\Storable.dll
C:\Programme\perl580\bin\perl.exe -MExtUtils::Command -e cp Storable.bs blib\arch\auto\Storable\Storable.bs
C:\Programme\perl580\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\Storable\Storable.bs
C:\Programme\perl580\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t\attach_errors.t t\attach_singleton.t t\blessed.t t\canonical.t t\circular_hook.t t\code.t t\compat01.t t\compat06.t t\croak.t t\dclone.t t\downgrade.t t\file_magic.t t\forgive.t t\freeze.t t\integer.t t\interwork56.t t\just_plain_nasty.t t\lock.t t\malice.t t\overload.t t\recurse.t t\restrict.t t\retrieve.t t\sig_die.t t\store.t t\threads.t t\tied.t t\tied_hook.t t\tied_items.t t\utf8.t t\utf8hash.t t\weak.t
t\attach_errors.......ok
t\attach_singleton....ok
t\blessed.............ok
t\canonical...........ok
t\circular_hook.......ok
t\code................ok
t\compat01............ok
t\compat06............ok
t\croak...............ok
t\dclone..............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 11-12
Failed 2/12 tests, 83.33% okay
t\downgrade...........ok
t\file_magic..........ok
t\forgive.............ok
t\freeze..............ok
t\integer.............ok
t\interwork56.........skipped
all skipped: Your IVs are no larger than your longs
t\just_plain_nasty....ok
t\lock................ok
t\malice..............ok
t\overload............ok
t\recurse.............ok
t\restrict............ok
t\retrieve............ok
t\sig_die.............ok
t\store...............ok
t\threads.............ok
t\tied................ok
t\tied_hook...........ok
t\tied_items..........ok
t\utf8................ok
t\utf8hash............ok
t\weak................ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t\dclone.t 255 65280 12 2 16.67% 11-12
1 test skipped.
Subject: | test.err.txt |
Microsoft (R) Program Maintenance-Dienstprogramm: Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. Alle Rechte vorbehalten.
Not a reference at t\dclone.t line 100.
Failed 1/32 test scripts, 96.88% okay. 2/2317 subtests failed, 99.91% okay.
NMAKE : fatal error U1077: 'C:\Programme\perl580\bin\perl.exe' : Rueckgabe-Code '0xff'
Stop.