[Touch-packages] [Bug 2016021] Re: icu FTBFS on lunar

2023-04-12 Thread Steven R. Loomis
OK makes sense.  Tests that are 'skipped' as above are listed at the end
of the test run (with the bug url) and can be optionally enabled.

(BTW ICU 73 is in RC and releases soon.)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to icu in Ubuntu.
https://bugs.launchpad.net/bugs/2016021

Title:
  icu FTBFS on lunar

Status in icu package in Ubuntu:
  Confirmed

Bug description:
  During the last test rebuild, it was noticed that icu failed to build
  from source, with the following failures in the test suite:

  -
  | *** FAILING TEST SUMMARY FOR:  intltest  
   TestAliasedNames
   TestCanonicalID
TimeZoneTest
 format
  | *** END FAILING TEST SUMMARY FOR:  intltest

  The issue is related to the recent tzdata updates: not only the usual
  batch of changes made to reflect the current state of the world, but
  also changes made to have a better data set for pre-1970 dates.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/icu/+bug/2016021/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2016021] Re: icu FTBFS on lunar

2023-04-12 Thread Steven R. Loomis
What ICU is this? I can't tell which version from here. Your analysis
sounds reasonable, may have to ignore the tests (there's a logKnownIssue
mechanism) - put the following before the failing test case:


if (logKnownIssue("https://bugs.launchpad.net/ubuntu/+source/icu/+bug/2016021;, 
"tzdata issue")) {
  return;
}

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to icu in Ubuntu.
https://bugs.launchpad.net/bugs/2016021

Title:
  icu FTBFS on lunar

Status in icu package in Ubuntu:
  Confirmed

Bug description:
  During the last test rebuild, it was noticed that icu failed to build
  from source, with the following failures in the test suite:

  -
  | *** FAILING TEST SUMMARY FOR:  intltest  
   TestAliasedNames
   TestCanonicalID
TimeZoneTest
 format
  | *** END FAILING TEST SUMMARY FOR:  intltest

  The issue is related to the recent tzdata updates: not only the usual
  batch of changes made to reflect the current state of the world, but
  also changes made to have a better data set for pre-1970 dates.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/icu/+bug/2016021/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1795651] Re: ICU data package is grossly outdated

2020-03-25 Thread Steven R. Loomis
@anrdaemon not sure what you mean. ICU itself doesn't cut a release
every time there's a timezone update.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to icu in Ubuntu.
https://bugs.launchpad.net/bugs/1795651

Title:
  ICU data package is grossly outdated

Status in icu package in Ubuntu:
  New
Status in icu package in Debian:
  New

Bug description:
  The data package compiled into supplied ICU libs is extremely out of date.
  I.e. the timezone information in libicu52 (Ubuntu 14) is as old as 2013g.
  The "newest" shipped tzdata in Bionic is 2017c, which is about as "new" as 
the one in Trusty.
  Means, pretty much rotten by now.

  It wouldn't be so hard to override it with env. vars, if not for
  applications, which intentionally clear environments at startup. F.e.
  PHP FPM.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/icu/+bug/1795651/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1864869] Re: ICU returns unexpected length for string

2020-03-25 Thread Steven R. Loomis
I added a comment to the PHP bug, I think it is working as designed.
Please track ICU bugs at https://unicode-org.atlassian.net (project ICU) thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to icu in Ubuntu.
https://bugs.launchpad.net/bugs/1864869

Title:
  ICU returns unexpected length for string

Status in icu package in Ubuntu:
  New
Status in php7.4 package in Ubuntu:
  Invalid

Bug description:
  Calculating the grapheme string length for the word 'नमस्ते' returns 3
  instead of 4.

  This version returns unexpected result of 3:
  ICU version   65.1
  ICU Data version  65.1
  ICU TZData version2019c
  ICU Unicode version   12.1 

  This version returns the expected result of 4:
  ICU version => 63.1
  ICU Data version => 63.1
  ICU TZData version => 2018e
  ICU Unicode version => 11.0

  PHP says this is an upstream issue:
  https://bugs.php.net/bug.php?id=79308

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/icu/+bug/1864869/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1830340] Re: icu 63.2 makes acorn ftbfs (*** stack smashing detected ***: terminated)

2019-05-24 Thread Steven R. Loomis
There's not a lot of information here as to what operation was being
done when it failed.  Note that we did get a 63.2 bug https://unicode-
org.atlassian.net/browse/ICU-20603 which also sounds like corruption.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to icu in Ubuntu.
https://bugs.launchpad.net/bugs/1830340

Title:
  icu 63.2 makes acorn ftbfs (*** stack smashing detected ***: 
  terminated)

Status in icu package in Ubuntu:
  Confirmed
Status in icu package in Debian:
  New

Bug description:
  https://launchpad.net/ubuntu/+source/acorn/5.5.3+ds3-3/+build/16839533

  As you can see, the package is now FTBFS.

  I traced down this to be an icu problem, by starting from a disco
  chroot and then manually upgrading packages until I got the icu
  update.

  I can confirm also icu from debian experimental (and Debian chroot)
  has the same issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/icu/+bug/1830340/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1784135] Re: libicu-dev and libicu-dev:i386 conflict with each other

2019-01-04 Thread Steven R. Loomis
> upstream to solve the bug

By upstream this sounds like (as I understand it) it's the ICU consumers
that need to be updated to not use icu-config, you shouldn't be waiting
on ICU itself. I just want to clarify what you mean, because I'm not
aware of any blocker in ICU. (ICU shipped https://github.com/unicode-
org/icu/pull/13 in version 63.1).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to icu in Ubuntu.
https://bugs.launchpad.net/bugs/1784135

Title:
  libicu-dev and libicu-dev:i386 conflict with each other

Status in icu package in Ubuntu:
  Confirmed
Status in icu package in Debian:
  New

Bug description:
  Release is bionic (18.04.1)

  When trying to install libicu-dev and libicu-dev:i386  together in
  bionic, the conflict with each other.

  It is expected that these two libs can be installed together in one
  system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/icu/+bug/1784135/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1795651] Re: ICU data package is grossly outdated

2018-10-02 Thread Steven R. Loomis
Hi. ICU tz data is kept available such as https://github.com/unicode-org
/icu-data/tree/master/tzdata/icunew/2018e/44 ( look in the le / be / ee
for different endianness, ee is ebcdic ) . It could be rebuilt into an
updated icu package.  Or, it could be side loaded (as a separate data
file loaded at runtime).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to icu in Ubuntu.
https://bugs.launchpad.net/bugs/1795651

Title:
  ICU data package is grossly outdated

Status in icu package in Ubuntu:
  New

Bug description:
  The data package compiled into supplied ICU libs is extremely out of date.
  I.e. the timezone information in libicu52 (Ubuntu 14) is as old as 2013g.
  The "newest" shipped tzdata in Bionic is 2017c, which is about as "new" as 
the one in Trusty.
  Means, pretty much rotten by now.

  It wouldn't be so hard to override it with env. vars, if not for
  applications, which intentionally clear environments at startup. F.e.
  PHP FPM.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/icu/+bug/1795651/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1371588] Re: 56.1 is out and contains many bug fixes and new syntax

2016-04-08 Thread Steven R. Loomis
57.1 was released last week

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to icu in Ubuntu.
https://bugs.launchpad.net/bugs/1371588

Title:
  56.1 is out and contains many bug fixes and new syntax

Status in icu package in Ubuntu:
  Triaged
Status in icu package in Debian:
  Fix Released

Bug description:
  That's all really.  They're saying it's much better than 52.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/icu/+bug/1371588/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1371588] Re: 53.1 is out and contains many bug fixes and new syntax

2014-09-19 Thread Steven R. Loomis
FYI 54.1 release candidate was just released
http://sourceforge.net/p/icu/mailman/message/32842986/

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to icu in Ubuntu.
https://bugs.launchpad.net/bugs/1371588

Title:
  53.1 is out and contains many bug fixes and new syntax

Status in “icu” package in Ubuntu:
  New

Bug description:
  That's all really.  They're saying it's much better than 52.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/icu/+bug/1371588/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1371588] Re: 53.1 is out and contains many bug fixes and new syntax

2014-09-19 Thread Steven R. Loomis
. .if you haven't started on 53 I would just jump to 54

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to icu in Ubuntu.
https://bugs.launchpad.net/bugs/1371588

Title:
  53.1 is out and contains many bug fixes and new syntax

Status in “icu” package in Ubuntu:
  New

Bug description:
  That's all really.  They're saying it's much better than 52.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/icu/+bug/1371588/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1371588] Re: 53.1 is out and contains many bug fixes and new syntax

2014-09-19 Thread Steven R. Loomis
it is a release candidate. GA (final) Oct 1st.


On 09/19/2014 12:36 PM, James wrote:
 I thought that was just an RC.  Must be losing my mind.

 On Fri, Sep 19, 2014 at 3:26 PM, Steven R. Loomis s...@icu-project.org
 wrote:

 . .if you haven't started on 53 I would just jump to 54

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1371588

 Title:
   53.1 is out and contains many bug fixes and new syntax

 Status in “icu” package in Ubuntu:
   New

 Bug description:
   That's all really.  They're saying it's much better than 52.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/icu/+bug/1371588/+subscriptions



-- 

IBMer but all opinions are mine.
https://www.ohloh.net/accounts/srl295 // fingerprint @ 
https://ssl.icu-project.org/trac/wiki/Srl

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to icu in Ubuntu.
https://bugs.launchpad.net/bugs/1371588

Title:
  53.1 is out and contains many bug fixes and new syntax

Status in “icu” package in Ubuntu:
  New

Bug description:
  That's all really.  They're saying it's much better than 52.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/icu/+bug/1371588/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp