commit: bda5fb3c3baaf4b82027e1566dc1883d51a08ccd Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Mon Dec 15 20:32:23 2025 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Mon Dec 15 20:36:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda5fb3c
profiles/prefix/darwin/macos: promote m4 mask from 26.0 Ventura has the exact same problem, thus this is a generic macOS problem with GCC-15 toolchain. Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/darwin/macos/26.0/package.mask | 7 ------- profiles/prefix/darwin/macos/package.mask | 5 +++++ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/profiles/prefix/darwin/macos/26.0/package.mask b/profiles/prefix/darwin/macos/26.0/package.mask deleted file mode 100644 index cbc0dd3a0e04..000000000000 --- a/profiles/prefix/darwin/macos/26.0/package.mask +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Fabian Groffen <[email protected]> (2025-12-09) -# Fails to compile in gnulib on invalid decls for memset, memmove, -# strncpy, etc. probably incompatibility with system headers -=sys-devel/m4-1.4.20 diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 7b793caf48c2..45d37f09f6c2 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <[email protected]> (2025-12-09) +# Fails to compile in gnulib on invalid decls for memset, memmove, +# strncpy, etc. probably incompatibility with system headers +=sys-devel/m4-1.4.20 + # Fabian Groffen <[email protected]> (2025-04-05) # Fails to compile, implicit decl _NSGetExecutablePath =sys-apps/gawk-5.3.2
