Subject: | "unknown error type" during test with Tidy v25 March 09. |
HTML::Tidy has some test errors with the 25 March 2005 version of tidy
in perl 5.8.8 on linux i386 2.6.18. Additionally, there are some
compiler warnings. I have attached the verbose test log.
Essentially tests simple, too-many-titles, wordwrap, and venus generate
a number of warnings that are something akin to "Unknown error type:
line 8 column 2 - Info: <h1> previously mentioned at t/venus.t line 21"
{ ...build/HTML-Tidy-1.08-yecldy }$ tidy -v
HTML Tidy for Linux/x86 released on 25 March 2009
{ ...build/HTML-Tidy-1.08-yecldy }$ perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for HTML::Tidy
{ ...build/HTML-Tidy-1.08-yecldy }$ make
cp lib/HTML/Tidy/Message.pm blib/lib/HTML/Tidy/Message.pm
cp lib/HTML/Tidy.pm blib/lib/HTML/Tidy.pm
/usr/bin/perl /home/dekimsey/.install/perl/lib/ExtUtils/xsubpp -typemap
/usr/lib/perl5/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 -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe
-Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables -DVERSION=\"1.08\" -DXS_VERSION=\"1.08\"
-fPIC "-I/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE" Tidy.c
Tidy.xs: In function ‘XS_HTML__Tidy__tidy_messages’:
Tidy.xs:65: warning: suggest parentheses around assignment used as truth
value
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:135: warning: suggest parentheses around assignment used as
truth value
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.so
LD_RUN_PATH="/home/dekimsey/.install/htmltidy/lib" gcc -shared -O2 -g
-pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables -L/usr/local/lib Tidy.o -o
blib/arch/auto/HTML/Tidy/Tidy.so \
-L/home/dekimsey/.install/htmltidy/lib -ltidy \
chmod 755 blib/arch/auto/HTML/Tidy/Tidy.so
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
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/webtidy
Manifying blib/man3/HTML::Tidy::Message.3pm
Manifying blib/man3/HTML::Tidy.3pm
Subject: | test.log |
Message body not shown because it is not plain text.