Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 801415 - www-apps/icingaweb2-2.82-r1 pkg_setup dies
Summary: www-apps/icingaweb2-2.82-r1 pkg_setup dies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-10 04:37 UTC by Daniel M. Weeks
Modified: 2021-07-10 14:28 UTC (History)
2 users (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 Daniel M. Weeks 2021-07-10 04:37:22 UTC
The conditional modified for GLEP 81 in this package is completely broken:

use nginx && usermod -a -G icingacmd,icingaweb2 nginx || die
use apache2 && usermod -a -G icingacmd,icingaweb2 apache || die

If you only have one in USE it's going to die. Was this tested? How did it go straight to stable?

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2021-07-10 14:28:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98ff20198b33d334cb0f38e07bc8e9dea218e75

commit a98ff20198b33d334cb0f38e07bc8e9dea218e75
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-07-10 14:25:53 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-07-10 14:25:53 +0000

    www-apps/icingaweb2: drop die
    
    Removing added 'die', as it would fail.
    
    Closes: https://bugs.gentoo.org/801415
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 www-apps/icingaweb2/icingaweb2-2.8.2-r1.ebuild | 12 ++++++------
 www-apps/icingaweb2/icingaweb2-9999.ebuild     | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)