On Thu, Mar 06, 2025 at 07:02:25AM +0100, Aurelien Jarno wrote: > Hi Bill, > > On 2025-03-05 21:30, Bill Allombert wrote: > > Package: libc6 > > Version: 2.41-7 > > Severity: normal > > > > Hello Aurelien, > > > > During a test build pari FTBFS due to a test-suite failure in a test > > involving pthread. > > this failure is only reproducible with libc6 2.41.
Thanks for looking into this! > Do you have more details about that? I have tried to build pari locally, > and it builds fine. Yes, it does not fail each time. the test that fails is test-export. > On which architecture is that? x86_64 > In which version? 2.17.1, the one in unstable. But it is the same with other versions of PARI. I do something like ./Configure --mt=pthread make gp -j12 for i in `seq 1 100`; do make test-export || break; done The only libc I see failure is 2.41, even I if use binaries built on bookworm and run them on sid. Cheers, Bill