commit: 267afc75ceaf3697231104f48eaf9fc97bf0af61 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Thu Jan 25 08:00:10 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Thu Jan 25 08:00:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=267afc75
profiles: mask app-misc/ddcutil-2.1.0 causes repeated crashes in powerdevil if birhgtness-control is enabled. Additionally ddcui fails to start when this happens. Presumably this has something to do with the new locking mechanism introduced in this version, but I still have to investigate further. Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 22f7f7fd3ef1..638ffe6ec08c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Andrew Ammerlaan <[email protected]> (2024-01-24) +# app-misc/ddcutil-2.1.0 causes core-dump crashes in +# kde-plasma/powerdevil[brightness-control]. +~app-misc/ddcutil-2.1.0 +~app-misc/ddcui-0.5.0 + # Andrew Ammerlaan <[email protected]> (2024-01-24) # The functionality of sys-kernel/installkernel-systemd has been # integrated into sys-kernel/installkernel[systemd].
