Hi, Give me information described in "1.3 Trouble Shooting" in README. I guess the test fails on the following tests.
------------------------------------------------------------- # The following 2 test may fail with readline-4.3 with some locale # setting. It comes from bug of the Readline Library. I sent a patch # to the maintainer. `LANG=C make test' should work. # !?red?: line including `red' ($text, $cindex) = $t->get_history_event($string, 4); $res = $cindex == 10 && $text eq 'blue red'; ok; #print "$cindex,$text\n"; # "!?blu": line including `blu' ($text, $cindex) = $t->get_history_event($string, 12, '"'); $res = $cindex == 16 && $text eq 'blue red'; ok; #print "$cindex,$text\n"; ------------------------------------------------------------- On Fri, 01 Apr 2005 21:47:37 +0800 [EMAIL PROTECTED] wrote: greg> This distribution has been tested as part of the cpan-testers greg> effort to test as many new uploads to CPAN as possible. See greg> http://testers.cpan.org/ greg> greg> Please cc any replies to [email protected] to keep other greg> test volunteers informed and to prevent any duplicate effort. greg> greg> -- greg> On Fedora Core 2&3, the same error occurs, but greg> LANG=C prove t/history.t greg> produces no error. greg> greg> greg> This is an error report generated automatically by CPANPLUS, greg> version 0.0499. greg> greg> Below is the error stack during 'make test': greg> greg> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t greg> t/callback....ok greg> 4/7 skipped: since Tk is not installed. greg> t/history.....FAILED tests 73-74 greg> Failed 2/82 tests, 97.56% okay greg> t/readline....ok Try `/usr/bin/perl -Mblib t/readline.t verbose', if you will. greg> ok greg> Failed Test Stat Wstat Total Fail Failed List of Failed greg> ------------------------------------------------------------------------------- greg> t/history.t 82 2 2.44% 73-74 greg> 4 subtests skipped. greg> Failed 1/3 test scripts, 66.67% okay. 2/193 subtests failed, 98.96% okay. greg> make: *** [test_dynamic] Error 255 greg> greg> greg> Additional comments: greg> -- greg> greg> Summary of my perl5 (revision 5.0 version 8 subversion 3) configuration: greg> Platform: greg> osname=linux, osvers=2.4.21-4.elsmp, archname=i386-linux-thread-multi greg> uname='linux tweety.devel.redhat.com 2.4.21-4.elsmp #1 smp fri oct 3 17:52:56 edt 2003 i686 i686 i386 gnulinux ' greg> config_args='-des -Doptimize=-O2 -g -pipe -march=i386 -mcpu=i686 -Dversion=5.8.3 -Dmyhostname=localhost [EMAIL PROTECTED] -Dcc=gcc -Dcf_by=Red Hat, Inc. -Dinstallprefix=/usr -Dprefix=/usr -Darchname=i386-linux -Dvendorprefix=/usr -Dsiteprefix=/usr -Duseshrplib -Dusethreads -Duseithreads -Duselargefiles -Dd_dosuid -Dd_semctl_semun -Di_db -Ui_ndbm -Di_gdbm -Di_shadow -Di_syslog -Dman3ext=3pm -Duseperlio -Dinstallusrbinperl -Ubincompat5005 -Uversiononly -Dpager=/usr/bin/less -isr -Dinc_version_list=5.8.2 5.8.1 5.8.0' greg> hint=recommended, useposix=true, d_sigaction=define greg> usethreads=define use5005threads=undef useithreads=define usemultiplicity=define greg> useperlio=define d_sfio=undef uselargefiles=define usesocks=undef greg> use64bitint=undef use64bitall=undef uselongdouble=undef greg> usemymalloc=n, bincompat5005=undef greg> Compiler: greg> cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm', greg> optimize='-O2 -g -pipe -march=i386 -mcpu=i686', greg> cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -I/usr/include/gdbm' greg> ccversion='', gccversion='3.3.3 20040412 (Red Hat Linux 3.3.3-7)', gccosandvers='' greg> intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 greg> d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 greg> ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 greg> alignbytes=4, prototype=define greg> Linker and Libraries: greg> ld='gcc', ldflags =' -L/usr/local/lib' greg> libpth=/usr/local/lib /lib /usr/lib greg> libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc greg> perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc greg> libc=/lib/libc-2.3.3.so, so=so, useshrplib=true, libperl=libperl.so greg> gnulibc_version='2.3.3' greg> Dynamic Linking: greg> dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE' greg> cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib' -- Hiroo Hayashi
