Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 710122

Summary: dev-libs/nettle add asm use flag
Product: Gentoo Linux Reporter: Andrew Aladjev <aladjev.andrew>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: aladjev.andrew, arm, jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://gitlab.com/gnutls/nettle/-/blob/master/arm/README
Whiteboard:
Package list:
Runtime testing required: ---

Description Andrew Aladjev 2020-02-18 22:17:51 UTC
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
Comment 1 Larry the Git Cow gentoo-dev 2020-05-01 13:33:56 UTC
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(-)