Hello. I've discussed the following issue https://gitlab.com/gnutls/gnutls/issues/941 in nettle mailing lists but I can't provide a link, mailing list archives updates twice a month. For now nettle supports only arm v7 and above https://gitlab.com/gnutls/nettle/-/blob/master/arm/README. So for arm and armeb v5-v6 have to use nettle with disabled assembler. Otherwise nettle and all dependencies (like gnutls) will fail. Please add the following line into the nettle ebuild: $(use_enable asm assembler) It will populate "--enable-assembler" and "--disable-assembler" options and it will help arm users. I've tested it using qemu-user - it works perfect. Thank you. Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6197d53d7b22a0045847111c7261784a452f3a5d commit 6197d53d7b22a0045847111c7261784a452f3a5d Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2020-05-01 13:30:33 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2020-05-01 13:30:33 +0000 dev-libs/nettle: add USE=asm Closes: https://bugs.gentoo.org/710122 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> dev-libs/nettle/metadata.xml | 3 +++ dev-libs/nettle/nettle-3.6.ebuild | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-)