Skip Menu |

This queue is for tickets about the Unicode-ICU-Collator CPAN distribution.

Report information
The Basics
Id: 124946
Status: resolved
Priority: 0/
Queue: Unicode-ICU-Collator

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

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



Subject: Test suite fails on newer Linux systems
See http://matrix.cpantesters.org/?dist=Unicode-ICU-Collator%200.002;os=linux;reports=1#sl=2,1 --- on newer Linux (here Debian/stretch, Debian/sid and Ubuntu 16.04) the test suite fails. On one of my smokers the failure looks like this: ... Error getting locale type: 1 at t/20cmp.t line 34. # Looks like your test exited with 255 just after 1. t/20cmp.t ....... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 49/50 subtests ...
On 2018-03-28 02:46:26, SREZIC wrote: Show quoted text
> See http://matrix.cpantesters.org/?dist=Unicode-ICU- > Collator%200.002;os=linux;reports=1#sl=2,1 --- on newer Linux (here > Debian/stretch, Debian/sid and Ubuntu 16.04) the test suite fails. > > On one of my smokers the failure looks like this: > > ... > Error getting locale type: 1 at t/20cmp.t line 34. > # Looks like your test exited with 255 just after 1. > t/20cmp.t ....... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 49/50 subtests > ...
The same problem seems to happen on newer freebsd systems (version 10 and up): http://matrix.cpantesters.org/?dist=Unicode-ICU-Collator%200.002;os=freebsd;reports=1#sl=2,1
CC: ;
Subject: Re: [rt.cpan.org #124946] Test suite fails on newer Linux systems
Date: Thu, 29 Mar 2018 09:42:22 +1100
To: Slaven_Rezic via RT <bug-Unicode-ICU-Collator [...] rt.cpan.org>
From: Tony Cook <tony [...] develop-help.com>
On Wed, Mar 28, 2018 at 02:48:23AM -0400, Slaven_Rezic via RT wrote: Show quoted text
> Queue: Unicode-ICU-Collator > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=124946 > > > On 2018-03-28 02:46:26, SREZIC wrote:
> > See http://matrix.cpantesters.org/?dist=Unicode-ICU- > > Collator%200.002;os=linux;reports=1#sl=2,1 --- on newer Linux (here > > Debian/stretch, Debian/sid and Ubuntu 16.04) the test suite fails. > > > > On one of my smokers the failure looks like this: > > > > ... > > Error getting locale type: 1 at t/20cmp.t line 34. > > # Looks like your test exited with 255 just after 1. > > t/20cmp.t ....... > > Dubious, test returned 255 (wstat 65280, 0xff00) > > Failed 49/50 subtests > > ...
> > The same problem seems to happen on newer freebsd systems (version 10 and up): > http://matrix.cpantesters.org/?dist=Unicode-ICU-Collator%200.002;os=freebsd;reports=1#sl=2,1
Thanks, I've reproduced this locally. It looks like ULOC_REQUESTED_LOCALE was deprecated, and has been removed. I'll release a fix Soon(tm). Tony
On Wed Mar 28 18:42:38 2018, tony@develop-help.com wrote: Show quoted text
> On Wed, Mar 28, 2018 at 02:48:23AM -0400, Slaven_Rezic via RT wrote:
> > Queue: Unicode-ICU-Collator > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=124946 > > > > > On 2018-03-28 02:46:26, SREZIC wrote:
> > > See http://matrix.cpantesters.org/?dist=Unicode-ICU- > > > Collator%200.002;os=linux;reports=1#sl=2,1 --- on newer Linux (here > > > Debian/stretch, Debian/sid and Ubuntu 16.04) the test suite fails. > > > > > > On one of my smokers the failure looks like this: > > > > > > ... > > > Error getting locale type: 1 at t/20cmp.t line 34. > > > # Looks like your test exited with 255 just after 1. > > > t/20cmp.t ....... > > > Dubious, test returned 255 (wstat 65280, 0xff00) > > > Failed 49/50 subtests > > > ...
> > > > The same problem seems to happen on newer freebsd systems (version 10 > > and up): > > http://matrix.cpantesters.org/?dist=Unicode-ICU- > > Collator%200.002;os=freebsd;reports=1#sl=2,1
> > Thanks, I've reproduced this locally. > > It looks like ULOC_REQUESTED_LOCALE was deprecated, and has been > removed. > > I'll release a fix Soon(tm).
Now released as 0.003. Tony