https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-apps/portage-3.0.22 installs tmpfiles without inheriting tmpfiles.eclass. Discovered on: amd64 (internal ref: ci) NOTE: This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
Created attachment 733609 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
It does inherit tmpfiles, it just doesn't call tmpfiles_process.
sys-apps/portage does not need to call tmpfiles_process. Please update the QA check to exclude this package.
I suppose it might make sense to make QA check conditional to specific types of tmpfiles.d entries. I mean, file consisting purely of 'x' entries doesn't need immediate processing indeed.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6fc517e4bc5649e01af9d10a445338805a0cdfc commit c6fc517e4bc5649e01af9d10a445338805a0cdfc Author: Sam James <sam@gentoo.org> AuthorDate: 2021-08-19 01:34:11 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-08-19 01:34:55 +0000 metadata/install-qa-check.d: skip some checks when TMPFILES_OPTIONAL is set This is a good enough proxy for "this package has a complicated relationship with tmpfiles" and replaces the hardcoded list of exemptions. Closes: https://bugs.gentoo.org/808781 Signed-off-by: Sam James <sam@gentoo.org> metadata/install-qa-check.d/60tmpfiles-paths | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)