Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/
Date: Fri, 25 Jun 2021 17:24:13
Message-Id: 1624641832.431d604177920f54dbedec7fcaec9365796f8211.marecki@gentoo
1 commit: 431d604177920f54dbedec7fcaec9365796f8211
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 25 17:17:11 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 25 17:23:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431d6041
7
8 sys-libs/libunwind: keyword 1.5.0-r1 for -riscv
9
10 src_configure fails with
11
12 configure: error: Unknown ELF target: riscv64
13
14 Given that upstream stated in 2019 they weren't interested in working
15 on RISC-V support unless someone implemented it for them, and that the
16 LLVM libunwind does support this architecture, the above feels unlikely
17 to change any time soon.
18
19 See-also: https://github.com/libunwind/libunwind/issues/99
20 See-also: https://github.com/libunwind/libunwind/issues/151
21 Bug: https://bugs.gentoo.org/774900
22 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
23
24 sys-libs/libunwind/libunwind-1.5.0-r1.ebuild | 2 +-
25 1 file changed, 1 insertion(+), 1 deletion(-)
26
27 diff --git a/sys-libs/libunwind/libunwind-1.5.0-r1.ebuild b/sys-libs/libunwind/libunwind-1.5.0-r1.ebuild
28 index a94b6d91810..ae510ed27fe 100644
29 --- a/sys-libs/libunwind/libunwind-1.5.0-r1.ebuild
30 +++ b/sys-libs/libunwind/libunwind-1.5.0-r1.ebuild
31 @@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/libunwind/${MY_P}.tar.gz"
32
33 LICENSE="MIT"
34 SLOT="0/8" # libunwind.so.8
35 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 -sparc x86 ~amd64-linux ~x86-linux"
36 +KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 -riscv -sparc x86 ~amd64-linux ~x86-linux"
37 IUSE="debug debug-frame doc libatomic lzma static-libs zlib"
38
39 RESTRICT="test" # some tests are broken (toolchain version dependent, rely on external binaries)