Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 808588 - app-eselect/eselect-php-0.9.7 installs tmpfiles without inheriting tmpfiles.eclass
Summary: app-eselect/eselect-php-0.9.7 installs tmpfiles without inheriting tmpfiles.e...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tmpfiles-qa
  Show dependency tree
 
Reported: 2021-08-16 11:56 UTC by Agostino Sarubbo
Modified: 2021-08-20 16:45 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,44.38 KB, text/plain)
2021-08-16 11:56 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-08-16 11:56:27 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2021-08-16 11:56:30 UTC
Created attachment 733294 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-08-17 12:23:33 UTC
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(-)