develooper Front page | perl.cpan.testers | Postings from September 2008

FAIL Date-Simple-3.02 i686-linux-thread-multi-64int2.6.26.3-29.fc9.i686

Thread Previous
From:
bingos
Date:
September 26, 2008 09:15
Subject:
FAIL Date-Simple-3.02 i686-linux-thread-multi-64int2.6.26.3-29.fc9.i686
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/


--

Dear Yves,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.84. 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] [Fri Sep 26 17:15:09 2008] cp lib/Date/Simple/ISO.pm blib/lib/Date/Simple/ISO.pm
cp lib/Date/Simple.pm blib/lib/Date/Simple.pm
cp lib/Date/Simple/D8.pm blib/lib/Date/Simple/D8.pm
cp lib/Date/Simple/NoXS.pm blib/lib/Date/Simple/NoXS.pm
cp lib/Date/Simple/Fmt.pm blib/lib/Date/Simple/Fmt.pm
/home/cpan/pit/rel/perl-5.10.0/bin/perl /home/cpan/pit/rel/perl-5.10.0/lib/5.10.0/ExtUtils/xsubpp  -typemap /home/cpan/pit/rel/perl-5.10.0/lib/5.10.0/ExtUtils/typemap  Simple.xs > Simple.xsc && mv Simple.xsc Simple.c
Please specify prototyping behavior for Simple.xs (see perlxs manual)
cc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2   -DVERSION=\"3.02\" -DXS_VERSION=\"3.02\" -fPIC "-I/home/cpan/pit/rel/perl-5.10.0/lib/5.10.0/i686-linux-thread-multi-64int/CORE"   Simple.c
Running Mkbootstrap for Date::Simple ()
chmod 644 Simple.bs
rm -f blib/arch/auto/Date/Simple/Simple.so
cc  -shared -O2 -L/usr/local/lib Simple.o  -o blib/arch/auto/Date/Simple/Simple.so 	\
	     	\
	  
chmod 755 blib/arch/auto/Date/Simple/Simple.so
cp Simple.bs blib/arch/auto/Date/Simple/Simple.bs
chmod 644 blib/arch/auto/Date/Simple/Simple.bs
Manifying blib/man3/Date::Simple::ISO.3
Manifying blib/man3/Date::Simple::NoXS.3
Manifying blib/man3/Date::Simple::D8.3
Manifying blib/man3/Date::Simple.3
Manifying blib/man3/Date::Simple::Fmt.3

[ERROR] [Fri Sep 26 17:15:12 2008] MAKE TEST failed: Illegal seek PERL_DL_NONLAZY=1 /home/cpan/pit/rel/perl-5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/date....
#   Failed test at t/date.t line 48.

#   Failed test at t/date.t line 55.
#          got: '2000-00-03'
#     expected: '2000-03-06'

#   Failed test at t/date.t line 58.
#          got: '2000-00-02'
#     expected: '2000-02-21'

#   Failed test at t/date.t line 64.
#          got: '2000-00-02'
#     expected: '2000-02-28'

#   Failed test at t/date.t line 67.
#          got: '2000-00-02'
#     expected: '2000-02-27'

#   Failed test at t/date.t line 68.
#          got: '2000-00-02'
#     expected: '2000-02-29'

#   Failed test at t/date.t line 87.
#          got: '1998-00-03'
#     expected: '1998-03-07'

#   Failed test at t/date.t line 90.
#          got: '1998-00-02'
#     expected: '1998-02-21'

#   Failed test at t/date.t line 93.
#          got: '1998-00-02'
#     expected: '1998-02-28'

#   Failed test at t/date.t line 95.
#          got: '1998-00-02'
#     expected: '1998-02-27'

#   Failed test at t/date.t line 96.
#          got: '1998-00-03'
#     expected: '1998-03-01'

#   Failed test at t/date.t line 120.
#          got: '20000003'
#     expected: '20000301'

#   Failed test 'Normal overloaded stringify'
#   at t/date.t line 214.
#          got: '1972-00-04'
#     expected: '1972-04-28'

#   Failed test 'D8 overloaded stringify'
#   at t/date.t line 215.
#          got: '19720004'
#     expected: '19720428'

#   Failed test 'ISO overloaded stringify'
#   at t/date.t line 216.
#          got: '1972-00-04'
#     expected: '1972-04-28'

#   Failed test 'Normal as_d8'
#   at t/date.t line 224.
#          got: '19720004'
#     expected: '19720428'

#   Failed test 'D8 as_d8'
#   at t/date.t line 225.
#          got: '19720004'
#     expected: '19720428'

#   Failed test 'ISO as_d8'
#   at t/date.t line 226.
#          got: '19720004'
#     expected: '19720428'

#   Failed test 'Fmt as_d8'
#   at t/date.t line 227.
#          got: '19720004'
#     expected: '19720428'

#   Failed test 'Normal as_iso'
#   at t/date.t line 229.
#          got: '1972-00-04'
#     expected: '1972-04-28'

#   Failed test 'D8 as_iso'
#   at t/date.t line 230.
#          got: '1972-00-04'
#     expected: '1972-04-28'

#   Failed test 'ISO as_iso'
#   at t/date.t line 231.
#          got: '1972-00-04'
#     expected: '1972-04-28'

#   Failed test 'Fmt as_iso'
#   at t/date.t line 232.
#          got: '1972-00-04'
#     expected: '1972-04-28'

#   Failed test 'Normal overloaded stringify'
#   at t/date.t line 254.
#          got: '2008-00-09'
#     expected: '2008-09-26'

#   Failed test 'D8 overloaded stringify'
#   at t/date.t line 255.
#          got: '20080009'
#     expected: '20080926'

#   Failed test 'ISO overloaded stringify'
#   at t/date.t line 256.
#          got: '2008-00-09'
#     expected: '2008-09-26'
# Looks like you failed 26 tests of 227.
dubious
	Test returned status 26 (wstat 6656, 0x1a00)
DIED. FAILED tests 22, 24, 26, 30-32, 42, 44, 46-48, 63, 200-202, 208-215, 224-226
	Failed 26/227 tests, 88.55% okay
Failed Test Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/date.t      26  6656   227   26  22 24 26 30-32 42 44 46-48 63 200-202 208-
                                   215 224-226
Failed 1/1 test scripts. 26/227 subtests failed.
Files=1, Tests=227,  2 wallclock secs ( 0.26 cusr +  0.22 csys =  0.48 CPU)
Failed 1/1 test programs. 26/227 subtests failed.
make: *** [test_dynamic] Error 26

[MSG] [Fri Sep 26 17:15:12 2008] DEFAULT 'proceed_on_test_failure' HANDLER RETURNING 'sub return value'

PREREQUISITES:

Here is a list of prerequisites you specified and versions we 
managed to load:
                                
	  Module Name                        Have     Want
	  Scalar::Util                       1.19      0.0
	  Test::More                         0.72      0.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 CPANPLUS::Dist::YACSmoke 0.12.

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    PATH = /usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/bin:/bin:/usr/bin:/home/cpan/bin
    PERL5LIB = :/home/cpan/pit/rel/perl-5.10.0/.cpanplus/5.10.0/build/Date-Simple-3.02/blib/lib:/home/cpan/pit/rel/perl-5.10.0/.cpanplus/5.10.0/build/Date-Simple-3.02/blib/arch:/home/cpan/pit/rel/perl-5.10.0/.cpanplus/5.10.0/build/Date-Simple-3.02/blib
    PERL5_CPANPLUS_IS_RUNNING = 18950
    PERL5_CPANPLUS_IS_VERSION = 0.84
    PERL5_CPANPLUS_VERBOSE = 1
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = screen.linux

Perl special variables (and OS-specific diagnostics, for MSWin32):

    Perl: $^X = /home/cpan/pit/rel/perl-5.10.0/bin/perl
    UID:  $<  = 501
    EUID: $>  = 501
    GID:  $(  = 501 501
    EGID: $)  = 501 501


-------------------------------


--

Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
  Platform:
    osname=linux, osvers=2.6.26.3-29.fc9.i686, archname=i686-linux-thread-multi-64int
    uname='linux freddy.bingosnet.co.uk 2.6.26.3-29.fc9.i686 #1 smp wed sep 3 03:42:27 edt 2008 i686 i686 i386 gnulinux '
    config_args='-de -Dprefix=/home/cpan/pit/rel/perl-5.10.0 -Dusethreads -Duse64bitint'
    hint=recommended, useposix=true, d_sigaction=define
    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='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/include/gdbm'
    ccversion='', gccversion='4.3.0 20080428 (Red Hat 4.3.0-8)', 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 =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.8.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.8'
  Dynamic Linking:

Thread Previous


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