hi all,
Trying to install libwww5.76 on hp-ux 11.
 HTML-Parser-3.35 is a pre requisite
I get the following errors while make

     PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib 
-I/opt/perl5/lib/5.6.0/PA-RISC1.1 -I/opt/perl5/lib/5.6.0 -e 'use Test::Harness 
qw(&runtests $verbose); $
verbose=0; runtests @ARGV;' t/*.t
t/api_version........Unrecognized identifier s in argspec at blib/lib/HTML/Parser.pm 
line 44.
t/api_version........dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED test 3
        Failed 1/3 tests, 66.67% okay
t/argspec-bad........FAILED tests 1-4, 6
        Failed 5/6 tests, 16.67% okay
t/argspec............Unrecognized identifier s in argspec at blib/lib/HTML/Parser.pm 
line 75.
t/argspec............dubious
        Test returned status 255 (wstat 65280, 0xff00)
t/argspec2...........Unrecognized identifier t in argspec at t/argspec2.t line 10.
t/argspec2...........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay
t/attr-encoded.......Unrecognized identifier s in argspec at blib/lib/HTML/Parser.pm 
line 44.
t/attr-encoded.......dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay
t/callback...........Unrecognized identifier e in argspec at blib/lib/HTML/Parser.pm 
line 75.
t/callback...........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-47
        Failed 47/47 tests, 0.00% okay
t/case-sensitive.....Unrecognized identifier s in argspec at blib/lib/HTML/Parser.pm 
line 44.
t/case-sensitive.....dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-8
        Failed 8/8 tests, 0.00% okay
t/cases..............Unrecognized identifier s in argspec at blib/lib/HTML/Parser.pm 
line 44.
t/cases..............dubious
        Test returned status 255 (wstat 65280, 0xff00)
,
,
Failed Test         Stat Wstat Total Fail  Failed  List of Failed
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
t/api_version.t        2   512     3    2  66.67%  3
t/argspec-bad.t                    6    5  83.33%  1-4 6
t/argspec.t          255 65280    ??   ??       %  ??
t/argspec2.t         255 65280     2    4 200.00%  1-2
t/attr-encoded.t     255 65280     2    4 200.00%  1-2
t/callback.t         255 65280    47   94 200.00%  1-47
t/case-sensitive.t   255 65280     8   16 200.00%  1-8
t/cases.t            255 65280    21   42 200.00%  1-21
t/comment.t          255 65280     1    2 200.00%  1
t/crashme.t            2   512     3    6 200.00%  1-3
t/declaration.t      255 65280     1    2 200.00%  1
t/default.t          255 65280     3    6 200.00%  1-3
t/dtext.t            255 65280     2    4 200.00%  1-2
t/filter-methods.t   255 65280     3    6 200.00%  1-3
t/filter.t             2   512     2    4 200.00%  1-2
t/handler-eof.t      255 65280     6   12 200.00%  1-6
t/handler.t          255 65280    11   19 172.73%  2-11
t/headparser-http.t               ??   ??       %  ??
t/headparser.t       255 65280     4    8 200.00%  1-4
t/ignore.t           255 65280     4    8 200.00%  1-4
t/largetags.t        255 65280     2    4 200.00%  1-2
t/linkextor-base.t   255 65280     5   10 200.00%  1-5
t/linkextor-rel.t    255 65280     4    8 200.00%  1-4
t/marked-sect.t      255 65280    ??   ??       %  ??
t/msie-compat.t      255 65280     2    4 200.00%  1-2
t/offset.t           255 65280     1    2 200.00%  1
t/parsefile.t        255 65280     6   12 200.00%  1-6
t/parser.t           255 65280     7   14 200.00%  1-7
t/plaintext.t        255 65280     1    2 200.00%  1
t/process.t          255 65280     6   12 200.00%  1-6
t/pullparser.t       255 65280     2    4 200.00%  1-2
t/skipped-text.t     255 65280     3    6 200.00%  1-3
t/stack-realloc.t    255 65280     1    2 200.00%  1
t/textarea.t         255 65280     1    2 200.00%  1
t/tokeparser.t         2   512    11   22 200.00%  1-11
t/unbroken-text.t    255 65280     3    6 200.00%  1-3
t/xml-mode.t         255 65280     3    6 200.00%  1-3
1 test skipped.
Failed 37/42 test scripts, 11.90% okay. 183/214 subtests failed, 14.49% okay.
*** Error exit code 2

Stop.

Any ideas why this happens?
While make test on lwp same errors from pullparser and parser.pm

Regsrds
chimni

Reply via email to