Subject: | Fails tests on Debian |
cpan shell -- CPAN exploration and modules installation (v1.9102)
ReadLine support enabled
cpan[1]> install
HTML::Tidy
CPAN: Storable loaded ok (v2.16)
Going to read /root/.cpan/Metadata
Database was generated on Wed, 04 Jul 2007 06:49:02 GMT
Running install for module 'HTML::Tidy'
Running make for P/PE/PETDANCE/HTML-Tidy-1.08.tar.gz
CPAN: Digest::SHA loaded ok (v5.45)
CPAN: Compress::Zlib loaded ok (v1.41)
Checksum for /root/.cpan/sources/authors/id/P/PE/PETDANCE/HTML-Tidy-
1.08.tar.gz ok
Scanning cache /root/.cpan/build for sizes
........................................................................
....DONE
HTML-Tidy-1.08/
HTML-Tidy-1.08/lib/
HTML-Tidy-1.08/lib/HTML/
HTML-Tidy-1.08/lib/HTML/Tidy/
HTML-Tidy-1.08/lib/HTML/Tidy/Message.pm
HTML-Tidy-1.08/lib/HTML/Tidy.pm
HTML-Tidy-1.08/t/
HTML-Tidy-1.08/t/opt-00.t
HTML-Tidy-1.08/t/cfg-for-parse.cfg
HTML-Tidy-1.08/t/simple.t
HTML-Tidy-1.08/t/segfault-form.t
HTML-Tidy-1.08/t/wordwrap.cfg
HTML-Tidy-1.08/t/roundtrip.t
HTML-Tidy-1.08/t/too-many-titles.t
HTML-Tidy-1.08/t/cfg-for-parse.t
HTML-Tidy-1.08/t/wordwrap.t
HTML-Tidy-1.08/t/venus.cfg
HTML-Tidy-1.08/t/unicode.html
HTML-Tidy-1.08/t/pod-coverage.t
HTML-Tidy-1.08/t/00-load.t
HTML-Tidy-1.08/t/levels.t
HTML-Tidy-1.08/t/unicode.t
HTML-Tidy-1.08/t/pod.t
HTML-Tidy-1.08/t/extra-quote.t
HTML-Tidy-1.08/t/ignore-text.t
HTML-Tidy-1.08/t/ignore.t
HTML-Tidy-1.08/t/venus.t
HTML-Tidy-1.08/t/version.t
HTML-Tidy-1.08/t/clean-crash.t
HTML-Tidy-1.08/t/perfect.t
HTML-Tidy-1.08/t/venus.html
HTML-Tidy-1.08/t/message.t
HTML-Tidy-1.08/Changes
HTML-Tidy-1.08/Tidy.xs
HTML-Tidy-1.08/MANIFEST
HTML-Tidy-1.08/bin/
HTML-Tidy-1.08/bin/webtidy
HTML-Tidy-1.08/perlcriticrc
HTML-Tidy-1.08/ppport.h
HTML-Tidy-1.08/README
HTML-Tidy-1.08/Makefile.PL
HTML-Tidy-1.08/META.yml
CPAN: File::Temp loaded ok (v0.18)
CPAN.pm: Going to build P/PE/PETDANCE/HTML-Tidy-1.08.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for HTML::Tidy
CPAN: YAML loaded ok (v0.65)
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 /usr/share/perl/5.8/ExtUtils/xsubpp -
typemap /usr/share/perl/5.8/ExtUtils/typemap Tidy.xs > Tidy.xsc && mv
Tidy.xsc Tidy.c
cc -c -I. -I/usr/include/tidy -I/usr/local/include/tidy -
I/sw/include/tidy -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -
DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -
D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.08\" -DXS_VERSION=\"1.08\" -
fPIC "-I/usr/lib/perl/5.8/CORE" Tidy.c
Running Mkbootstrap for HTML::Tidy ()
chmod 644 Tidy.bs
rm -f blib/arch/auto/HTML/Tidy/Tidy.so
LD_RUN_PATH="/usr/lib" cc -shared -L/usr/local/lib Tidy.o -o
blib/arch/auto/HTML/Tidy/Tidy.so \
-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
PETDANCE/HTML-Tidy-1.08.tar.gz
/usr/bin/make -- OK
Running 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.............NOK 2/2
# Failed test 'Cleaned stuff looks like what we expected'
# at t/opt-00.t line 69.
# Structures begin differing at:
# $got->[20] = '<p> </p>'
# $expected->[20] = '<p>'
# Looks like you failed 1 test of 2.
t/opt-00.............dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 2
Failed 1/2 tests, 50.00% okay
t/perfect............ok
t/pod-coverage.......ok
t/pod................ok
t/roundtrip..........ok
t/segfault-form......ok
t/simple.............ok
t/too-many-titles....ok
t/unicode............ok
t/venus..............NOK 3/3
# Failed test 'Cooked stuff looks like what we expected'
# at t/venus.t line 27.
# Structures begin differing at:
# $got->[47] = ' <address>'
# $expected->[47] = ' <center>'
# Looks like you failed 1 test of 3.
t/venus..............dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 3
Failed 1/3 tests, 66.67% okay
t/version............NOK 3/3
# Failed test 'Version is greater than 9/1/2005'
# at t/version.t line 20.
# '20050412'
# >=
# '20050901'
# Looks like you failed 1 test of 3.
t/version............dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 3
Failed 1/3 tests, 66.67% okay
t/wordwrap...........ok
Failed Test Stat Wstat Total Fail List of Failed
------------------------------------------------------------------------
-------
t/opt-00.t 1 256 2 1 2
t/venus.t 1 256 3 1 3
t/version.t 1 256 3 1 3
Failed 3/20 test scripts. 3/80 subtests failed.
Files=20, Tests=80, 4 wallclock secs ( 3.23 cusr + 0.29 csys = 3.52
CPU)
Failed 3/20 test programs. 3/80 subtests failed.
make: *** [test_dynamic] Error 255
PETDANCE/HTML-Tidy-1.08.tar.gz
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Failed during this command:
PETDANCE/HTML-Tidy-1.08.tar.gz : make_test NO
cpan[2]> !
system "perl -V"
Summary of my perl5 (revision 5 version 8 subversion 4) configuration:
Platform:
osname=linux, osvers=2.6.15.6, archname=i386-linux-thread-multi
uname='linux ernie 2.6.15.6 #1 thu mar 16 13:11:55 est 2006 i686
gnulinux '
config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -
Dcccdlflags=-fPIC -Darchname=i386-linux -Dprefix=/usr -
Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -
Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -
Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -
Dsitelib=/usr/local/share/perl/5.8.4 -
Dsitearch=/usr/local/lib/perl/5.8.4 -Dman1dir=/usr/share/man/man1 -
Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -
Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl -
Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Uusenm -
Duseshrplib -Dlibperl=libperl.so.5.8.4 -Dd_dosuid -des'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define
usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -
DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -
D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -
fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='3.3.5 (Debian 1:3.3.5-13)',
gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt
perllibs=-ldl -lm -lpthread -lc -lcrypt
libc=/lib/libc-2.3.2.so, so=so, useshrplib=true,
libperl=libperl.so.5.8.4
gnulibc_version='2.3.2'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES
PERL_IMPLICIT_CONTEXT
Built under linux
Compiled at May 10 2006 03:55:26
%ENV:
PERL5_CPANPLUS_IS_RUNNING="1"
PERL5_CPAN_IS_RUNNING="1"
@INC:
/etc/perl
/usr/local/lib/perl/5.8.4
/usr/local/share/perl/5.8.4
/usr/lib/perl5
/usr/share/perl5
/usr/lib/perl/5.8
/usr/share/perl/5.8
/usr/local/lib/site_perl
.
cpan[2]>