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 B1C4115807A for ; Wed, 9 Oct 2024 10:48:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BECCE29AC; Wed, 9 Oct 2024 10:48:30 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F11AE29AB for ; Wed, 9 Oct 2024 10:48:30 +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 77BEE3430C7 for ; Wed, 9 Oct 2024 10:48:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D00401293 for ; Wed, 9 Oct 2024 10:48:27 +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: <1728470488.422109dcf6f391736093a4346ec6b7e41be497ac.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/fox/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/fox/fox-1.6.57-r3.ebuild x11-libs/fox/fox-1.7.67-r1.ebuild x11-libs/fox/fox-1.7.67-r2.ebuild x11-libs/fox/fox-1.7.84.ebuild X-VCS-Directories: x11-libs/fox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 422109dcf6f391736093a4346ec6b7e41be497ac X-VCS-Branch: master Date: Wed, 9 Oct 2024 10:48:27 +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: ef5104a4-8ac8-4aa4-8cd5-b9cced649b80 X-Archives-Hash: 06f3ec53c5259b8ac5c0286a10412ea4 commit: 422109dcf6f391736093a4346ec6b7e41be497ac Author: Sam James gentoo org> AuthorDate: Wed Oct 9 10:41:28 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 9 10:41:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422109dc x11-libs/fox: consistently pass -fno-strict-aliasing It's not fixed in 1.7.84, they've just papered over it, see fe5777553eb7e9cf64c0526ba194b831cb455f38 where I quote the upstream site. Bug: https://bugs.gentoo.org/864412 Closes: https://bugs.gentoo.org/940648 Signed-off-by: Sam James gentoo.org> x11-libs/fox/fox-1.6.57-r3.ebuild | 5 +---- x11-libs/fox/fox-1.7.67-r1.ebuild | 5 +---- x11-libs/fox/fox-1.7.67-r2.ebuild | 5 +---- x11-libs/fox/fox-1.7.84.ebuild | 3 +++ 4 files changed, 6 insertions(+), 12 deletions(-) diff --git a/x11-libs/fox/fox-1.6.57-r3.ebuild b/x11-libs/fox/fox-1.6.57-r3.ebuild index ef39c33ba8c9..dd1f71e19dfd 100644 --- a/x11-libs/fox/fox-1.6.57-r3.ebuild +++ b/x11-libs/fox/fox-1.6.57-r3.ebuild @@ -51,10 +51,7 @@ src_prepare() { } src_configure() { - # -Werror=strict-aliasing - # https://bugs.gentoo.org/864412 - # Fixed in 1.7.84 - # + # -Werror=strict-aliasing (bug #864412, bug #940648) # Do not trust it for LTO either. append-flags -fno-strict-aliasing filter-lto diff --git a/x11-libs/fox/fox-1.7.67-r1.ebuild b/x11-libs/fox/fox-1.7.67-r1.ebuild index 00cdfbd54909..3f72ee2203ba 100644 --- a/x11-libs/fox/fox-1.7.67-r1.ebuild +++ b/x11-libs/fox/fox-1.7.67-r1.ebuild @@ -57,10 +57,7 @@ src_prepare() { } src_configure() { - # -Werror=strict-aliasing - # https://bugs.gentoo.org/864412 - # Fixed in 1.7.84 - # + # -Werror=strict-aliasing (bug #864412, bug #940648) # Do not trust it for LTO either. append-flags -fno-strict-aliasing filter-lto diff --git a/x11-libs/fox/fox-1.7.67-r2.ebuild b/x11-libs/fox/fox-1.7.67-r2.ebuild index 7b1a6adf3eb3..bdb35e3c427f 100644 --- a/x11-libs/fox/fox-1.7.67-r2.ebuild +++ b/x11-libs/fox/fox-1.7.67-r2.ebuild @@ -65,10 +65,7 @@ src_prepare() { } src_configure() { - # -Werror=strict-aliasing - # https://bugs.gentoo.org/864412 - # Fixed in 1.7.84 - # + # -Werror=strict-aliasing (bug #864412, bug #940648) # Do not trust it for LTO either. append-flags -fno-strict-aliasing filter-lto diff --git a/x11-libs/fox/fox-1.7.84.ebuild b/x11-libs/fox/fox-1.7.84.ebuild index 9ab1aee4523a..ac39a16ca295 100644 --- a/x11-libs/fox/fox-1.7.84.ebuild +++ b/x11-libs/fox/fox-1.7.84.ebuild @@ -65,6 +65,9 @@ src_prepare() { } src_configure() { + # -Werror=strict-aliasing (bug #864412, bug #940648) + # Do not trust it for LTO either. + append-flags -fno-strict-aliasing filter-lto use debug || append-cppflags -DNDEBUG