Using https://github.com/thesamesam/portage/commit/3d3b7889abd2bd79825fa6340f7e6cb396a45cd2 to detect improper LFS handling on 32 bit, I get: * QA Notice: The following files were not built with LFS support: * open,stat,__open_2,ftruncate,mmap,getrlimit,setrlimit,fopen /usr/bin/cyclictest * open,fopen /usr/bin/signaltest * __open_2,stat,fopen /usr/bin/ptsematest * fopen,stat,__open_2 /usr/bin/cyclicdeadline * fopen /usr/bin/ssdd * fopen /usr/bin/pi_stress * __open_2 /usr/bin/queuelat * __open_2,stat,fopen /usr/bin/pmqtest * mmap /usr/bin/pip_stress * __open_2,ftruncate,mmap,fstat,stat,fopen /usr/bin/sigwaittest * fopen,stat,__open_2 /usr/bin/rt-migrate-test * __open_2,ftruncate,mmap,fstat,stat,fopen /usr/bin/svsematest * fopen,stat,__open_2 /usr/bin/deadline_test
Since there are no shared libraries in this package, there is no need to check for abi inconsistencies if we add 'append-lfs-flags'. This is the proposed solution in https://github.com/gentoo/gentoo/pull/40978
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05d2756473a9aaf4565ec196937dfa9b3f7bee8 commit d05d2756473a9aaf4565ec196937dfa9b3f7bee8 Author: Sergio Gomez <sergio.g.delreal@gmail.com> AuthorDate: 2025-03-09 14:37:59 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-03-10 00:20:41 +0000 dev-util/rt-tests: add 'append-lfs-flags' Closes: https://bugs.gentoo.org/950988 Signed-off-by: Sergio Gomez <sergio.g.delreal@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40978 Signed-off-by: Sam James <sam@gentoo.org> dev-util/rt-tests/rt-tests-2.7.ebuild | 3 ++- dev-util/rt-tests/rt-tests-2.8.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-)