CPAN Terminal> i HTML::Tidy Installing HTML::Tidy [MSG] Trying to get 'http://cpan.uchicago.edu/pub/CPAN/authors/id/P/PE/PETDANCE/CHECKSUMS' [MSG] Checksum matches for 'HTML-Tidy-1.06.tar.gz' [MSG] Extracted 'HTML-Tidy-1.06/' [MSG] Extracted 'HTML-Tidy-1.06/Changes' [MSG] Extracted 'HTML-Tidy-1.06/ppport.h' [MSG] Extracted 'HTML-Tidy-1.06/MANIFEST' [MSG] Extracted 'HTML-Tidy-1.06/Tidy.xs' [MSG] Extracted 'HTML-Tidy-1.06/META.yml' [MSG] Extracted 'HTML-Tidy-1.06/lib/' [MSG] Extracted 'HTML-Tidy-1.06/lib/HTML/' [MSG] Extracted 'HTML-Tidy-1.06/lib/HTML/Tidy.pm' [MSG] Extracted 'HTML-Tidy-1.06/lib/HTML/Tidy/' [MSG] Extracted 'HTML-Tidy-1.06/lib/HTML/Tidy/Message.pm' [MSG] Extracted 'HTML-Tidy-1.06/README' [MSG] Extracted 'HTML-Tidy-1.06/bin/' [MSG] Extracted 'HTML-Tidy-1.06/bin/webtidy' [MSG] Extracted 'HTML-Tidy-1.06/t/' [MSG] Extracted 'HTML-Tidy-1.06/t/venus.t' [MSG] Extracted 'HTML-Tidy-1.06/t/ignore-text.t' [MSG] Extracted 'HTML-Tidy-1.06/t/message.t' [MSG] Extracted 'HTML-Tidy-1.06/t/extra-quote.t' [MSG] Extracted 'HTML-Tidy-1.06/t/pod.t' [MSG] Extracted 'HTML-Tidy-1.06/t/pod-coverage.t' [MSG] Extracted 'HTML-Tidy-1.06/t/00-load.t' [MSG] Extracted 'HTML-Tidy-1.06/t/segfault-form.t' [MSG] Extracted 'HTML-Tidy-1.06/t/too-many-titles.t' [MSG] Extracted 'HTML-Tidy-1.06/t/venus.cfg' [MSG] Extracted 'HTML-Tidy-1.06/t/perfect.t' [MSG] Extracted 'HTML-Tidy-1.06/t/ignore.t' [MSG] Extracted 'HTML-Tidy-1.06/t/simple.t' [MSG] Extracted 'HTML-Tidy-1.06/t/levels.t' [MSG] Extracted 'HTML-Tidy-1.06/t/venus.html' [MSG] Extracted 'HTML-Tidy-1.06/Makefile.PL' [MSG] Extracted 'HTML::Tidy' to '/Users/elliot/opt/perl/perl-5.8/.cpanplus/5.8.8/build/HTML-Tidy-1.06' ==> MISSING Signature file! <== Running [/Users/elliot/opt/perl/perl-5.8/bin/perl -MCPANPLUS::Internals::Utils::Autoflush Makefile.PL ]... Writing Makefile for HTML::Tidy Running [/usr/bin/make]... cc -c -I. -I/usr/include/tidy -I/usr/local/include/tidy -I/sw/include/tidy -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O3 -DVERSION=\"1.06\" -DXS_VERSION=\"1.06\" "-I/Users/elliot/opt/perl/perl-5.8/lib/5.8.8/darwin-2level/CORE" Tidy.c Tidy.xs: In function ‘XS_HTML__Tidy__tidy_clean’: Tidy.xs:81: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness Tidy.xs:81: warning: pointer targets in passing argument 1 of ‘Perl_newSVpvn’ differ in signedness Running Mkbootstrap for HTML::Tidy () chmod 644 Tidy.bs rm -f blib/arch/auto/HTML/Tidy/Tidy.bundle LD_RUN_PATH="/usr/lib" env MACOSX_DEPLOYMENT_TARGET=10.4 cc -bundle -undefined dynamic_lookup Tidy.o -o blib/arch/auto/HTML/Tidy/Tidy.bundle \ -ltidy \ chmod 755 blib/arch/auto/HTML/Tidy/Tidy.bundle cp Tidy.bs blib/arch/auto/HTML/Tidy/Tidy.bs chmod 644 blib/arch/auto/HTML/Tidy/Tidy.bs cp bin/webtidy blib/script/webtidy /Users/elliot/opt/perl/perl-5.8/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/webtidy Manifying blib/man3/HTML::Tidy::Message.3 Manifying blib/man3/HTML::Tidy.3 Running [/usr/bin/make test]... PERL_DL_NONLAZY=1 /Users/elliot/opt/perl/perl-5.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load............ok t/extra-quote........ok t/ignore-text........ # Failed test 'Matching warnings' # in t/ignore-text.t at line 29. # Structures begin differing at: # $got->[0] = 'DATA (24:86) Warning: unescaped & which should be written as &' # $expected->[0] = 'DATA (24:78) Warning: unescaped & which should be written as &' # Looks like you failed 1 test of 3. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 3 Failed 1/3 tests, 66.67% okay t/ignore............. # Failed test 'Matching warnings' # in t/ignore.t at line 34. # Structures begin differing at: # $got->[2] = '- (24:86) Warning: unescaped & which should be written as &' # $expected->[2] = '- (24:78) Warning: unescaped & which should be written as &' # Looks like you failed 1 test of 7. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 3 Failed 1/7 tests, 85.71% okay t/levels............. # Failed test 'Matching messages' # in t/levels.t at line 24. # Structures begin differing at: # $got->[3] = '- (24:86) Warning: unescaped & which should be written as &' # $expected->[3] = '- (24:78) Warning: unescaped & which should be written as &' # Looks like you failed 1 test of 3. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 3 Failed 1/3 tests, 66.67% okay t/message............ok t/perfect............ok t/pod-coverage.......ok t/pod................ok t/segfault-form......ok t/simple.............ok t/too-many-titles....ok t/venus..............ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/ignore-text.t 1 256 3 1 3 t/ignore.t 1 256 7 1 3 t/levels.t 1 256 3 1 3 Failed 3/13 test scripts. 3/56 subtests failed. Files=13, Tests=56, 3 wallclock secs ( 1.16 cusr + 0.39 csys = 1.55 CPU) Failed 3/13 test programs. 3/56 subtests failed. make: *** [test_dynamic] Error 255 [ERROR] MAKE TEST failed: Bad file descriptor PERL_DL_NONLAZY=1 /Users/elliot/opt/perl/perl-5.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load............ok t/extra-quote........ok t/ignore-text........ # Failed test 'Matching warnings' # in t/ignore-text.t at line 29. # Structures begin differing at: # $got->[0] = 'DATA (24:86) Warning: unescaped & which should be written as &' # $expected->[0] = 'DATA (24:78) Warning: unescaped & which should be written as &' # Looks like you failed 1 test of 3. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 3 Failed 1/3 tests, 66.67% okay t/ignore............. # Failed test 'Matching warnings' # in t/ignore.t at line 34. # Structures begin differing at: # $got->[2] = '- (24:86) Warning: unescaped & which should be written as &' # $expected->[2] = '- (24:78) Warning: unescaped & which should be written as &' # Looks like you failed 1 test of 7. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 3 Failed 1/7 tests, 85.71% okay t/levels............. # Failed test 'Matching messages' # in t/levels.t at line 24. # Structures begin differing at: # $got->[3] = '- (24:86) Warning: unescaped & which should be written as &' # $expected->[3] = '- (24:78) Warning: unescaped & which should be written as &' # Looks like you failed 1 test of 3. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 3 Failed 1/3 tests, 66.67% okay t/message............ok t/perfect............ok t/pod-coverage.......ok t/pod................ok t/segfault-form......ok t/simple.............ok t/too-many-titles....ok t/venus..............ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/ignore-text.t 1 256 3 1 3 t/ignore.t 1 256 7 1 3 t/levels.t 1 256 3 1 3 Failed 3/13 test scripts. 3/56 subtests failed. Files=13, Tests=56, 3 wallclock secs ( 1.16 cusr + 0.39 csys = 1.55 CPU) Failed 3/13 test programs. 3/56 subtests failed. make: *** [test_dynamic] Error 255 [ERROR] Unable to create a new distribution object for 'HTML::Tidy' -- cannot continue Error installing 'HTML::Tidy' Problem installing one or more modules