Bug#1143758: libimage-scale-perl: FTBFS: Failed 6/9 test programs. 1/1 subtests failed.
gregor herrmann <[email protected]> Thu, 6 Aug 2026 10:58:32 +0200
| Newsgroups | gmane.linux.debian.devel.bugs.rc |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 06 Aug 2026 10:41:05 +0200, Paul Gevers wrote: >On 06-08-2026 10:12, Paul Gevers wrote: >>Hmm, I'm not spotting any difference in the build dependencies that >>get installed, but the build system changed from gcc-15 to gcc-16 >>(plus some minor other deltas). > >Adding a "push @LIBS, '-lm';" to the Makefile.PL file solves (works >around?) the issue. Is that the appropriate way? Typically we would add it to LIBS in the WriteMakefile section, i.e. https://salsa.debian.org/perl-team/modules/packages/libimage-scale-perl/-/blob/main/Makefile.PL?ref_type=heads#L259 but in this case, with the untypical Makefile.PL which gathers @LIBS beforehand, this seems appropriate / in style with the rest as well. Cheers, gregor