On Thu, Jan 05, 2023 at 09:14:48AM +0000, Matthew Vernon wrote: > Hi, > > On 05/01/2023 01:07, Adrian Bunk wrote: > > > https://tracker.debian.org/pkg/pcre2 > > Issues preventing migration: > > ∙ ∙ autopkgtest for link-grammar/5.11.0~dfsg-1: amd64: Pass, arm64: > > Regression ♻ (reference ♻), armel: Regression ♻ (reference ♻), armhf: > > Regression ♻ (reference ♻), i386: Pass, ppc64el: Regression ♻ (reference > > ♻), s390x: Pass > > Am I reading that right that it works on amd64, but fails on some other > architectures?
No, it only says that it once succeeded: https://buildd.debian.org/status/logs.php?pkg=link-grammar&arch=amd64 https://ci.debian.net/packages/l/link-grammar/testing/amd64/ For the autopkgtest that's success on 4th attempt, after 3 failures. > > #0 0x00007f46a39011b1 in ?? () from /lib/x86_64-linux-gnu/libpcre2-8.so.0 > > ...but it then fails in your local test on amd64? The name of the failuing test is "multi-thread", and wherever the problem is my guess would be a race condition. > [but link-grammar compiles OK with the previous pcre2 version?] That's what my local build tests say. And also what the link-grammar autopkgtest says. > Regards, > > Matthew cu Adrian