Skip Menu |

This queue is for tickets about the Time-Format CPAN distribution.

Report information
The Basics
Id: 27323
Status: resolved
Priority: 0/
Queue: Time-Format

People
Owner: eric.roode.cpan [...] gmail.com
Requestors: ianvic [...] neda7.net.ph
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Time-Format-1.02
Date: Tue, 29 May 2007 13:29:55 +0800
To: bug-Time-Format [...] rt.cpan.org
From: Ian Vic Alcuino <ianvic [...] neda7.net.ph>
root@suba:~/.cpan/build/Time-Format-1.02-RNnFIl# make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/DateManip......ok 1/12# Looks like you planned 12 tests but only ran 11. t/DateManip......dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 12 Failed 1/12 tests, 91.67% okay (less 10 skipped tests: 1 okay, 8.33%) t/DateTime.......ok t/die............ok t/doc............ok 3/26 skipped: various reasons t/export1........ok t/export2........ok t/export3........ok t/funcs..........ok 5/15 skipped: various reasons t/locale.........ok t/manip..........ok 5/6 skipped: various reasons t/quot...........ok t/strftime.......ok t/string.........ok t/time...........ok t/xs_DateTime....ok 11/12 skipped: various reasons t/xs_doc.........ok 16/18 skipped: various reasons t/xs_funcs.......ok 4/5 skipped: various reasons t/xs_locale......ok 8/9 skipped: various reasons t/xs_quot........ok 22/23 skipped: various reasons t/xs_time........ok 77/78 skipped: various reasons Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/DateManip.t 255 65280 12 2 12 161 subtests skipped. Failed 1/20 test scripts. 1/377 subtests failed. Files=20, Tests=377, 2 wallclock secs ( 1.28 cusr + 0.13 csys = 1.41 CPU) Failed 1/20 test programs. 1/377 subtests failed. make: *** [test_dynamic] Error 255 root@suba:~/.cpan/build/Time-Format-1.02-RNnFIl# perl -V Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=linux, osvers=2.6.15.4, archname=i686-linux uname='linux suba 2.6.15.4 #1 wed feb 15 12:54:01 pht 2006 i686 unknown unknown gnulinux ' config_args='' 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', optimize='-O2', cppflags='-fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='3.3.6', 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.3.5.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.3.5' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: PERL_MALLOC_WRAP USE_LARGE_FILES USE_PERLIO Built under linux Compiled at May 28 2007 15:45:14 @INC: /usr/local/lib/perl5/5.8.8/i686-linux /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/i686-linux /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl root@suba:~/.cpan/build/Time-Format-1.02-RNnFIl# uname -a Linux suba 2.6.15.4 #1 Wed Feb 15 12:54:01 PHT 2006 i686 Slackware 10.2 GNU/Linux
This is resolved in v1.03, which was released today. The problem is that the Date::Manip module dies unceremoniously if it cannot determine the local time zone. Other test cases handled this exception, but DateManip.t did not.