Checking if your kit is complete... Looks good Writing Makefile for HTML::Tidy cp lib/HTML/Tidy/Message.pm blib/lib/HTML/Tidy/Message.pm cp lib/HTML/Tidy.pm blib/lib/HTML/Tidy.pm /Users/cpanrun/build/5.8.8/bin/perl /Users/cpanrun/build/5.8.8/lib/5.8.8/ExtUtils/xsubpp -typemap /Users/cpanrun/build/5.8.8/lib/5.8.8/ExtUtils/typemap Tidy.xs > Tidy.xsc && mv Tidy.xsc Tidy.c gcc -c -I. -I/usr/include/tidy -I/usr/local/include/tidy -I/sw/include/tidy -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O3 -DVERSION=\"1.08\" -DXS_VERSION=\"1.08\" "-I/Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/CORE" Tidy.c Tidy.xs: In function 'XS_HTML__Tidy__tidy_messages': Tidy.xs: In function 'XS_HTML__Tidy__tidy_messages': Tidy.xs:79: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness Tidy.xs: In function 'XS_HTML__Tidy__tidy_clean': Tidy.xs:163: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness Tidy.xs:164: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness Tidy.xs:79: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness Tidy.xs: In function 'XS_HTML__Tidy__tidy_clean': Tidy.xs:163: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness Tidy.xs:164: warning: pointer targets in passing argument 2 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.3 cc -bundle -undefined dynamic_lookup -arch ppc -arch i386 -Wl,-search_paths_first -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 Tidy.o -o blib/arch/auto/HTML/Tidy/Tidy.bundle \ -L/sw/lib -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/cpanrun/build/5.8.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 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load............1..2 ok 1 - use HTML::Tidy; ok 2 - use HTML::Tidy::Message; ok t/cfg-for-parse......1..3 ok 1 - use HTML::Tidy; ok 2 - The object isa HTML::Tidy ok 3 - Matching errors ok t/clean-crash........1..3 ok 1 - use HTML::Tidy; ok 2 - The object isa HTML::Tidy ok 3 - Ended OK ok t/extra-quote........1..4 ok 1 - use HTML::Tidy; ok 2 - The object isa HTML::Tidy ok 3 ok 4 - Matching warnings ok t/ignore-text........1..3 ok 1 - use HTML::Tidy; ok 2 - The object isa HTML::Tidy # Failed test 'Matching warnings' not ok 3 - Matching warnings # at t/ignore-text.t line 32. # 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.............1..7 ok 1 - use HTML::Tidy; ok 2 - The object isa HTML::Tidy # Failed test 'Matching warnings' not ok 3 - Matching warnings # at t/ignore.t line 35. # 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 &' ok 4 - The object isa HTML::Tidy ok 5 - Matching errors ok 6 - The object isa HTML::Tidy ok 7 - Throws an error # 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.............1..3 ok 1 - use HTML::Tidy; ok 2 - The object isa HTML::Tidy # Failed test 'Matching messages' # at t/levels.t line 27. not ok 3 - Matching messages # 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............1..16 ok 1 - use HTML::Tidy; ok 2 - use HTML::Tidy::Message; ok 3 - The object isa HTML::Tidy::Message ok 4 - as_string matches ok 5 - column matches ok 6 - file matches ok 7 - line matches ok 8 - text matches ok 9 - type matches ok 10 - The object isa HTML::Tidy::Message ok 11 - as_string matches ok 12 - column matches ok 13 - file matches ok 14 - line matches ok 15 - text matches ok 16 - type matches ok t/opt-00.............1..2 ok 1 - use HTML::Tidy; # Failed test 'Cleaned stuff looks like what we expected' # at t/opt-00.t line 69. not ok 2 - Cleaned stuff looks like what we expected # Structures begin differing at: # $got->[20] = '

 

' # $expected->[20] = '

' # Looks like you failed 1 test of 2. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/perfect............1..3 ok 1 - use HTML::Tidy; ok 2 - The object isa HTML::Tidy ok 3 - Should have no messages ok t/pod-coverage.......1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod................1..3 ok 1 - blib/script/webtidy ok 2 - blib/lib/HTML/Tidy.pm ok 3 - blib/lib/HTML/Tidy/Message.pm ok t/roundtrip..........1..4 ok 1 - use HTML::Tidy; ok 2 - The object isa HTML::Tidy ok 3 - The cleaned stuff shouldn't have any errors ok 4 - Cleaned up properly ok t/segfault-form......1..3 ok 1 - The object isa HTML::Tidy ok 2 - The object isa HTML::Tidy ok 3 - Cleaned OK ok t/simple.............1..4 ok 1 - use HTML::Tidy; ok 2 - The object isa HTML::Tidy ok 3 - Right number of initial messages ok 4 - Cleared the messages ok t/too-many-titles....1..3 ok 1 - use HTML::Tidy; ok 2 - The object isa HTML::Tidy ok 3 - Matching warnings ok t/unicode............1..7 ok 1 - use HTML::Tidy; ok 2 - html is utf8 ok 3 - reference is utf8 ok 4 - cleaned output is also unicode ok 5 - Cleanup didn't break anything ok 6 - There shouldn't have been any errors ok 7 - There still shouldn't be any errors ok t/venus..............1..3 ok 1 - use HTML::Tidy; ok 2 - The object isa HTML::Tidy # Failed test 'Cooked stuff looks like what we expected' # at t/venus.t line 27. not ok 3 - Cooked stuff looks like what we expected # Structures begin differing at: # $got->[47] = '

' # $expected->[47] = '
' # 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/version............1..3 ok 1 - use HTML::Tidy; # Failed test 'Valid version string' not ok 2 - Valid version string # at t/version.t line 17. # '1st December 2004' # doesn't match '(?-xism:\d\d? (January|February|March|April|May|June|July|August|September|October|November|December) \d\d\d\d)' Argument "1st" isn't numeric in addition (+) at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/HTML-Tidy/blib/lib/HTML/Tidy.pm line 367. # Failed test 'Version is greater than 9/1/2005' # at t/version.t line 20. not ok 3 - Version is greater than 9/1/2005 # '20041201' # >= # '20050901' # Looks like you failed 2 tests of 3. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 2-3 Failed 2/3 tests, 33.33% okay t/wordwrap...........1..2 ok 1 - use HTML::Tidy; ok 2 - Cleaned stuff looks like what we expected 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 t/opt-00.t 1 256 2 1 2 t/venus.t 1 256 3 1 3 t/version.t 2 512 3 2 2-3 1 test skipped. Failed 6/20 test scripts. 7/78 subtests failed. Files=20, Tests=78, 2 wallclock secs ( 1.68 cusr + 0.50 csys = 2.18 CPU) Failed 6/20 test programs. 7/78 subtests failed. make: *** [test_dynamic] Error 25