On 2025-06-12 9:24 a.m., Matthias Klose wrote: > On 12.06.25 15:10, Dave Anglin wrote: >> On 2025-06-12 3:45 a.m., Matthias Klose wrote: >>> could you attach the log file? or is this a regular build, and the log >>> files can be found in the packaging? >> The build log is here: >> https://buildd.debian.org/status/fetch.php?pkg=gcc-15&arch=hppa&ver=15.1.0-7&stamp=1749684511&raw=0 >> >> The acats testsuite log was included in the report. >> > > ok, I see. But I can't explain why hppa-linux-gnu-gcc-15 is called, that > isn't the case on other architectures. I don't believe this is specific to hppa. In this amd64 build, https://buildd.debian.org/status/fetch.php?pkg=gcc-15&arch=amd64&ver=15.1.0-7&stamp=1749529863&raw=0 there is no acats Summary.
In my hppa builds, I see summaries like: === acats Summary === # of expected passes 1138 # of unexpected failures 0 /home/dave/gnu/gcc/gcc/gcc/testsuite/ada/acats-2/run_all.sh completed at Thu Jun 12 06:41:23 GMT 2025 touch $GCC_RUNTEST_PARALLELIZE_DIR/finished if [ -f $GCC_RUNTEST_PARALLELIZE_DIR/finished ]; then \ rm -rf testsuite/ada/acats-23; exit 0; \ fi; \ test -d testsuite/ada/acats-23 || mkdir -p testsuite/ada/acats-23; \ testdir=`cd ../../gcc/gcc/testsuite/ada/acats-2 && ${PWDCMD-pwd}`; \ export testdir; cd testsuite/ada/acats-23 && /bin/bash ${testdir}/run_acats.sh -- John David Anglin d...@parisc-linux.org