Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DateTime CPAN distribution.

Report information
The Basics
Id: 11691
Status: resolved
Priority: 0/
Queue: DateTime

People
Owner: Nobody in particular
Requestors: dan.kubb [...] onautopilot.com
Cc:
AdminCc:

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



Date: Mon, 28 Feb 2005 12:25:03 -0800
From: Dan Kubb <dan.kubb [...] onautopilot.com>
To: bug-datetime [...] rt.cpan.org
Subject: DateTime 0.28 fails make test on perl 5.8.6 darwin-thread-multi-2level
DateTime 0.28 is failing during the make test phase in perl 5.8.6 on my OS X 10.3.8 box. Here is the make test output: =============================================================================== Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00load................ok t/01sanity..............ok t/02last_day............ok t/03components..........NOK 74 # Failed test (t/03components.t at line 142) # got: 'AD' # expected: 'BC' t/03components..........NOK 75 # Failed test (t/03components.t at line 143) # got: '1AD' # expected: '1BC' # Looks like you failed 2 tests of 130. t/03components..........dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 74-75 Failed 2/130 tests, 98.46% okay t/04epoch...............ok t/05set.................ok t/06add.................ok t/07compare.............ok t/09greg................ok 1/35# this may take a minute... t/09greg................ok t/10subtract............ok t/11duration............ok t/12week................ok t/13strftime............ok 1/134# New locale: de # New locale: it t/13strftime............ok t/14locale..............ok t/15jd..................ok t/16truncate............ok t/17set_return..........ok t/18today...............ok t/19leap_second.........ok t/20infinite............ok t/21bad_params..........ok t/22from_doy............ok t/23storable............ok 1/16 skipped: This test needs DateTime::Format::ICal t/24from_object.........ok t/25add_subtract........ok t/26dt_leapsecond_pm....ok t/27delta...............ok t/28dow.................ok t/29overload............ok t/30future_tz...........ok t/31formatter...........ok t/32leap_second2........ok t/33seconds_offset......ok t/34set_tz..............ok t/99-pod................ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/03components.t 2 512 130 2 1.54% 74-75 1 subtest skipped. Failed 1/35 test scripts, 97.14% okay. 2/2932 subtests failed, 99.93% okay. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force =============================================================================== Here is the output from perl -V on my system: Summary of my perl5 (revision 5 version 8 subversion 6) configuration: Platform: osname=darwin, osvers=7.7.0, archname=darwin-thread-multi-2level uname='darwin dan-kubbs-computer.local 7.7.0 darwin kernel version 7.7.0: sun nov 7 16:06:51 pst 2004; root:xnuxnu-517.9.5.obj~1release_ppc power macintosh powerpc ' config_args='-de -Dinc_version_list=none -Dperladmin=information_technology@onautopilot.com -Dcf_email=information_technology@onautopilot.com -Accflags=-DPERL_Y2KWARN -Dusethreads' 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=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-common -DPERL_DARWIN -no-cpp-precomp -DPERL_Y2KWARN -fno-strict-aliasing -pipe -I/usr/local/include', optimize='-Os', cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-precomp -DPERL_Y2KWARN -fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1495)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /usr/lib libs=-ldbm -ldl -lm -lc perllibs=-ldl -lm -lc libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT Built under darwin Compiled at Jan 29 2005 22:36:38 @INC: /usr/local/lib/perl5/5.8.6/darwin-thread-multi-2level /usr/local/lib/perl5/5.8.6 /usr/local/lib/perl5/site_perl/5.8.6/darwin-thread-multi-2level /usr/local/lib/perl5/site_perl/5.8.6 /usr/local/lib/perl5/site_perl . =============================================================================== Please let me know if you need any further information.
Date: Mon, 28 Feb 2005 14:35:46 -0600 (CST)
From: Dave Rolsky <autarch [...] urth.org>
To: Dan Kubb via RT <bug-DateTime [...] rt.cpan.org>
Subject: Re: [cpan #11691] DateTime 0.28 fails make test on perl 5.8.6 darwin-thread-multi-2level
RT-Send-Cc:
On Mon, 28 Feb 2005, Dan Kubb via RT wrote: Show quoted text
> DateTime 0.28 is failing during the make test phase > in perl 5.8.6 on my OS X 10.3.8 box.
Oops, this is actually a bug in DateTime::Locale. I'll release 0.21 to fix this. -dave /*=================================================== VegGuide.Org www.BookIRead.com Your guide to all that's veg. My book blog ===================================================*/