Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 17063
Status: resolved
Priority: 0/
Queue: Time-Local

People
Owner: Nobody in particular
Requestors: mf [...] mfedv.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.12
Fixed in: 1.12_01



Subject: 1.12 on NetBSD/Alpha: t/Local.t fails Test 133
while Time-Local-1.12 installs cleanly on Linux/i386, it fails Test 133 on my NetBSD2.1/Alpha on a DEC Personal Workstation 500. Because 1.11 installs cleanly and seems to work (not using it knowingly:) I tagged it "normal" and not any more severe. If you need any more details, please let me know. Best regards Matthias Ferdinand -------------------- Log of install: Running make for D/DR/DROLSKY/Time-Local-1.12.tar.gz CPAN: Digest::SHA loaded ok CPAN: Module::Signature loaded ok WARNING: This key is not certified with a trusted signature! Primary key fingerprint: 2E66 557A B97C 19C7 91AF 8E20 328D A867 450F 89EC Signature for /root/.cpanlocal/sources/authors/id/D/DR/DROLSKY/CHECKSUMS ok CPAN: Compress::Zlib loaded ok Checksum for /root/.cpanlocal/sources/authors/id/D/DR/DROLSKY/Time-Local-1.12.tar.gz ok Scanning cache /root/.cpanlocal/build for sizes tar: ustar vol 1, 13 files, 61440 bytes read, 0 bytes written in 1 secs (61440 bytes/sec) Time-Local-1.12 Time-Local-1.12/t Time-Local-1.12/t/Local.t Time-Local-1.12/META.yml Time-Local-1.12/Changes Time-Local-1.12/lib Time-Local-1.12/lib/Time Time-Local-1.12/lib/Time/Local.pm Time-Local-1.12/MANIFEST Time-Local-1.12/MANIFEST.SKIP Time-Local-1.12/LICENSE Time-Local-1.12/Makefile.PL Time-Local-1.12/README Removing previously used /root/.cpanlocal/build/Time-Local-1.12 Package came without SIGNATURE CPAN.pm: Going to build D/DR/DROLSKY/Time-Local-1.12.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Time::Local cp lib/Time/Local.pm blib/lib/Time/Local.pm Manifying blib/man3/Time::Local.3 /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/local/vwperl/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Local....# Test 133 got: "17fffffff" (t/Local.t at line 167) # Expected: "7fffffff" (0x7fffffff round trip through localtime then timelocal) # t/Local.t line 167 is: ok(sprintf('%x', timelocal(localtime(0x7fffffff))), sprintf('%x', 0x7fffffff), FAILED test 133 Failed 1/133 tests, 99.25% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/Local.t 133 1 0.75% 133 Failed 1/1 test scripts, 0.00% okay. 1/133 subtests failed, 99.25% okay. *** Error code 25 Stop. make: stopped in /root/.cpanlocal/build/Time-Local-1.12 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force -------------------- Perl 5.8.7, build configuration: Summary of my perl5 (revision 5 version 8 subversion 7) configuration: Platform: osname=netbsd, osvers=2.1, archname=alpha-netbsd uname='netbsd mfnetbsd.mfedv.net 2.1 netbsd 2.1 (generic) #0: mon oct 24 19:17:35 utc 2005 jmc@faith.netbsd.org:homebuildsabnetbsd-2-1-releasealpha2005102417 47z-objhomebuildsabnetbsd-2-1-releasesrcsysarchalphacompilegeneric alpha ' config_args='-ds -e -Dprefix=/usr/local/vwperl' 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=define uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/pkg/include', optimize='-O', cppflags='-fno-strict-aliasing -pipe -I/usr/pkg/include' ccversion='', gccversion='3.3.3 (NetBSD nb3 20040520)', gccosandvers='' intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='cc', ldflags =' -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/usr/local/lib -L/usr/pkg/lib' libpth=/usr/pkg/lib /lib /usr/lib libs=-lm -lcrypt -lutil -lc -lposix perllibs=-lm -lcrypt -lutil -lc -lposix 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='-Wl,-E ' cccdlflags='-DPIC -fPIC ', lddlflags='--whole-archive -shared -L/usr/pkg/lib' -------------------