Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/
Date: Thu, 23 Dec 2021 07:03:25
Message-Id: 1640242804.50b86fd40d32ddff11c8ff7c911692a7370ec308.sam@gentoo
1 commit: 50b86fd40d32ddff11c8ff7c911692a7370ec308
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 23 07:00:04 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 23 07:00:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b86fd4
7
8 profiles/prefix/darwin/macos: mask nano-6.0 which fails to build
9
10 Bug: https://bugs.gentoo.org/829847
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 profiles/prefix/darwin/macos/package.mask | 7 +++++++
14 1 file changed, 7 insertions(+)
15
16 diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask
17 index 643431b48593..a1df0da692af 100644
18 --- a/profiles/prefix/darwin/macos/package.mask
19 +++ b/profiles/prefix/darwin/macos/package.mask
20 @@ -1,6 +1,13 @@
21 # Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 +# Sam James <sam@g.o> (2021-12-23)
25 +# Fails to build due to gnulib errors:
26 +# ```timespec.h:52:21: error: expected identifier or ‘(’ before ‘struct’
27 +# 52 | _GL_TIMESPEC_INLINE struct timespec```
28 +# bug #829847
29 +=app-editors/nano-6.0
30 +
31 # Sam James <sam@g.o> (2021-09-05)
32 # gdbm-1.21 fails to build right now on macOS with:
33 # ```gdbmshell.c:1013:54: error: ‘struct stat’ has no member named ‘st_mtim’```