On Wed, 1 May 2024 11:59:13 -0500 Michel Lind <mic...@michel-slm.name> wrote: > Hi Lucas, > > On 4/20/24 8:23 AM, Lucas Nussbaum wrote: > > Source: libkdumpfile > > Version: 0.5.4-1 > > Severity: serious > > Justification: FTBFS > > Tags: trixie sid ftbfs > > User: lu...@debian.org > > Usertags: ftbfs-20240420 ftbfs-trixie ftbfs-t64-armel > > > > Hi, > > > > During a rebuild of all packages in sid, your package failed to build > > on armel. > Thanks for filing. I've notified upstream: > https://github.com/ptesarik/libkdumpfile/issues/80 > > and will try and reproduce and fix this.
FYI I am able to reproduce the failure, and it seems to be related to some sort of link-time remapping of mmap() to mmap64(). I don't have time to look into the details, but to prvent removal of the package from Debian testing, you can add CFLAGS=-D_FILE_OFFSET_BITS=64 as parameter to ./configure. HTH Petr T