Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 950988 - dev-util/rt-tests: add 'append-lfs-flags'
Summary: dev-util/rt-tests: add 'append-lfs-flags'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2025-03-09 14:44 UTC by Sergio Gomez
Modified: 2025-03-10 00:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergio Gomez 2025-03-09 14:44:39 UTC
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
Comment 1 Sergio Gomez 2025-03-09 14:47:40 UTC
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
Comment 2 Larry the Git Cow gentoo-dev 2025-03-10 00:22:55 UTC
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(-)