https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-eselect/eselect-php-0.9.7 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 733294 [details] build.log build log and emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b7f7e7373b92bab31e570b90d1fce3d82862015 commit 0b7f7e7373b92bab31e570b90d1fce3d82862015 Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2021-08-17 12:14:11 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2021-08-17 12:21:18 +0000 app-eselect/eselect-php: call tmpfiles_process() in pkg_postinst(). With USE=fpm, we install a tmpfiles entry that needs to be processed immediately, before php-fpm is launched. This commit adds the necessary call to the -9999 ebuild in pkg_postinst() when USE=fpm is set. We make the same change in a new revision 0.9.7-r1, but there I've also created a proper release tarball upstream (on my devspace) so that we can drop the autotools.eclass inherit. Closes: https://bugs.gentoo.org/808588 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> app-eselect/eselect-php/Manifest | 1 + .../eselect-php/eselect-php-0.9.7-r1.ebuild | 37 ++++++++++++++++++++++ app-eselect/eselect-php/eselect-php-9999.ebuild | 8 +++-- 3 files changed, 44 insertions(+), 2 deletions(-)