commit: 8a7c6a235f2c30ae007d378872ff388da134eee3 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Mon Dec 22 15:16:39 2025 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Mon Dec 22 15:16:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7c6a23
profiles/prefix/linux/package.mask mask sys-devel/m4-1.4.20 like on macOS Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/linux/package.mask | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/profiles/prefix/linux/package.mask b/profiles/prefix/linux/package.mask index 34c6186b8bc1..3b2f7125eace 100644 --- a/profiles/prefix/linux/package.mask +++ b/profiles/prefix/linux/package.mask @@ -1,6 +1,12 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <[email protected]> (2025-12-22) +# Fails to compile in gnulib on invalid decls for memset, memmove, +# strncpy, etc. probably incompatibility with system headers +# same as for macOS, not on RAP, so probably caused by libc (version) +=sys-devel/m4-1.4.20 + # Michael Haubenwallner <[email protected]> (2019-01-08) # Prefix Guest does use host libc and host kernel's headers, # hence packages should depend on virtual/os-headers instead.
