commit: bce8bb0fcacadb2cf6c57f5ae0f69bf50c99f4e1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 1 22:01:26 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 1 22:02:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce8bb0f
profiles/prefix/darwin/macos: mask =sys-libs/gdbm-1.25 Workaround for build failure on macOS. Still needs to be reported upstream but I don't have a macOS Prefix at the moment to do that, so leaving for someone else. Bug: https://bugs.gentoo.org/951918 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/prefix/darwin/macos/package.mask | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 709360d865d4..8aef87c65608 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -1,6 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# 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:
