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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A10F158013 for ; Sun, 3 Dec 2023 00:27:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C6FF2BC018; Sun, 3 Dec 2023 00:27:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A52A2BC018 for ; Sun, 3 Dec 2023 00:27:50 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 852ED335CB9 for ; Sun, 3 Dec 2023 00:27:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C9BC119 for ; Sun, 3 Dec 2023 00:27:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1701563128.ac0bc46eaa27105ea7ca3d854ecaeaa3b99e9880.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus-broker/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dbus-broker/dbus-broker-33.ebuild sys-apps/dbus-broker/dbus-broker-9999.ebuild X-VCS-Directories: sys-apps/dbus-broker/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ac0bc46eaa27105ea7ca3d854ecaeaa3b99e9880 X-VCS-Branch: master Date: Sun, 3 Dec 2023 00:27:48 +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: f6aafe40-d363-4f68-b693-2594aa6d42dd X-Archives-Hash: 73db14a6da634fbd9a8c45eeb76fad6d commit: ac0bc46eaa27105ea7ca3d854ecaeaa3b99e9880 Author: Sam James gentoo org> AuthorDate: Sun Dec 3 00:20:00 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 3 00:25:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0bc46e sys-apps/dbus-broker: filter -fno-semantic-interposition Causes test failures. (Not going to revbump as this isn't anything new and anyone who hits it would notice immediately.) Signed-off-by: Sam James gentoo.org> sys-apps/dbus-broker/dbus-broker-33.ebuild | 5 ++++- sys-apps/dbus-broker/dbus-broker-9999.ebuild | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/sys-apps/dbus-broker/dbus-broker-33.ebuild b/sys-apps/dbus-broker/dbus-broker-33.ebuild index 13b622e8825c..645121c3f9b2 100644 --- a/sys-apps/dbus-broker/dbus-broker-33.ebuild +++ b/sys-apps/dbus-broker/dbus-broker-33.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit meson +inherit flag-o-matic meson if [[ ${PV} == 9999 ]]; then inherit git-r3 @@ -50,6 +50,9 @@ src_unpack() { fi src_configure() { + # Causes test failures + filter-flags -fno-semantic-interposition + local emesonargs=( $(meson_use apparmor) $(meson_use audit) diff --git a/sys-apps/dbus-broker/dbus-broker-9999.ebuild b/sys-apps/dbus-broker/dbus-broker-9999.ebuild index 9345691d61b5..206bac4cf1bb 100644 --- a/sys-apps/dbus-broker/dbus-broker-9999.ebuild +++ b/sys-apps/dbus-broker/dbus-broker-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2017-2022 Gentoo Authors +# Copyright 2017-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit meson +inherit flag-o-matic meson if [[ ${PV} == 9999 ]]; then inherit git-r3 @@ -50,6 +50,9 @@ src_unpack() { fi src_configure() { + # Causes test failures + filter-flags -fno-semantic-interposition + local emesonargs=( $(meson_use apparmor) $(meson_use audit)