commit: 6a7069160ea9101921ae39f11d5645c8027e5d44 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Tue Dec 9 09:51:57 2025 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Tue Dec 9 09:54:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a706916
profiles/prefix/darwin/macos/26.0: add package.mask for m4-1.4.20 This package makes a bootstrap fail in stage2, and neither does it compile in fully bootstrapped prefix on Tahoe. 1.4.19 does though. Bug: https://bugs.gentoo.org/962964 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/darwin/macos/26.0/package.mask | 34 ++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/profiles/prefix/darwin/macos/26.0/package.mask b/profiles/prefix/darwin/macos/26.0/package.mask new file mode 100644 index 000000000000..12537363382b --- /dev/null +++ b/profiles/prefix/darwin/macos/26.0/package.mask @@ -0,0 +1,34 @@ +# 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 + +# Sam James <[email protected]> (2025-04-01) +# Fails to build w/ `error: implicit declaration of function 'clock_nanosleep'` +# See bug #951918. +=sys-libs/gdbm-1.25 + +# Benda Xu <[email protected]> (2023-08-20) +# Does not play well with linkers under macOS. +# Undefined symbols for architecture x86_64: +# "_main", referenced from: +# implicit entry/start for main executable +dev-python/pydevd + +# Benda Xu <[email protected]> (2023-08-18) +# strlcpy and other BSD functions are available in the libc of macOS. +# Should not use libbsd. +dev-libs/libbsd + +# Benda Xu <[email protected]> (2023-08-01) +# embrace guile-3. (bug #825334) +media-sound/lilypond + +# Benda Xu <[email protected]> (2023-07-09) +# Requires Glibc <sys/xattr.h> to work properly. +# For example, 'lgetxattr' is not available on macOS or gnulib. +# https://www.gnu.org/software/gnulib/manual/html_node/lgetxattr.html +sys-apps/attr
