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/features/musl/
Date: Sun, 07 Nov 2021 06:05:03
Message-Id: 1636265091.f76a3d9d5dd2af81db1db9ec2c027a57d76b79f0.sam@gentoo
1 commit: f76a3d9d5dd2af81db1db9ec2c027a57d76b79f0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 06:04:32 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 06:04:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76a3d9d
7
8 profiles/features/musl: mask gdb-10[nls]
9
10 11 should work though.
11
12 Closes: https://bugs.gentoo.org/809686
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 profiles/features/musl/package.use.mask | 6 ++++++
16 1 file changed, 6 insertions(+)
17
18 diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask
19 index 3e078c97218..f58de338da4 100644
20 --- a/profiles/features/musl/package.use.mask
21 +++ b/profiles/features/musl/package.use.mask
22 @@ -1,6 +1,12 @@
23 # Copyright 1999-2021 Gentoo Authors.
24 # Distributed under the terms of the GNU General Public License v2
25
26 +# Sam James <sam@g.o> (2021-11-07)
27 +# gdb-10[nls] doesn't build on musl
28 +# "ax.cc:(.text+0x2e0): undefined reference to `libintl_gettext'"
29 +# bug #809686
30 +<sys-devel/gdb-11 nls
31 +
32 # Sam James <sam@g.o> (2021-11-07)
33 # Disable some sanitizers for LLVM, see bug #753935
34 # Needs libexecinfo on musl, not yet packaged