Comment 2 for bug 2016021

Revision history for this message
Simon Chopin (schopin) wrote : Re: [Bug 2016021] Re: icu FTBFS on lunar

Quoting Steven R. Loomis (2023-04-12 17:30:25)
> What ICU is this? I can't tell which version from here. Your analysis

That'd be 72.1-3ubuntu1, now ubuntu2 with this patch. This bug was
mostly for reference for the folks in the Ubuntu release team since
we're in feature freeze, almost at final freeze. I uploaded the fix
directly afterward. That's my bad, I should have been more explicit
about that :)

> 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;
> }

Given that icu is a regular in our FTBFS reports due to tzdata updates,
we might indeed end up doing so, but in general I'd rather adapt the
tests to the specificities of the distro than disable them altogether.
Thanks for the tip though, much appreciated!