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 6C11D158043 for ; Thu, 29 Feb 2024 01:52:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27981E2A40; Thu, 29 Feb 2024 01:52:06 +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 0CEB3E2A40 for ; Thu, 29 Feb 2024 01:52:06 +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 0CE27343030 for ; Thu, 29 Feb 2024 01:52:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 481F714E6 for ; Thu, 29 Feb 2024 01:52: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: <1709171412.1687efacf020823d3d968a45b7b00690d6b3c85d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/argus/argus-3.0.8.3-r2.ebuild X-VCS-Directories: net-analyzer/argus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1687efacf020823d3d968a45b7b00690d6b3c85d X-VCS-Branch: master Date: Thu, 29 Feb 2024 01:52: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: 6b303109-8dca-486f-ae1e-f4e0247618c6 X-Archives-Hash: a5ddd82b97b78827deb06b7072383a18 commit: 1687efacf020823d3d968a45b7b00690d6b3c85d Author: Eli Schwartz gmail com> AuthorDate: Thu Feb 29 01:01:04 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 29 01:50:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1687efac net-analyzer/argus: mark LTO-unsafe, mark strict-aliasing unsafe Closes: https://bugs.gentoo.org/861146 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> net-analyzer/argus/argus-3.0.8.3-r2.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/net-analyzer/argus/argus-3.0.8.3-r2.ebuild b/net-analyzer/argus/argus-3.0.8.3-r2.ebuild index e4461407cd4a..c366c9a7af03 100644 --- a/net-analyzer/argus/argus-3.0.8.3-r2.ebuild +++ b/net-analyzer/argus/argus-3.0.8.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools toolchain-funcs +inherit autotools flag-o-matic toolchain-funcs DESCRIPTION="network Audit Record Generation and Utilization System" HOMEPAGE="https://openargus.org/" @@ -59,6 +59,12 @@ src_prepare() { } src_configure() { + # -Werror=strict-aliasing + # https://bugs.gentoo.org/861146 + # https://github.com/openargus/argus/issues/8 + append-flags -fno-strict-aliasing + filter-lto + use debug && touch .debug # enable debugging econf \