Bug#779687: libdevel-callchecker-perl: FTBFS on i386: DynaLoader bombs out

Niko Tyni ntyni at debian.org
Wed Mar 4 07:02:05 UTC 2015


(technically, I think this isn't RC as the package never built on i386.)

On Tue, Mar 03, 2015 at 10:32:50PM -0500, Aaron M. Ucko wrote:
> Source: libdevel-callchecker-perl
> Version: 0.006-1
> Severity: serious
> Justification: fails to build from source
> 
> The automated build of libdevel-callchecker-perl failed (only) on
> i386 due to test suite errors (excerpted from
> https://buildd.debian.org/status/fetch.php?pkg=libdevel-callchecker-perl&arch=i386&ver=0.006-1&stamp=1425399391 ):
> 
>   cd . && ./Build test  --verbose 1
>   Can't use an undefined value as a subroutine reference at /usr/lib/i386-linux-gnu/perl/5.20/DynaLoader.pm line 210.

This is a sign of ABI incompatibility between perl and the built XS
modules.  The build is not using $Config{ccflags} for some reason,
so it's missing -D_FILE_OFFSET_BITS=64 which affects the binary interface.

No time to look further right now, but hope this helps.
-- 
Niko Tyni   ntyni at debian.org



More information about the pkg-perl-maintainers mailing list