"Swati B Shah" <[EMAIL PROTECTED]> writes:

> Trying to Install : HTML Parser 3.19
> Machine type : HP-UX 11
> Perl version installed : 5.6.0
> ANSI C  : installed
> 
> When i m doing a make test i get the following message. How do is solve this
> problem?

Switch to Linux :-)

Seriously, it seems like everything is wrong here.  Is perl itself
compiled with the same compiler?  Can you compile other XS extensions
without problems?

> make test
>         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/building..........ok
> t/clonei............Unrecognized identifier s in argspec at
> /opt/perl5/lib/site_perl/5.6.0/PA-RISC1.1/HTML/Parser.pm line 44.
> t/clonei............dubious
>         Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED test 1
>         Failed 1/1 tests, 0.00% okay
> t/oldparse..........Unrecognized identifier s in argspec at
> /opt/perl5/lib/site_perl/5.6.0/PA-RISC1.1/HTML/Parser.pm line 44.
> t/oldparse..........dubious
>         Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED test 1
>         Failed 1/1 tests, 0.00% okay
> t/parsefile.........Unrecognized identifier s in argspec at
> /opt/perl5/lib/site_perl/5.6.0/PA-RISC1.1/HTML/Parser.pm line 44.
> t/parsefile.........dubious
>         Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED test 1
>         Failed 1/1 tests, 0.00% okay
> t/split.............Unrecognized identifier s in argspec at
> /opt/perl5/lib/site_perl/5.6.0/PA-RISC1.1/HTML/Parser.pm line 44.
> t/split.............dubious
>         Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 1-147
>         Failed 147/147 tests, 0.00% okay
> Failed Test  Status Wstat Total Fail  Failed  List of failed
> -------------------------------------------------------------------------------
> t/clonei.t      255 65280     1    1 100.00%  1
> t/oldparse.t    255 65280     1    1 100.00%  1
> t/parsefile.t   255 65280     1    1 100.00%  1
> t/split.t       255 65280   147  147 100.00%  1-147
> Failed 4/5 test scripts, 20.00% okay. 150/172 subtests failed, 12.79% okay.
> *** Error exit code 2
> 
> Stop.

Reply via email to