From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA05E15838C for ; Thu, 25 Jan 2024 08:02:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDF52E2AA0; Thu, 25 Jan 2024 08:02:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A66AFE2AA0 for ; Thu, 25 Jan 2024 08:02:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7F783433E3 for ; Thu, 25 Jan 2024 08:02:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F77DBE7 for ; Thu, 25 Jan 2024 08:02:13 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1706169610.267afc75ceaf3697231104f48eaf9fc97bf0af61.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 267afc75ceaf3697231104f48eaf9fc97bf0af61 X-VCS-Branch: master Date: Thu, 25 Jan 2024 08:02:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cee90173-e37c-4f06-85a5-cf2cde57dd9c X-Archives-Hash: ab613e4a5e368602b6804cb632d201ec commit: 267afc75ceaf3697231104f48eaf9fc97bf0af61 Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Jan 25 08:00:10 2024 +0000 Commit: Andrew Ammerlaan gentoo 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 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 (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 (2024-01-24) # The functionality of sys-kernel/installkernel-systemd has been # integrated into sys-kernel/installkernel[systemd].