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 130E015808B for ; Tue, 12 Apr 2022 22:38:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8180EE09A4; Tue, 12 Apr 2022 22:38:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 CA848E09A4 for ; Tue, 12 Apr 2022 22:38:07 +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 E59953419A7 for ; Tue, 12 Apr 2022 22:38:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F02C391 for ; Tue, 12 Apr 2022 22:38:03 +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: <1649803071.7af3ec75563c6744dba7db4bd94da818844c6039.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fakeroot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fakeroot/fakeroot-1.25.3-r1.ebuild sys-apps/fakeroot/fakeroot-1.26-r1.ebuild sys-apps/fakeroot/fakeroot-1.27.ebuild X-VCS-Directories: sys-apps/fakeroot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7af3ec75563c6744dba7db4bd94da818844c6039 X-VCS-Branch: master Date: Tue, 12 Apr 2022 22:38:03 +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: 396b7771-c1f2-462c-b9db-8b00f2bbb03a X-Archives-Hash: 33b09b5bfa7c26d4c875271bab952213 commit: 7af3ec75563c6744dba7db4bd94da818844c6039 Author: Randall Vasquez icloud com> AuthorDate: Tue Apr 12 13:34:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 12 22:37:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af3ec75 sys-apps/fakeroot: add flag-o-matic filter for flag -fno-semantic-interposition Bug: https://bugs.gentoo.org/834445 Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101270 Signed-off-by: Randall Vasquez icloud.com> Closes: https://github.com/gentoo/gentoo/pull/25007 Signed-off-by: Sam James gentoo.org> sys-apps/fakeroot/fakeroot-1.25.3-r1.ebuild | 4 ++++ sys-apps/fakeroot/fakeroot-1.26-r1.ebuild | 4 ++++ sys-apps/fakeroot/fakeroot-1.27.ebuild | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/sys-apps/fakeroot/fakeroot-1.25.3-r1.ebuild b/sys-apps/fakeroot/fakeroot-1.25.3-r1.ebuild index 1a91280d8313..801674395ecb 100644 --- a/sys-apps/fakeroot/fakeroot-1.25.3-r1.ebuild +++ b/sys-apps/fakeroot/fakeroot-1.25.3-r1.ebuild @@ -36,6 +36,10 @@ src_configure() { use acl || export ac_cv_search_acl_get_fd=no # bug 759568 use debug && append-cppflags -DLIBFAKEROOT_DEBUGGING + # https://bugs.gentoo.org/834445 + # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101270 + filter-flags -fno-semantic-interposition + econf --disable-static } diff --git a/sys-apps/fakeroot/fakeroot-1.26-r1.ebuild b/sys-apps/fakeroot/fakeroot-1.26-r1.ebuild index eaea8a55af70..60f715a23827 100644 --- a/sys-apps/fakeroot/fakeroot-1.26-r1.ebuild +++ b/sys-apps/fakeroot/fakeroot-1.26-r1.ebuild @@ -47,6 +47,10 @@ src_configure() { use acl || export ac_cv_search_acl_get_fd=no # bug 759568 use debug && append-cppflags -DLIBFAKEROOT_DEBUGGING + # https://bugs.gentoo.org/834445 + # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101270 + filter-flags -fno-semantic-interposition + econf --disable-static } diff --git a/sys-apps/fakeroot/fakeroot-1.27.ebuild b/sys-apps/fakeroot/fakeroot-1.27.ebuild index d033244f8182..468f9ec15684 100644 --- a/sys-apps/fakeroot/fakeroot-1.27.ebuild +++ b/sys-apps/fakeroot/fakeroot-1.27.ebuild @@ -47,6 +47,10 @@ src_configure() { use acl || export ac_cv_search_acl_get_fd=no # bug 759568 use debug && append-cppflags -DLIBFAKEROOT_DEBUGGING + # https://bugs.gentoo.org/834445 + # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101270 + filter-flags -fno-semantic-interposition + econf --disable-static }