Hello, I'm attempting to install HTML::Parser on an HP-UX 11.0 system.
However, it fails the "make test". I'm using HP's ANSI C compiler.
Any suggestions would be greatly appreciated!
Thanks!
Steve R. Hoff
Output from "instal HTML::Parser" in CPAN:
cpan> install HTML::Parser
Going to read /.cpan/sources/authors/01mailrc.txt.gz
Going to read /.cpan/sources/modules/02packages.details.txt.gz
Scanning cache /.cpan/build for sizes
Going to read /.cpan/sources/modules/03modlist.data.gz
Running make for G/GA/GAAS/HTML-Parser-3.13.tar.gz
CPAN: MD5 loaded ok
Checksum for /.cpan/sources/authors/id/G/GA/GAAS/HTML-Parser-3.13.tar.gz ok
x HTML-Parser-3.13/t/xml-mode.t, 2125 bytes, 5 tape blocks
x HTML-Parser-3.13/t/filter.t, 945 bytes, 2 tape blocks
x HTML-Parser-3.13/t/tokeparser.t, 2701 bytes, 6 tape blocks
x HTML-Parser-3.13/t/linkextor-rel.t, 970 bytes, 2 tape blocks
x HTML-Parser-3.13/t/linkextor-base.t, 1057 bytes, 3 tape blocks
x HTML-Parser-3.13/t/crashme.t, 774 bytes, 2 tape blocks
x HTML-Parser-3.13/t/default.t, 864 bytes, 2 tape blocks
x HTML-Parser-3.13/t/headparser.t, 2899 bytes, 6 tape blocks
x HTML-Parser-3.13/t/handler-eof.t, 655 bytes, 2 tape blocks
x HTML-Parser-3.13/t/uentities.t, 1952 bytes, 4 tape blocks
x HTML-Parser-3.13/t/argspec-bad.t, 1047 bytes, 3 tape blocks
x HTML-Parser-3.13/t/headparser-http.t, 484 bytes, 1 tape blocks
x HTML-Parser-3.13/t/dtext.t, 988 bytes, 2 tape blocks
x HTML-Parser-3.13/t/magic.t, 989 bytes, 2 tape blocks
x HTML-Parser-3.13/t/options.t, 919 bytes, 2 tape blocks
x HTML-Parser-3.13/t/entities.t, 8585 bytes, 17 tape blocks
x HTML-Parser-3.13/t/largetags.t, 735 bytes, 2 tape blocks
x HTML-Parser-3.13/t/ignore.t, 600 bytes, 2 tape blocks
x HTML-Parser-3.13/t/argspec.t, 3424 bytes, 7 tape blocks
x HTML-Parser-3.13/t/comment.t, 457 bytes, 1 tape blocks
x HTML-Parser-3.13/t/declaration.t, 769 bytes, 2 tape blocks
x HTML-Parser-3.13/t/unbroken-text.t, 1115 bytes, 3 tape blocks
x HTML-Parser-3.13/t/offset.t, 825 bytes, 2 tape blocks
x HTML-Parser-3.13/t/handler.t, 1398 bytes, 3 tape blocks
x HTML-Parser-3.13/t/api_version.t, 368 bytes, 1 tape blocks
x HTML-Parser-3.13/t/parsefile.t, 1112 bytes, 3 tape blocks
x HTML-Parser-3.13/t/parser.t, 3805 bytes, 8 tape blocks
x HTML-Parser-3.13/t/process.t, 851 bytes, 2 tape blocks
x HTML-Parser-3.13/t/cases.t, 2992 bytes, 6 tape blocks
x HTML-Parser-3.13/t/marked-sect.t, 1601 bytes, 4 tape blocks
x HTML-Parser-3.13/eg/hstrip, 1957 bytes, 4 tape blocks
x HTML-Parser-3.13/eg/hrefsub, 2263 bytes, 5 tape blocks
x HTML-Parser-3.13/eg/hanchors, 1084 bytes, 3 tape blocks
x HTML-Parser-3.13/eg/htextsub, 580 bytes, 2 tape blocks
x HTML-Parser-3.13/eg/htext, 548 bytes, 2 tape blocks
x HTML-Parser-3.13/eg/htitle, 506 bytes, 1 tape blocks
x HTML-Parser-3.13/MANIFEST, 2483 bytes, 5 tape blocks
x HTML-Parser-3.13/lib/HTML/Entities.pm, 11247 bytes, 22 tape blocks
x HTML-Parser-3.13/lib/HTML/Filter.pm, 2686 bytes, 6 tape blocks
x HTML-Parser-3.13/lib/HTML/TokeParser.pm, 8813 bytes, 18 tape blocks
x HTML-Parser-3.13/lib/HTML/LinkExtor.pm, 4428 bytes, 9 tape blocks
x HTML-Parser-3.13/lib/HTML/HeadParser.pm, 6212 bytes, 13 tape blocks
x HTML-Parser-3.13/tokenpos.h, 1121 bytes, 3 tape blocks
x HTML-Parser-3.13/Changes, 18132 bytes, 36 tape blocks
x HTML-Parser-3.13/mkhctype, 1331 bytes, 3 tape blocks
x HTML-Parser-3.13/Parser.xs, 7181 bytes, 15 tape blocks
x HTML-Parser-3.13/mkpfunc, 595 bytes, 2 tape blocks
x HTML-Parser-3.13/util.c, 3276 bytes, 7 tape blocks
x HTML-Parser-3.13/hparser.c, 27376 bytes, 54 tape blocks
x HTML-Parser-3.13/README, 1906 bytes, 4 tape blocks
x HTML-Parser-3.13/hparser.h, 1708 bytes, 4 tape blocks
x HTML-Parser-3.13/Makefile.PL, 1268 bytes, 3 tape blocks
x HTML-Parser-3.13/hints/solaris.pl, 117 bytes, 1 tape blocks
x HTML-Parser-3.13/typemap, 61 bytes, 1 tape blocks
x HTML-Parser-3.13/Parser.pm, 28664 bytes, 56 tape blocks
x HTML-Parser-3.13/ANNOUNCEMENT, 2068 bytes, 5 tape blocks
x HTML-Parser-3.13/TODO, 1087 bytes, 3 tape blocks
Removing previously used /.cpan/build/HTML-Parser-3.13
CPAN.pm: Going to build G/GA/GAAS/HTML-Parser-3.13.tar.gz
Perl-5.6 provide experimental core support for Unicode strings. You
can compile HTML::Entities so that Unicode entities like € and
€ are decoded into a string containing "\x{20AC}". If you
select no to the question below such entities will be left alone and
only entities in the Latin-1 range is decoded.
Do you want decoding on unicode entities? [no]
Checking if your kit is complete...
Looks good
Writing Makefile for HTML::Parser
mkdir blib
mkdir blib/lib
mkdir blib/lib/HTML
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/HTML
mkdir blib/arch/auto/HTML/Parser
mkdir blib/lib/auto
mkdir blib/lib/auto/HTML
mkdir blib/lib/auto/HTML/Parser
mkdir blib/man3
cp lib/HTML/HeadParser.pm blib/lib/HTML/HeadParser.pm
cp lib/HTML/LinkExtor.pm blib/lib/HTML/LinkExtor.pm
cp Parser.pm blib/lib/HTML/Parser.pm
cp lib/HTML/Entities.pm blib/lib/HTML/Entities.pm
cp lib/HTML/TokeParser.pm blib/lib/HTML/TokeParser.pm
cp lib/HTML/Filter.pm blib/lib/HTML/Filter.pm
/opt/perl5/bin/perl mkhctype >hctype.h
/opt/perl5/bin/perl mkpfunc >pfunc.h
/opt/perl5/bin/perl -I/opt/perl5/lib/5.6.0/PA-RISC1.1 -I/opt/perl5/lib/5.6.0
/opt/perl5/lib/5.6.0/ExtUtils/xsubpp -typemap /opt/perl5/lib/5.6.0/ExtUtils/typemap
-typemap typemap Parser.xs > Parser.xsc && mv Parser.xsc Parser.c
cc -c -Ae -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O +Onolimit
-DVERSION=\"3.13\" -DXS_VERSION=\"3.13\" +z -I/opt/perl5/lib/5.6.0/PA-RISC1.1/CORE
-DMARKED_SECTION Parser.c
Running Mkbootstrap for HTML::Parser ()
chmod 644 Parser.bs
LD_RUN_PATH="" ld -o blib/arch/auto/HTML/Parser/Parser.sl -b -s -a shared
Parser.o
chmod 755 blib/arch/auto/HTML/Parser/Parser.sl
cp Parser.bs blib/arch/auto/HTML/Parser/Parser.bs
chmod 644 blib/arch/auto/HTML/Parser/Parser.bs
Manifying blib/man3/HTML::HeadParser.3
Manifying blib/man3/HTML::LinkExtor.3
Manifying blib/man3/HTML::Parser.3
Manifying blib/man3/HTML::Entities.3
Manifying blib/man3/HTML::TokeParser.3
Manifying blib/man3/HTML::Filter.3
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /opt/perl5/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.......ok 5/6FAILED 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/cases.............Unrecognized identifier s in argspec at blib/lib/HTML/Parser.pm
line 44.
t/cases.............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-21
Failed 21/21 tests, 0.00% okay
t/comment...........Unrecognized identifier s in argspec at blib/lib/HTML/Parser.pm
line 44.
t/comment...........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t/crashme...........Unrecognized identifier s in argspec at blib/lib/HTML/Parser.pm
line 44.
t/crashme...........dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-3
Failed 3/3 tests, 0.00% okay
t/declaration.......Unrecognized identifier t in argspec at blib/lib/HTML/Parser.pm
line 75.
t/declaration.......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t/default...........Unrecognized identifier t in argspec at blib/lib/HTML/Parser.pm
line 75.
t/default...........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-3
Failed 3/3 tests, 0.00% okay
t/dtext.............Unrecognized identifier t in argspec at blib/lib/HTML/Parser.pm
line 75.
t/dtext.............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/entities..........ok
t/filter............Unrecognized identifier s in argspec at blib/lib/HTML/Parser.pm
line 44.
t/filter............dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/handler-eof.......Unrecognized identifier a in argspec at t/handler-eof.t line 9.
t/handler-eof.......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
t/handler...........Unrecognized identifier s in argspec at t/handler.t line 39.
t/handler...........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-11
Failed 10/11 tests, 9.09% okay
t/headparser-http...skipped test on this platform
t/headparser........Unrecognized identifier s in argspec at blib/lib/HTML/Parser.pm
line 44.
t/headparser........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-3
Failed 3/3 tests, 0.00% okay
t/ignore............Unrecognized identifier t in argspec at blib/lib/HTML/Parser.pm
line 75.
t/ignore............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-4
Failed 4/4 tests, 0.00% okay
t/largetags.........Unrecognized identifier t in argspec at t/largetags.t line 17.
t/largetags.........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/linkextor-base....Unrecognized identifier s in argspec at blib/lib/HTML/Parser.pm
line 75.
t/linkextor-base....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
t/linkextor-rel.....Unrecognized identifier s in argspec at blib/lib/HTML/Parser.pm
line 75.
t/linkextor-rel.....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-4
Failed 4/4 tests, 0.00% okay
t/magic.............ok
t/marked-sect.......Unrecognized identifier t in argspec at blib/lib/HTML/Parser.pm
line 75.
t/marked-sect.......dubious
Test returned status 255 (wstat 65280, 0xff00)
t/offset............Unrecognized identifier o in argspec at t/offset.t line 38.
t/offset............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t/options...........ok
t/parsefile.........Unrecognized identifier s in argspec at blib/lib/HTML/Parser.pm
line 44.
t/parsefile.........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-6
Failed 6/6 tests, 0.00% okay
t/parser............Unrecognized identifier s in argspec at blib/lib/HTML/Parser.pm
line 44.
t/parser............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-7
Failed 7/7 tests, 0.00% okay
t/process...........Unrecognized identifier t in argspec at blib/lib/HTML/Parser.pm
line 75.
t/process...........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-6
Failed 6/6 tests, 0.00% okay
t/tokeparser........Unrecognized identifier t in argspec at
blib/lib/HTML/TokeParser.pm line 27.
t/tokeparser........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-6
Failed 6/6 tests, 0.00% okay
t/uentities.........skipped test on this platform
t/unbroken-text.....Unrecognized identifier t in argspec at blib/lib/HTML/Parser.pm
line 75.
t/unbroken-text.....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-3
Failed 3/3 tests, 0.00% okay
t/xml-mode..........Unrecognized identifier t in argspec at t/xml-mode.t line 18.
t/xml-mode..........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/api_version.t 2 512 3 1 33.33% 3
t/argspec-bad.t 6 5 83.33% 1-4, 6
t/argspec.t 255 65280 ?? ?? % ??
t/cases.t 255 65280 21 21 100.00% 1-21
t/comment.t 255 65280 1 1 100.00% 1
t/crashme.t 2 512 3 3 100.00% 1-3
t/declaration.t 255 65280 1 1 100.00% 1
t/default.t 255 65280 3 3 100.00% 1-3
t/dtext.t 255 65280 2 2 100.00% 1-2
t/filter.t 2 512 2 2 100.00% 1-2
t/handler-eof.t 255 65280 5 5 100.00% 1-5
t/handler.t 255 65280 11 10 90.91% 2-11
t/headparser.t 255 65280 3 3 100.00% 1-3
t/ignore.t 255 65280 4 4 100.00% 1-4
t/largetags.t 255 65280 2 2 100.00% 1-2
t/linkextor-bas 255 65280 5 5 100.00% 1-5
t/linkextor-rel 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 6 100.00% 1-6
t/parser.t 255 65280 7 7 100.00% 1-7
t/process.t 255 65280 6 6 100.00% 1-6
t/tokeparser.t 255 65280 6 6 100.00% 1-6
t/unbroken-text 255 65280 3 3 100.00% 1-3
t/xml-mode.t 255 65280 3 3 100.00% 1-3
2 tests skipped.
Failed 25/30 test scripts, 16.67% okay. 104/126 subtests failed, 17.46% okay.
*** Error exit code 2
Stop.
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
cpan>