This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.
        
--

Dear Bill Moseley,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.072. Testers personal comments may appear 
at the end of this report.


Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'make test':

[MSG] [Tue Jul 11 16:17:30 2006] Trying to get 
'http://mirrors.kernel.org/cpan/authors/id/H/HA/HANK/Text-Aspell-0.06.tar.gz'
[MSG] [Tue Jul 11 16:17:31 2006] Trying to get 
'http://mirrors.kernel.org/cpan/authors/id/H/HA/HANK/CHECKSUMS'
[MSG] [Tue Jul 11 16:17:31 2006] Checksum matches for 'Text-Aspell-0.06.tar.gz'
[MSG] [Tue Jul 11 16:17:32 2006] Extracted 'Text-Aspell-0.06/'
[MSG] [Tue Jul 11 16:17:32 2006] Extracted 'Text-Aspell-0.06/t/'
[MSG] [Tue Jul 11 16:17:32 2006] Extracted 'Text-Aspell-0.06/t/02-pod.t'
[MSG] [Tue Jul 11 16:17:32 2006] Extracted 'Text-Aspell-0.06/t/05-core.t'
[MSG] [Tue Jul 11 16:17:32 2006] Extracted 'Text-Aspell-0.06/t/01-use.t'
[MSG] [Tue Jul 11 16:17:32 2006] Extracted 'Text-Aspell-0.06/META.yml'
[MSG] [Tue Jul 11 16:17:32 2006] Extracted 'Text-Aspell-0.06/Aspell.pm'
[MSG] [Tue Jul 11 16:17:32 2006] Extracted 'Text-Aspell-0.06/Changes'
[MSG] [Tue Jul 11 16:17:32 2006] Extracted 'Text-Aspell-0.06/MANIFEST'
[MSG] [Tue Jul 11 16:17:32 2006] Extracted 'Text-Aspell-0.06/Aspell.xs'
[MSG] [Tue Jul 11 16:17:32 2006] Extracted 'Text-Aspell-0.06/typemap'
[MSG] [Tue Jul 11 16:17:32 2006] Extracted 'Text-Aspell-0.06/README'
[MSG] [Tue Jul 11 16:17:32 2006] Extracted 'Text-Aspell-0.06/Makefile.PL'
[MSG] [Tue Jul 11 16:17:32 2006] Extracted 'Text::Aspell' to 
'/home/david/.cpanplus/5.8.6/build/Text-Aspell-0.06'
[MSG] [Tue Jul 11 16:17:36 2006] Checking if your kit is complete...
Looks good
Writing Makefile for Text::Aspell

[MSG] [Tue Jul 11 16:17:36 2006] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Tue Jul 11 16:17:47 2006] cp Aspell.pm blib/lib/Text/Aspell.pm
/usr/local/bin/perl /usr/local/lib/perl5/5.8.6/ExtUtils/xsubpp -noprototypes 
-typemap /usr/local/lib/perl5/5.8.6/ExtUtils/typemap -typemap typemap  
Aspell.xs > Aspell.xsc && mv Aspell.xsc Aspell.c
cc -c   -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2   -DVERSION=\"0.06\" 
-DXS_VERSION=\"0.06\" -fpic "-I/usr/local/lib/perl5/5.8.6/i686-linux/CORE"   
Aspell.c
Running Mkbootstrap for Text::Aspell ()
chmod 644 Aspell.bs
rm -f blib/arch/auto/Text/Aspell/Aspell.so
LD_RUN_PATH="/usr/local/lib" cc  -shared -L/usr/local/lib Aspell.o  -o 
blib/arch/auto/Text/Aspell/Aspell.so     \
   -laspell     \
  
chmod 755 blib/arch/auto/Text/Aspell/Aspell.so
cp Aspell.bs blib/arch/auto/Text/Aspell/Aspell.bs
chmod 644 blib/arch/auto/Text/Aspell/Aspell.bs
Manifying blib/man3/Text::Aspell.3

[ERROR] [Tue Jul 11 16:17:49 2006] MAKE TEST failed: No such file or directory 
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01-use.....ok
t/02-pod.....skipped
        all skipped: set TEST_POD to enable this test
t/05-core....
#   Failed test 'Make sure word "test" is in dictionary'
#   in t/05-core.t at line 37.
#         ********************************************************************
#         * Error: No word lists can be found for the language "en_US".
#         *
#         * Are you sure you have the Aspell en_US dictionary installed?
#         *
#         *********************************************************************

#   Failed test 'suggest for word 'testt''
#   in t/05-core.t at line 56.
# Error: No word lists can be found for the language "en_US".
Use of uninitialized value in join or string at t/05-core.t line 61.

#   Failed test 'search for testt returned more than 2 []'
#   in t/05-core.t at line 61.

#   Failed test 'add 'testt' to the aspell session'
#   in t/05-core.t at line 65.
# Error: No word lists can be found for the language "en_US".
Use of uninitialized value in pattern match (m//) at t/05-core.t line 71.

#   Failed test ''testt' added to session now is returned in suggest'
#   in t/05-core.t at line 71.
# See README for more info on store_replacemnt
Use of uninitialized value in pattern match (m//) at t/05-core.t line 79.

#   Failed test 'Searching for "foo" found replacement "bar"'
#   in t/05-core.t at line 79.
# clear_session may fail like store_replacement.  See README
Use of uninitialized value in pattern match (m//) at t/05-core.t line 86.

#   Failed test '0 dictionaries listed'
#   in t/05-core.t at line 91.

#   Failed test '0 dictionaries found with dictionary_info'
#   in t/05-core.t at line 94.
# Looks like you failed 8 tests of 17.
dubious
        Test returned status 8 (wstat 2048, 0x800)
DIED. FAILED tests 4, 6-9, 11, 14-15
        Failed 8/17 tests, 52.94% okay
Failed Test Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------------------
t/05-core.t    8  2048    17    8  4 6-9 11 14-15
1 test skipped.
Failed 1/3 test scripts. 8/18 subtests failed.
Files=3, Tests=18,  2 wallclock secs ( 0.80 cusr +  0.11 csys =  0.91 CPU)
Failed 1/3 test programs. 8/18 subtests failed.
make: *** [test_dynamic] Error 8


PREREQUISITES:

Here is a list of prerequisites you specified and versions we 
managed to load:
                                
        Test::More                         0.63

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive 
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:
 

--

Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
  Platform:
    osname=linux, osvers=2.4.13, archname=i686-linux
    uname='linux theory.kineticode.com 2.4.13 #17 smp thu nov 1 15:22:58 pst 
2001 i686 unknown '
    config_args='-des -Dprefix=/usr/local [EMAIL PROTECTED] [EMAIL PROTECTED]'
    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='cc', 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='2.96 20000731 (Red Hat Linux 7.2 2.96-112.7.2)', 
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=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.2.4.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.2.4'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'

Reply via email to