Ok, I will not be able to look into this until friday, but I am able
to reproduce it here now. It looks like this is a problem with any
perl5.004.
Thanks,
Gisle
[EMAIL PROTECTED] writes:
> PERL_DL_NONLAZY=1 /usr/local/bin/perl -I./blib/arch -I./blib/lib
>-I/usr/local/lib/perl5/PA-RISC1.1/5.00405 -I/usr/local/lib/perl5 -e 'use
>Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
> t/api_version.......ok
> t/argspec-bad.......ok
> t/argspec...........ok
> t/cases.............ok
> t/comment...........ok
> t/crashme...........ok
> t/default...........Modification of a read-only value attempted at
>blib/lib/HTML/Parser.pm line 74.
> dubious
> Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 1-3
> Failed 3/3 tests, 0.00% okay
> t/dtext.............ok
> t/entities..........ok
> t/filter............ok
> t/handler-eof.......Modification of a read-only value attempted at t/handler-eof.t
>line 12.
> dubious
> Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 1-5
> Failed 5/5 tests, 0.00% okay
> t/handler...........ok
> t/headparser-http...ok
> t/headparser........ok
> t/ignore............Modification of a read-only value attempted at
>blib/lib/HTML/Parser.pm line 74.
> dubious
> Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 1-4
> Failed 4/4 tests, 0.00% okay
> t/largetags.........ok
> t/linkextor-base....ok
> t/linkextor-rel.....ok
> t/magic.............ok
> t/marked-sect.......Modification of a read-only value attempted at
>blib/lib/HTML/Parser.pm line 74.
> dubious
> Test returned status 255 (wstat 65280, 0xff00)
> t/offset............Modification of a read-only value attempted at t/offset.t line
>38.
> dubious
> Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED test 1
> Failed 1/1 tests, 0.00% okay
> t/options...........ok
> t/parsefile.........Modification of a read-only value attempted at
>blib/lib/HTML/Parser.pm line 74.
> dubious
> Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED test 6
> Failed 1/6 tests, 83.33% okay
> t/parser............ok
> t/process...........Modification of a read-only value attempted at
>blib/lib/HTML/Parser.pm line 74.
> dubious
> Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 1-6
> Failed 6/6 tests, 0.00% okay
> t/tokeparser........ok
> t/unbroken-text.....ok
> t/xml-mode..........Modification of a read-only value attempted at t/xml-mode.t line
>18.
> dubious
> Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 1-3
> Failed 3/3 tests, 0.00% okay
> Failed Test Status Wstat Total Fail Failed List of failed
> -------------------------------------------------------------------------------
> t/default.t 255 65280 3 3 100.00% 1-3
> t/handler-eof.t 255 65280 5 5 100.00% 1-5
> t/ignore.t 255 65280 4 4 100.00% 1-4
> t/marked-sect.t 255 65280 ?? ?? % ??
> t/offset.t 255 65280 1 1 100.00% 1
> t/parsefile.t 255 65280 6 1 16.67% 6
> t/process.t 255 65280 6 6 100.00% 1-6
> t/xml-mode.t 255 65280 3 3 100.00% 1-3
> Failed 8/28 test scripts, 71.43% okay. 23/134 subtests failed, 82.84% okay.
> make: *** [test_dynamic] Error 2
>
>
>
> --
>
> Summary of my perl5 (5.0 patchlevel 4 subversion 5) configuration:
> Platform:
> osname=hpux, osvers=10.20, archname=PA-RISC1.1
> uname='hp-ux cirsrss b.10.20 a 9000735 unknown '
> hint=recommended, useposix=true, d_sigaction=define
> bincompat3=y useperlio=undef d_sfio=undef
> Compiler:
> cc='gcc', optimize='-O', gccversion=egcs-2.91.66 19990314 (egcs-1.1.2 release)
> cppflags='-D_HPUX_SOURCE -I/usr/local/include -I/opt/local/include'
> ccflags ='-D_HPUX_SOURCE -I/usr/local/include -I/opt/local/include'
> stdchar='unsigned char', d_stdstdio=define, usevfork=false
> intsize=4, longsize=4, ptrsize=undef, doublesize=undef
> alignbytes=8, usemymalloc=y, prototype=define
> Linker and Libraries:
> ld='ld', ldflags =' -L/usr/local/lib -L/opt/local/lib'
> libpth=/usr/local/lib /opt/local/lib /usr/lib/pa1.1 /lib /usr/lib /usr/ccs/lib
> libs=-lnet -lnsl_s -lndbm -ldld -lm -lc -lndir -lcrypt -lbind
> libc=/lib/libc.sl, so=sl
> useshrplib=false, libperl=libperl.a
> Dynamic Linking:
> dlsrc=dl_hpux.xs, dlext=sl, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-B,deferred '
> cccdlflags='-fpic', lddlflags='-b -L/usr/local/lib -L/opt/local/lib'
>
>