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: Sun, 05 Sep 2021 21:01:33
Message-Id: 1630875675.e99f31a5af18d07c3f58f516278786c015a33e6a.sam@gentoo
1 commit: e99f31a5af18d07c3f58f516278786c015a33e6a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 5 21:01:01 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 5 21:01:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99f31a5
7
8 profiles/prefix/darwin/macos: mask =sys-libs/gdbm-1.21 (fails to build)
9
10 Bug: https://bugs.gentoo.org/811792
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 profiles/prefix/darwin/macos/package.mask | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask
17 index 70b202547e6..643431b4859 100644
18 --- a/profiles/prefix/darwin/macos/package.mask
19 +++ b/profiles/prefix/darwin/macos/package.mask
20 @@ -1,3 +1,8 @@
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-09-05)
25 +# gdbm-1.21 fails to build right now on macOS with:
26 +# ```gdbmshell.c:1013:54: error: ‘struct stat’ has no member named ‘st_mtim’```
27 +# bug #811792
28 +=sys-libs/gdbm-1.21