Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 816336 - kde-plasma/plasma-meta: update for sys-auth/polkit lacking elogind
Summary: kde-plasma/plasma-meta: update for sys-auth/polkit lacking elogind
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-05 04:43 UTC by Sam James
Modified: 2021-10-05 15:54 UTC (History)
3 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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-10-05 04:43:56 UTC
From a world update:
```
WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

sys-apps/coreutils:0

  (sys-apps/coreutils-9.0-r1:0/0::gentoo, ebuild scheduled for merge) USE="acl caps gmp nls (split-usr) xattr -hostname -kill -multicall (-selinux) -static -test -vanilla" ABI_X86="(64)" conflicts with
    <sys-apps/coreutils-9 required by (sys-fs/zfs-2.1.1-r2:0/5::gentoo, installed) USE="dist-kernel nls pam rootfs (split-usr) verify-sig -custom-cflags -debug (-kernel-builtin) -minimal -python -test-suite" ABI_X86="(64)" PYTHON_TARGETS="python3_10 python3_8 python3_9"
    ^                   ^

sys-auth/polkit:0

  (sys-auth/polkit-0.120:0/0::gentoo, ebuild scheduled for merge) USE="gtk introspection kde pam systemd -examples (-selinux) -test" ABI_X86="(64)" conflicts with
    sys-auth/polkit[systemd] required by (kde-plasma/plasma-meta-5.22.5:5/5::gentoo, installed) USE="bluetooth browser-integration crash-handler desktop-portal display-manager firewall gtk handbook kwallet legacy-systray pulseaudio sddm smart systemd wallpapers -accessibility -colord -crypt -discover (-elogind) -grub -networkmanager -plymouth -qrcode -sdk -thunderbolt" ABI_X86="(64)"
```

plasma-meta needs updating to address the MissingUseDepDefault warning [0] introduced by polkit dropping USE=elogind [1]. Typically we try to do this when dropping USE flags, but I guess Poly didn't see the warning yet.

[0] https://qa-reports.gentoo.org/output/gentoo-ci/output.html#kde-plasma/plasma-meta
[1] https://github.com/gentoo/gentoo/commit/3623932f33b7e986169ccbb0e57032c2f2d60e1d
Comment 1 Andreas Sturmlechner gentoo-dev 2021-10-05 07:24:52 UTC
I don't have tree access right now. What happened to revdep checking?
Comment 2 Larry the Git Cow gentoo-dev 2021-10-05 15:49:26 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=16f5eb8e662b9b4660c70ad6c67b979f4ac535c5

commit 16f5eb8e662b9b4660c70ad6c67b979f4ac535c5
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-10-05 15:19:02 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-10-05 15:24:14 +0000

    kde-plasma/plasma-meta: Fix compat w/ sys-auth/polkit w/o IUSE=elogind
    
    XOR relation continues to be enforced by all currently available
    versions of sys-auth/polkit via REQUIRED_USE.
    
    Bug: https://bugs.gentoo.org/816336
    Package-Manager: Portage-3.0.26, Repoman-3.0.3
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.23.49.9999.ebuild | 2 +-
 kde-plasma/plasma-meta/plasma-meta-9999.ebuild         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 3 Larry the Git Cow gentoo-dev 2021-10-05 15:54:10 UTC
The bug has been closed via the following commit(s):

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

commit f24d8625a19e4dedf49a2fd5a1a1b274aff61ab4
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-10-05 15:19:02 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-10-05 15:54:01 +0000

    kde-plasma/plasma-meta: Fix compat w/ sys-auth/polkit w/o IUSE=elogind
    
    XOR relation continues to be enforced by all currently available
    versions of sys-auth/polkit via REQUIRED_USE.
    
    Closes: https://bugs.gentoo.org/816336
    Package-Manager: Portage-3.0.26, Repoman-3.0.3
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../{plasma-meta-5.22.5.ebuild => plasma-meta-5.22.5-r1.ebuild}         | 2 +-
 kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)