diff options
author | Sam James <sam@gentoo.org> | 2021-12-23 07:00:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-23 07:00:04 +0000 |
commit | 50b86fd40d32ddff11c8ff7c911692a7370ec308 (patch) | |
tree | b63b351e5867bfbc0f1745abe030200daa02a394 /profiles | |
parent | sys-kernel/linux-headers: add more background to musl patch (diff) | |
download | gentoo-50b86fd40d32ddff11c8ff7c911692a7370ec308.tar.gz gentoo-50b86fd40d32ddff11c8ff7c911692a7370ec308.tar.bz2 gentoo-50b86fd40d32ddff11c8ff7c911692a7370ec308.zip |
profiles/prefix/darwin/macos: mask nano-6.0 which fails to build
Bug: https://bugs.gentoo.org/829847
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/darwin/macos/package.mask | 7 |
1 files changed, 7 insertions, 0 deletions
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 <sam@gentoo.org> (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 <sam@gentoo.org> (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’``` |