develooper Front page | perl.cpan.testers | Postings from October 2005

FAIL Data-Page-Set-0.04 i386-freebsd-64int 5.4-release

From:
bentleyj
Date:
October 5, 2005 09:14
Subject:
FAIL Data-Page-Set-0.04 i386-freebsd-64int 5.4-release
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 cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.
	
--

Dear BERIKV,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.0562. 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':

[CP_MSG] [Wed Oct  5 12:15:42 2005] Trying to get 'ftp://ftp.cpan.org/pub/CPAN/authors/id/B/BE/BERIKV/Data-Page-Set-0.04.tar.gz'
[CP_MSG] [Wed Oct  5 12:15:43 2005] Trying to get 'ftp://ftp.cpan.org/pub/CPAN/authors/id/B/BE/BERIKV/CHECKSUMS'
[CP_MSG] [Wed Oct  5 12:15:44 2005] Checksum matches for 'Data-Page-Set-0.04.tar.gz'
[CP_MSG] [Wed Oct  5 12:15:45 2005] Extracted 'Data-Page-Set-0.04/'
[CP_MSG] [Wed Oct  5 12:15:45 2005] Extracted 'Data-Page-Set-0.04/t/'
[CP_MSG] [Wed Oct  5 12:15:45 2005] Extracted 'Data-Page-Set-0.04/t/Data-Page-Set.t'
[CP_MSG] [Wed Oct  5 12:15:45 2005] Extracted 'Data-Page-Set-0.04/lib/'
[CP_MSG] [Wed Oct  5 12:15:45 2005] Extracted 'Data-Page-Set-0.04/lib/Data/'
[CP_MSG] [Wed Oct  5 12:15:45 2005] Extracted 'Data-Page-Set-0.04/lib/Data/Page/'
[CP_MSG] [Wed Oct  5 12:15:45 2005] Extracted 'Data-Page-Set-0.04/lib/Data/Page/Set.pm'
[CP_MSG] [Wed Oct  5 12:15:45 2005] Extracted 'Data-Page-Set-0.04/Makefile.PL'
[CP_MSG] [Wed Oct  5 12:15:45 2005] Extracted 'Data-Page-Set-0.04/META.yml'
[CP_MSG] [Wed Oct  5 12:15:45 2005] Extracted 'Data-Page-Set-0.04/MANIFEST'
[CP_MSG] [Wed Oct  5 12:15:45 2005] Extracted 'Data::Page::Set' to '/usr/local/etc/.cpanplus/5.8.6/build/Data-Page-Set-0.04'
[CP_MSG] [Wed Oct  5 12:15:45 2005] Checking if your kit is complete...
Looks good
Writing Makefile for Data::Page::Set

[CP_MSG] [Wed Oct  5 12:15:46 2005] cp lib/Data/Page/Set.pm blib/lib/Data/Page/Set.pm
Manifying blib/man3/Data::Page::Set.3

[CP_ERROR] [Wed Oct  5 12:15:46 2005] MAKE TEST failed: No such file or directory PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Data-Page-Set....dubious
	Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1, 3-11
	Failed 10/11 tests, 9.09% okay
Failed Test       Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/Data-Page-Set.t  255 65280    11   19 172.73%  1 3-11
*** Error code 2

Stop in /usr/local/etc/.cpanplus/5.8.6/build/Data-Page-Set-0.04.

#   Failed test 'use Data::Page;'
#   in t/Data-Page-Set.t at line 54.
#     Tried to use 'Data::Page'.
#     Error:  Can't locate Data/Page.pm in @INC (@INC contains: /usr/local/etc/.cpanplus/5.8.6/build/Data-Page-Set-0.04/blib/lib /usr/local/etc/.cpanplus/5.8.6/build/Data-Page-Set-0.04/blib/arch /usr/local/lib/perl5/site_perl/5.8.6/mach /usr/local/lib/perl5/site_perl/5.8.6 /usr/local/lib/perl5/site_perl/5.8.6 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.6/BSDPAN /usr/local/lib/perl5/5.8.6/mach /usr/local/lib/perl5/5.8.6 . /usr/local/lib/perl5/site_perl/5.8.6/mach /usr/local/lib/perl5/site_perl/5.8.6 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.6/BSDPAN /usr/local/lib/perl5/5.8.6/mach /usr/local/lib/perl5/5.8.6 .) at (eval 5) line 2.
# BEGIN failed--compilation aborted at t/Data-Page-Set.t line 54.
Can't locate object method "new" via package "Data::Page" at t/Data-Page-Set.t line 67.
# Looks like you planned 11 tests but only ran 2.
# Looks like you failed 1 test of 2 run.
# Looks like your test died just after 2.
Failed 1/1 test scripts, 0.00% okay. 10/11 subtests failed, 9.09% okay.



MISSING PREREQUISITES:

It was observed that the test suite seem to fail without these modules:

Data::Page

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

WriteMakefile(
    AUTHOR      => 'BERIKV (cpanplus-info@lists.sf.net)',
    ... # other information
    PREREQ_PM   => {
	'Data::Page'	=> '0', # or a minimum working 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! :-)


******************************** 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:
 

This report was machine-generated by CPAN::YACSmoke 0.03.

--

Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
  Platform:
    osname=freebsd, osvers=5.4-release, archname=i386-freebsd-64int
    uname='freebsd freebsd.org 5.4-release freebsd 5.4-release #0: sun apr 3 15:13:31 pdt 2005 kris@freebsd.org:usrsrcsysmagickernelpath i386 '
    config_args='-sde -Dprefix=/usr/local -Darchlib=/usr/local/lib/perl5/5.8.6/mach -Dprivlib=/usr/local/lib/perl5/5.8.6 -Dman3dir=/usr/local/lib/perl5/5.8.6/perl/man/man3 -Dman1dir=/usr/local/man/man1 -Dsitearch=/usr/local/lib/perl5/site_perl/5.8.6/mach -Dsitelib=/usr/local/lib/perl5/site_perl/5.8.6 -Dscriptdir=/usr/local/bin -Dsiteman3dir=/usr/local/lib/perl5/5.8.6/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dcc=cc -Doptimize=-O -pipe  -Duseshrplib -Dccflags=-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.6/BSDPAN" -Ud_dosuid -Ui_gdbm -Dusethreads=n -Dusemymalloc=y -Duse64bitint'
    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=define use64bitall=undef uselongdouble=undef
    usemymalloc=y, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.6/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include',
    optimize='-O -pipe ',
    cppflags='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.6/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='3.4.2 [FreeBSD] 20040728', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, 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 -lcrypt -lutil
    perllibs=-lm -lcrypt -lutil
    libc=, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='  -Wl,-R/usr/local/lib/perl5/5.8.6/mach/CORE'
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib'



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About