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.
        
--
This is an error report generated automatically by CPANPLUS,
version 0.0499.

Thanks Andy.

        Mark Stosberg. 

Below is the error stack during 'make test':

PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00compile.........# Testing Test::Harness 2.52 under Perl 5.008 and 
Test::More 0.42
ok
t/assert............ok
t/base..............ok
t/callback..........ok
t/from_line.........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-23
        Failed 23/23 tests, 0.00% okay
t/harness...........#     Failed test (t/from_line.t at line 17)
#     Tried to use 'Test::Harness::Point'.
#     Error:  Can't locate Test/Harness/Point.pm in @INC (@INC contains: t/lib 
/usr/local/lib/perl5/site_perl/5.8.0/mach /usr/local/lib/perl5/site_perl/5.8.0 
/usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.0/BSDPAN 
/usr/local/lib/perl5/5.8.0/mach /usr/local/lib/perl5/5.8.0) at (eval 1) line 2.
Can't locate object method "from_test_line" via package "Test::Harness::Point" 
at t/from_line.t line 22.
# Looks like you planned 23 tests but only ran 1.
# Looks like your test died just after 1.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 2
        Failed 1/2 tests, 50.00% okay
t/inc_taint.........Can't locate object method "strap" via package 
"Test::Harness" at t/harness.t line 21.
# Looks like you planned 2 tests but only ran 1.
# Looks like your test died just after 1.
ok
t/nonumbers.........ok
t/ok................ok
t/pod...............ok
t/point-parse.......ok
t/point.............dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-11
        Failed 11/11 tests, 0.00% okay
#     Failed test (t/point.t at line 17)
#     Tried to use 'Test::Harness::Point'.
#     Error:  Can't locate Test/Harness/Point.pm in @INC (@INC contains: t/lib 
/usr/local/lib/perl5/site_perl/5.8.0/mach /usr/local/lib/perl5/site_perl/5.8.0 
/usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.0/BSDPAN 
/usr/local/lib/perl5/5.8.0/mach /usr/local/lib/perl5/5.8.0) at (eval 1) line 2.
Can't locate object method "new" via package "Test::Harness::Point" at 
t/point.t line 20.
# Looks like you planned 11 tests but only ran 1.
# Looks like your test died just after 1.
t/prove-globbing....ok
t/prove-switches....ok
t/strap-analyze.....ok
t/strap.............Can't locate object method "_is_diagnostic" via package 
"Test::Harness::Straps" at t/strap.t line 25.
# Looks like you planned 89 tests but only ran 2.
# Looks like your test died just after 2.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 3-89
        Failed 87/89 tests, 2.25% okay
t/test-harness......ok
        56/208 skipped: various reasons
t/version...........HARNESS_VERSION not set at t/version.t line 21.
# Looks like you planned 3 tests but only ran 1.
# Looks like your test died just after 1.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-3
        Failed 2/3 tests, 33.33% okay
Failed 5/18 test scripts, 72.22% okay. 124/560 subtests failed, 77.86% okay.
Failed Test   Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/from_line.t  255 65280    23   45 195.65%  1-23
t/harness.t    255 65280     2    2 100.00%  2
t/point.t      255 65280    11   21 190.91%  1-11
t/strap.t      255 65280    89  174 195.51%  3-89
t/version.t    255 65280     3    4 133.33%  2-3
56 subtests skipped.
*** Error code 2

Stop in /root/.cpanplus/5.8.0/build/Test-Harness-2.52.


Additional comments:
******************************** NOTE ********************************
The comments below are created mechanically, possibly without manual
checking by the sender.  Also, because many people perform automatic
tests on CPAN, chances are 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 information, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Hello, Andy Lester! Thanks for uploading your works to CPAN.

I noticed that the test suite seem to fail without these modules:

Test::Harness::Point

As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem.  For example:

WriteMakefile(
    AUTHOR      => 'Andy Lester ([EMAIL PROTECTED])',
    ... # other information
    PREREQ_PM   => {
        'Test::Harness::Point'  => '0', # or a minimum workable version
    }
);

If you are interested in making a more flexible Makefile.PL that can
probe for missing dependencies and install them, ExtUtils::AutoInstall
at <http://search.cpan.org/dist/ExtUtils-AutoInstall/> may be
worth a look.

Thanks! :-)

--

Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
  Platform:
    osname=freebsd, osvers=5.1-beta, archname=i386-freebsd
    uname='freebsd freebsd.org 5.1-beta freebsd 5.1-beta #0: fri may 23 
07:41:21 pdt 2003 [EMAIL PROTECTED]:usrsrcsysmagickernelpath i386 '
    config_args='-sde -Dprefix=/usr/local 
-Darchlib=/usr/local/lib/perl5/5.8.0/mach -Dprivlib=/usr/local/lib/perl5/5.8.0 
-Dman3dir=/usr/local/lib/perl5/5.8.0/man/man3 
-Dsitearch=/usr/local/lib/perl5/site_perl/5.8.0/mach 
-Dsitelib=/usr/local/lib/perl5/site_perl/5.8.0 -Dscriptdir=/usr/local/bin 
-Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dcc=cc 
-Dccflags=-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.0/BSDPAN" -Ui_gdbm 
-Dusemymalloc=n -Dusethreads=n'
    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 ='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.0/BSDPAN" 
-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing 
-I/usr/local/include',
    optimize='-O -pipe -mcpu=pentiumpro',
    cppflags='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.0/BSDPAN" -DHAS_FPSETMASK 
-DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='3.2.2 [FreeBSD] 20030205 (release)', 
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 ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lm -lc -lcrypt -lutil
    perllibs=-lm -lc -lcrypt -lutil
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib'

Reply via email to