From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 3E46115800A for ; Sun, 08 Jun 2025 04:59:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2C953343105 for ; Sun, 08 Jun 2025 04:59:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2AF771104A5; Sun, 08 Jun 2025 04:59:38 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 2683711049F for ; Sun, 08 Jun 2025 04:59:38 +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 D7B94343119 for ; Sun, 08 Jun 2025 04:59:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B5082980 for ; Sun, 08 Jun 2025 04:59:35 +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: <1749358604.cbf8f467f4d321163fe941fe7b5bc186c968ae40.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/m4/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/m4/m4-1.4.20.ebuild X-VCS-Directories: sys-devel/m4/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cbf8f467f4d321163fe941fe7b5bc186c968ae40 X-VCS-Branch: master Date: Sun, 08 Jun 2025 04:59:35 +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: 402238a0-4456-4320-8e8d-b141d191227e X-Archives-Hash: 4eabd71301753ee3938e6dd9d4d631c9 commit: cbf8f467f4d321163fe941fe7b5bc186c968ae40 Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Thu May 29 09:02:04 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 8 04:56:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf8f467 sys-devel/m4: avoid build failures with -Werror=format-security While gettext made a fix for building with -Werror=format-security combined with USE=-nls, it only works with gcc. Backporting this change would be more trouble than it is worth and still require conditional filter-flags for clang. Instead of trying to accommodate different compilers and USE flag combinations just ignore -Werror=format-security unconditionally. Closes: https://bugs.gentoo.org/955947 Signed-off-by: Holger Hoffstätte applied-asynchrony.com> Part-of: https://github.com/gentoo/gentoo/pull/42320 Closes: https://github.com/gentoo/gentoo/pull/42320 Signed-off-by: Sam James gentoo.org> sys-devel/m4/m4-1.4.20.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-devel/m4/m4-1.4.20.ebuild b/sys-devel/m4/m4-1.4.20.ebuild index 169c273e59e9..377ed7eda7fd 100644 --- a/sys-devel/m4/m4-1.4.20.ebuild +++ b/sys-devel/m4/m4-1.4.20.ebuild @@ -4,7 +4,7 @@ EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/m4.asc -inherit verify-sig +inherit flag-o-matic verify-sig DESCRIPTION="GNU macro processor" HOMEPAGE="https://www.gnu.org/software/m4/m4.html" @@ -57,6 +57,9 @@ src_prepare() { } src_configure() { + # see https://bugs.gentoo.org/955947 + append-flags -Wno-error=format-security + local -a myeconfargs=( --enable-changeword