commit: 50b86fd40d32ddff11c8ff7c911692a7370ec308 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Dec 23 07:00:04 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 23 07:00:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b86fd4
profiles/prefix/darwin/macos: mask nano-6.0 which fails to build Bug: https://bugs.gentoo.org/829847 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/prefix/darwin/macos/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 643431b48593..a1df0da692af 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -1,6 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2021-12-23) +# Fails to build due to gnulib errors: +# ```timespec.h:52:21: error: expected identifier or ‘(’ before ‘struct’ +# 52 | _GL_TIMESPEC_INLINE struct timespec``` +# bug #829847 +=app-editors/nano-6.0 + # Sam James <[email protected]> (2021-09-05) # gdbm-1.21 fails to build right now on macOS with: # ```gdbmshell.c:1013:54: error: ‘struct stat’ has no member named ‘st_mtim’```
