Greetings,

I'm running ActivePerl Build 633(Perl 5.6) on Win2k.  I've have previous
version Libwww install and would like to upgrade to 5.69.  I got no problem
download and compile it.  But I failed the "make test".  I don't see many
complains in the news group,and presuming it only happened to me:)  Any idea
/ suggestions?

I've enclose my machine setting for your information, It is set up for MS
VC++.  I don't know if it will upset the compiling of libwww:
-------------------------------------------------------8<-------------------
---
  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 -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT 
 -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX',
    optimize='-O1 -MD -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 -release  -libpath:"D:/ASPerl\lib\CORE"  -machine:x86
'
    libpth="C:\Program Files\Microsoft Platform SDK\Lib\." "C:\Program
Files\Microsoft Platform SDK\Lib" "C:\Program Files\Microsoft Visual
Studio\Vc98\Lib" "C:\Program Files\Microsoft Visual Studio\Vc98\Mfc\Lib"
"C:\Program Files\WMI\lib" "D:\ASPerl\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=' ',
ddlflags='-dll -nologo -nodefaultlib -release  -libpath:"D:/ASPerl\lib\CORE"
  -machine:x86'
-------------------------------------------------------8<-------------------
---

The snip of test results are attached:

-------------------------------------------------------8<-------------------
---
local/protosub......ok
live/activestate....EOF instead of response status line at
../blib/lib/Net/HTTP/
Methods.pm line 300.
live/activestate....dubious
        Test returned status 69 (wstat 17664, 0x4500)
DIED. FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay
live/jigsaw-auth-b..FAILED tests 1-3
        Failed 3/3 tests, 0.00% okay
live/jigsaw-auth-d..FAILED test 1
        Failed 1/1 tests, 0.00% okay
live/jigsaw-chunk...Use of uninitialized value in string eq at
live/jigsaw-chunk
.t line 14.
Can't read entity body: Unknown error   ...propagated at live/jigsaw-chunk.t
lin
e 19.
live/jigsaw-chunk...dubious
        Test returned status 9 (wstat 2304, 0x900)
DIED. FAILED tests 1-5
        Failed 5/5 tests, 0.00% okay
live/jigsaw-md5-get.Use of uninitialized value in string eq at
live/jigsaw-md5-g
et.t line 14.
live/jigsaw-md5-get.FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay
live/jigsaw-md5.....Use of uninitialized value in string eq at
live/jigsaw-md5.t
 line 14.
live/jigsaw-md5.....FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay
live/jigsaw-neg-get.FAILED test 1
        Failed 1/1 tests, 0.00% okay
live/jigsaw-neg.....FAILED test 1
        Failed 1/1 tests, 0.00% okay
live/jigsaw-te......FAILED tests 1, 3-4
        Failed 3/4 tests, 25.00% okay
live/validator......Can't call method "find_input" on an undefined value at
live
/validator.t line 32.
live/validator......dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay
Failed Test           Status Wstat Total Fail  Failed  List of Failed
----------------------------------------------------------------------------
----

live/activestate.t        69 17664     2    2 100.00%  1-2
live/jigsaw-auth-b.t                   3    3 100.00%  1-3
live/jigsaw-auth-d.t                   1    1 100.00%  1
live/jigsaw-chunk.t        9  2304     5    5 100.00%  1-5
live/jigsaw-md5-get.t                  2    2 100.00%  1-2
live/jigsaw-md5.t                      2    2 100.00%  1-2
live/jigsaw-neg-get.t                  1    1 100.00%  1
live/jigsaw-neg.t                      1    1 100.00%  1
live/jigsaw-te.t                       4    3  75.00%  1, 3-4
live/validator.t           2   512     2    2 100.00%  1-2
Failed 10/36 test scripts, 72.22% okay. 22/366 subtests failed, 93.99% okay.
NMAKE : fatal error U1077: 'D:\ASPerl\bin\perl.exe' : return code '0x2'
Stop.
-------------------------------------------------------8<-------------------
---

Reply via email to