Package: ell Tags: ftbfs, hppa, patch Version: 0.56-3
ell sometimes fails to build from source on hppa: https://buildd.debian.org/status/fetch.php?pkg=ell&arch=hppa&ver=0.56-3&stamp=1676182857&raw=0 Reason is, that ell is not compiled with Large File Support (LFS). To solve this issue, please change in debian/rules this line: export DEB_BUILD_MAINT_OPTIONS = hardening=+all to export DEB_BUILD_MAINT_OPTIONS = hardening=+all future=+lfs With that change, ell will reliably build on hppa and will reliably work on all 32-bit platforms at runtime. Thanks, Helge