Subject: | make check failing |
From: | Anthony Porcano <anthony [...] zenengine.net> |
To: | bug-html-tidy [...] rt.cpan.org |
Date: | Mon, 17 Oct 2005 22:52:03 -0400 |
Hello, I'm hoping someone can shed some light on a problem I'm having
with running 'make check' on HTML::Tidy. It's failing on the venus test:
t/venus..............ok 1/3
# Failed test 'Cooked stuff looks like what we expected'
# in t/venus.t at line 34.
# Structures begin differing at:
# $got->[47] = ' <center>'
# $expected->[47] = ' <address>'
# 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
The make completes without error:
[root@delldev1 HTML-Tidy-1.06]# make
gcc -c -I. -I/usr/include/tidy -I/usr/local/include/tidy
-I/sw/include/tidy -fno-strict-aliasing -pipe -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2
-DVERSION=\"1.06\" -DXS_VERSION=\"1.06\" -fpic
"-I/usr/local/lib/perl5/5.8.7/i686-linux/CORE" Tidy.c
Running Mkbootstrap for HTML::Tidy ()
chmod 644 Tidy.bs
rm -f blib/arch/auto/HTML/Tidy/Tidy.so
LD_RUN_PATH="" gcc -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/local/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
blib/script/webtidy
Manifying blib/man3/HTML::Tidy::Message.3
Manifying blib/man3/HTML::Tidy.3
I'm using a custom build perl on RHEL3, but this problem also occurred
with the version distributed with the OS.
[root@delldev1 HTML-Tidy-1.06]# perl -V
Summary of my perl5 (revision 5 version 8 subversion 7) configuration:
Platform:
osname=linux, osvers=2.4.21-32.el, archname=i686-linux
uname='linux delldev1.consumer.org 2.4.21-32.el #1 fri apr 15
21:29:19 edt 2005 i686 i686 i386 gnulinux '
config_args=''
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -I/usr/local/include
-I/usr/include/gdbm'
ccversion='', gccversion='3.2.3 20030502 (Red Hat Linux 3.2.3-52)',
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='gcc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.3.2.so, so=so, useshrplib=false, libperl=libperl.a
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: USE_LARGE_FILES
Built under linux
Compiled at Oct 6 2005 02:18:57
@INC:
/usr/local/lib/perl5/5.8.7/i686-linux
/usr/local/lib/perl5/5.8.7
/usr/local/lib/perl5/site_perl/5.8.7/i686-linux
/usr/local/lib/perl5/site_perl/5.8.7
/usr/local/lib/perl5/site_perl
.
Any ideas?
Thanks,
Anthony