Front page | perl.cpan.testers |
Postings from March 2008
FAIL Data-FeatureFactory-0.04-r1 i86pc-solaris-thread-multi-64int2.10
Thread Previous
From:
chris
Date:
March 10, 2008 12:00
Subject:
FAIL Data-FeatureFactory-0.04-r1 i86pc-solaris-thread-multi-64int2.10
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 SIXTEASE,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.83_08. 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] [Mon Mar 10 18:58:44 2008] Trying to get 'http://www.cpan.org/authors/id/S/SI/SIXTEASE/CHECKSUMS'
[MSG] [Mon Mar 10 18:58:44 2008] Checksum matches for 'Data-FeatureFactory-0.04-r1.tar.gz'
[MSG] [Mon Mar 10 18:58:45 2008] Extracted 'Data-FeatureFactory/'
[MSG] [Mon Mar 10 18:58:45 2008] Extracted 'Data-FeatureFactory/t/'
[MSG] [Mon Mar 10 18:58:45 2008] Extracted 'Data-FeatureFactory/t/OuterModule.pm'
[MSG] [Mon Mar 10 18:58:45 2008] Extracted 'Data-FeatureFactory/t/lcletters.txt'
[MSG] [Mon Mar 10 18:58:45 2008] Extracted 'Data-FeatureFactory/t/00-evaluate.t'
[MSG] [Mon Mar 10 18:58:45 2008] Extracted 'Data-FeatureFactory/t/01-translate.t'
[MSG] [Mon Mar 10 18:58:45 2008] Extracted 'Data-FeatureFactory/t/__Example.pm'
[MSG] [Mon Mar 10 18:58:45 2008] Extracted 'Data-FeatureFactory/lib/'
[MSG] [Mon Mar 10 18:58:45 2008] Extracted 'Data-FeatureFactory/lib/Data/'
[MSG] [Mon Mar 10 18:58:45 2008] Extracted 'Data-FeatureFactory/lib/Data/FeatureFactory.pm'
[MSG] [Mon Mar 10 18:58:45 2008] Extracted 'Data-FeatureFactory/README'
[MSG] [Mon Mar 10 18:58:45 2008] Extracted 'Data-FeatureFactory/Changes'
[MSG] [Mon Mar 10 18:58:45 2008] Extracted 'Data-FeatureFactory/Makefile.PL'
[MSG] [Mon Mar 10 18:58:46 2008] Extracted 'Data-FeatureFactory/MANIFEST'
[MSG] [Mon Mar 10 18:58:46 2008] Extracted 'Data::FeatureFactory' to '/export/home/chris/perl588/.cpanplus/5.8.8/build/Data-FeatureFactory'
[MSG] [Mon Mar 10 18:58:47 2008] Checking if your kit is complete...
Looks good
Writing Makefile for Data::FeatureFactory
[MSG] [Mon Mar 10 18:58:47 2008] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value'
[MSG] [Mon Mar 10 18:58:50 2008] cp lib/Data/FeatureFactory.pm blib/lib/Data/FeatureFactory.pm
Manifying blib/man3/Data::FeatureFactory.3
[ERROR] [Mon Mar 10 18:58:52 2008] MAKE TEST failed: Illegal seek PERL_DL_NONLAZY=1 /export/home/chris/perl588/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-evaluate.......Saving the mapping for feature 'third_letter' to file /export/home/chris/perl588/.cpanplus/5.8.8/build/Data-FeatureFactory/blib/lib/Data/.FeatureFactory.NumFormat__third_letter
Saving the mapping for feature 'third_letter' to file /export/home/chris/perl588/.cpanplus/5.8.8/build/Data-FeatureFactory/blib/lib/Data/.FeatureFactory.NumFormat__third_letter
ok
t/01-translate......Can't locate List/MoreUtils.pm in @INC (@INC contains: /export/home/chris/perl588/.cpanplus/5.8.8/build/Data-FeatureFactory/blib/lib /export/home/chris/perl588/.cpanplus/5.8.8/build/Data-FeatureFactory/blib/arch /export/home/chris/perl588/.cpanplus/5.8.8/build/Data-FeatureFactory/blib /export/home/chris/perl588/lib/5.8.8/i86pc-solaris-thread-multi-64int /export/home/chris/perl588/lib/5.8.8 /export/home/chris/perl588/lib/site_perl/5.8.8/i86pc-solaris-thread-multi-64int /export/home/chris/perl588/lib/site_perl/5.8.8 /export/home/chris/perl588/lib/site_perl .) at t/01-translate.t line 6.
BEGIN failed--compilation aborted at t/01-translate.t line 6.
# Looks like your test died before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 37/37 subtests
Test Summary Report
-------------------
t/01-translate.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 37 tests but ran 0.
Files=2, Tests=113, 1 wallclock secs ( 0.15 usr 0.11 sys + 0.47 cusr 0.21 csys = 0.94 CPU)
Result: FAIL
Failed 1/2 test programs. 0/113 subtests failed.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'
[MSG] [Mon Mar 10 18:58:52 2008] DEFAULT 'proceed_on_test_failure' HANDLER RETURNING 'sub return value'
MISSING PREREQUISITES:
It was observed that the test suite seem to fail without these modules:
List::MoreUtils
As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem. For example:
WriteMakefile(
AUTHOR => 'SIXTEASE (cpanplus-info@lists.sf.net)',
... # other information
PREREQ_PM => {
'List::MoreUtils' => '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! :-)
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
Carp 1.04 0
File::Basename 2.74 0
Test::More 0.62 0
******************************** 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.0307. Powered by POE::Component::CPAN::YACSmoke.
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = C
PATH = /export/home/chris/perl/bin:/usr/sfw/bin:/usr/ccs/bin:/usr/local/bin:/usr/bin:
PERL5LIB = :/export/home/chris/perl588/.cpanplus/5.8.8/build/Data-FeatureFactory/blib/lib:/export/home/chris/perl588/.cpanplus/5.8.8/build/Data-FeatureFactory/blib/arch:/export/home/chris/perl588/.cpanplus/5.8.8/build/Data-FeatureFactory/blib
PERL5_CPANPLUS_IS_RUNNING = 24502
PERL5_CPANPLUS_IS_VERSION = 0.83_08
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /export/home/chris/perl588/bin/perl
UID: $< = 100
EUID: $> = 100
GID: $( = 1 1
EGID: $) = 1 1
-------------------------------
--
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=solaris, osvers=2.10, archname=i86pc-solaris-thread-multi-64int
uname='sunos soleil 5.10 generic_118855-33 i86pc i386 i86pc '
config_args='-e -Dprefix=/export/home/chris/perl588 -Dusethreads -Duse64bitint -Dusemymalloc'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-D_REENTRANT -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV -DPERL_USE_SAFE_PUTENV -DPERL_USE_SAFE_PUTENV',
optimize='-O',
cppflags='-D_REENTRANT -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
ccversion='', gccversion='3.4.3 (csl-sol210-3_4-branch+sol_rpath)', gccosandvers='solaris2.10'
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='gcc', ldflags =' -L/usr/local/lib '
libpth=/usr/local/lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -ldl -lm -lpthread -lc
perllibs=-lsocket -lnsl -ldl -lm -lpthread -lc
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'
Thread Previous