Skip Menu |

This queue is for tickets about the App-Chart CPAN distribution.

Report information
The Basics
Id: 122321
Status: resolved
Priority: 0/
Queue: App-Chart

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: America/Montreal timezone may be missing
On my freebsd 10.3 smoker there's no America/Montreal timezone: $ ls -1 /usr/share/zoneinfo/America/Mon* /usr/share/zoneinfo/America/Moncton /usr/share/zoneinfo/America/Monterrey /usr/share/zoneinfo/America/Montevideo /usr/share/zoneinfo/America/Montserrat $ env TZ=America/Montreal date So 2 Jul 2017 16:08:41 UTC (UTC, not EDT) Consequently some tests fail: ... # loading 77 suffix modules TZ 'Montreal': no zone known to the system among: America/Montreal, using EST+5 instead # Saw 1 warning(s): # # Trace begun at t/MyTestHelpers.pm line 59 # MyTestHelpers::nowarnings_handler('TZ \'Montreal\': no zone known to the system among: America/Montreal, using EST+5 instead^J') called at /usr/perl5.26.0p/lib/site_perl/5.26.0/Time/TZ.pm line 59 # Time::TZ::tz('App::Chart::TZ=HASH(0x469d57e0)') called at /usr/perl5.26.0p/lib/site_perl/5.26.0/Time/TZ.pm line 33 # Time::TZ::new('App::Chart::TZ', 'name', 'Montreal', 'choose', 'ARRAY(0x469d5288)', 'fallback', 'EST+5') called at /home/cpansand/.cpan/build/2017070215/App-Chart-260-2/blib/lib/App/Chart/Suffix/MON.pm line 32 # require App/Chart/Suffix/MON.pm at /usr/perl5.26.0p/lib/5.26.0/Module/Load.pm line 77 # eval {...} at /usr/perl5.26.0p/lib/5.26.0/Module/Load.pm line 77 # Module::Load::_load('App::Chart::Suffix::MON') called at /home/cpansand/.cpan/build/2017070215/App-Chart-260-2/blib/lib/App/Chart.pm line 191 # App::Chart::symbol_setups('FOO.MON') called at t/1-symbol-setups.t line 42 # # Exit code 1 for warnings # Looks like your test exited with 1 just after 1. t/1-symbol-setups.t ............ Dubious, test returned 1 (wstat 256, 0x100) All 1 subtests passed ...
Subject: Re: [rt.cpan.org #122321] America/Montreal timezone may be missing
Date: Sun, 09 Jul 2017 16:31:52 +1000
To: "Slaven_Rezic via RT" <bug-App-Chart [...] rt.cpan.org>
From: Kevin Ryde <user42_kevin [...] yahoo.com.au>
"Slaven_Rezic via RT" <bug-App-Chart@rt.cpan.org> writes: Show quoted text
> > On my freebsd 10.3 smoker there's no America/Montreal timezone:
Thanks, I think :-). Rumour has it that's dubiousness in some distributions of the tzdata. America/Montreal exists for example in Debian (now and perhaps always too as I never noticed it absent). Show quoted text
> # loading 77 suffix modules > TZ 'Montreal': no zone known to the system among: America/Montreal, using EST+5 instead
That code was actually unused (unfinished, not working). I uploaded a version with it withdrawn. If I finish I'll put a fallback to Toronto.
On 2017-07-09 02:34:44, user42_kevin@yahoo.com.au wrote: Show quoted text
> "Slaven_Rezic via RT" <bug-App-Chart@rt.cpan.org> writes:
> > > > On my freebsd 10.3 smoker there's no America/Montreal timezone:
> > Thanks, I think :-). Rumour has it that's dubiousness in some > distributions of the tzdata. America/Montreal exists for example in > Debian (now and perhaps always too as I never noticed it absent). >
> > # loading 77 suffix modules > > TZ 'Montreal': no zone known to the system among: America/Montreal, > > using EST+5 instead
> > That code was actually unused (unfinished, not working). > I uploaded a version with it withdrawn. If I finish I'll put a > fallback to Toronto.
Version 261 looks fine, no failures anymore from FreeBSD smokers: http://matrix.cpantesters.org/?dist=App-Chart+261