Hi,
in Debian we're experiencing build failures on some architectures with Math-GSL v0.43 and GSL 2.7.: see https://buildd.debian.org/status/package.php?p=libmath-gsl-perl for an overview and https://buildd.debian.org/status/fetch.php?pkg=libmath-gsl-perl&arch=arm64&ver=0.43-1&stamp=1632072156&raw=0 as an example build log.
This was not the case previously with Math-GSL v0.42 and GSL 2.6.: https://buildd.debian.org/status/package.php?p=libmath-gsl-perl&suite=bullseye
Note that Debian regenerates all pre-built files such as xs/* by running perl ./Build clean as part of the build process.
The corresponding Debian bug is https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994736, where Nico Tyni notes:
The failing architectures are the ones where char is unsigned.
https://github.com/leto/math--gsl/issues/231
https://lists.gnu.org/archive/html/bug-gsl/2021-06/msg00004.html
are probably related but "the other way around": aiui they disabled
the exposure of the unsigned char versions of the functions, which were
missing on the signed char architectures.
Any advice on how this might be fixed is much appreciated.