Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the HTML-Tidy CPAN distribution.

Report information
The Basics
Id: 43086
Status: resolved
Priority: 0/
Queue: HTML-Tidy

People
Owner: Nobody in particular
Requestors: karres [...] itg.uiuc.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: perlmake of HTML::Tidy and lintidy
Date: Fri, 6 Feb 2009 12:26:15 -0600
To: bug-html-tidy [...] rt.cpan.org
From: Dean Karres <karres [...] itg.uiuc.edu>
Hi, I downloaded the CVS version of HTML::Tidy this morning [2009-02-06] onto a RHEL 5.3 system running perl 5.8.*. I also downloaded, made and installed libtidy. While trying to do the initial "perl Makefile.PL" I was told that it could not find libtidy. It suggested that I should let you know. I looked in Makefile.PL and noticed the line my @vars = ExtUtils::Liblist->ext( '-L/sw/lib -ltidy', 0, 1 ); I hand-changed the "-L..." to suite my local install of libtidy and then re-did the make. That worked. However, doing "make test" is a fair disaster. There were missing perl modules that I have since installed. The latest try yields: $ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load............ok t/cfg-for-parse......ok t/clean-crash........ok t/extra-quote........ok t/ignore-text........ok t/ignore.............ok t/levels.............ok t/message............ok t/opt-00.............ok t/perfect............ Failed 1/3 subtests t/pod-coverage.......ok t/pod................ok t/roundtrip..........ok t/segfault-form......ok t/simple.............1/4 Unknown error type: line 2 column 5 - Info: <body> previously mentioned at t/simple.t line 17 Unknown error type: line 2 column 5 - Info: <body> previously mentioned at t/simple.t line 17 Unknown error type: line 2 column 5 - Info: <body> previously mentioned at t/simple.t line 17 t/simple.............ok t/too-many-titles....1/3 Unknown error type: line 4 column 9 - Info: <head> previously mentioned at t/too-many-titles.t line 22 t/too-many-titles....ok t/unicode............ Failed 1/7 subtests t/venus..............1/3 Unknown error type: line 8 column 2 - Info: <h1> previously mentioned at t/venus.t line 21 Unknown error type: line 10 column 2 - Info: <h1> previously mentioned at t/venus.t line 21 Unknown error type: line 11 column 2 - Info: <h1> previously mentioned at t/venus.t line 21 Unknown error type: line 12 column 2 - Info: <h1> previously mentioned at t/venus.t line 21 Unknown error type: line 15 column 2 - Info: <h2> previously mentioned at t/venus.t line 21 Unknown error type: line 17 column 2 - Info: <h4> previously mentioned at t/venus.t line 21 Unknown error type: line 18 column 2 - Info: <h4> previously mentioned at t/venus.t line 21 Unknown error type: line 20 column 2 - Info: <h4> previously mentioned at t/venus.t line 21 Unknown error type: line 25 column 3 - Info: <h4> previously mentioned at t/venus.t line 21 t/venus..............ok t/version............ok t/wordwrap...........1/2 Unknown error type: line 1 column 1 - Info: <head> previously mentioned at t/wordwrap.t line 35 t/wordwrap...........ok Test Summary Report ------------------- t/perfect (Wstat: 11 Tests: 2 Failed: 0) Parse errors: Bad plan. You planned 3 tests but ran 2. t/unicode (Wstat: 11 Tests: 6 Failed: 0) Parse errors: Bad plan. You planned 7 tests but ran 6. Files=20, Tests=78, 1 wallclock secs ( 0.13 usr 0.05 sys + 0.74 cusr 0.24 csys = 1.16 CPU) Result: FAIL Failed 2/20 test programs. 0/78 subtests failed. make: *** [test_dynamic] Error 255 -- Dean Karres Imaging Technology Group Beckman Institute for Advanced Science and Technology University of Illinois, Urbana-Champaign 405 North Mathews Avenue, Urbana IL 61801
HTML::Tidy now uses libtidyp. Please try a newer version, 1.52 or higher.