On Tue, Sep 02, 2025 at 10:55:25AM +0200, Bruno Haible wrote: > Hi Santiago, > > > > and this is what happens in hppa: > > > > > > ------------------------------------------------------------------------- > > > Checking ./stackovf.test > > > Stack soft limit set to 8192K > > > Failure - m4 aborted unexpectedly > > > Output from m4: > > > m4: internal error detected; please report this bug to <bug-m4@gnu.org>: > > > Segmentation fault > > > > > > Skipped checks were: > > > ./127.changeword ./128.changeword ./129.changeword ./130.changeword > > > ./131.changeword ./132.changeword ./133.changeword > > > Failed checks were: > > > ./stackovf.test > > > make[4]: *** [Makefile:2574: check-local] Error 1 > > > ------------------------------------------------------------------------- > > > > > > It might be worth to mention that this used to work five months ago > > > with 1.4.19, so this is a regression. > > I don't reproduce this: On Debian 12 Linux/hppa [1] > > m4-1.4.19 has one test failure: > Failed checks were: > ../../checks/198.sysval:err > make[3]: *** [Makefile:2065: check-local] Error 1 > > m4-1.4.20: > All checks successful > > So, what I see is an improvement, not a regression.
Ok, to avoid confusion, this is the page for our hppa builds: https://buildd.debian.org/status/logs.php?pkg=m4&arch=hppa What I meant before was that the failed build at "2025-09-01 19:52:35", made with Linux 6.12.x, was a regression over the previous successful build of 1.4.19-8 at "2025-04-20 19:39:15", also made with Linux 6.12.x. The current build, made at "2025-09-01 23:31:59", which was successful, was done with Linux 6.1.x. > It is possible that the Debian 13 kernel has a problem that the Debian > 12 kernel does not have. In this case, the developer to contact should > be Helge Deller. That's exactly what it seems, yes. Thanks.