pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/52444: security/libgcrypt 1.8.0 fails to build on evbarmv6hf (Raspberry Pi B+)
The following reply was made to PR pkg/52444; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/52444: security/libgcrypt 1.8.0 fails to build on evbarmv6hf
(Raspberry Pi B+)
Date: Sat, 28 Apr 2018 08:13:44 +0000
On Mon, Jul 31, 2017 at 11:10:00AM +0000, Marek Benc wrote:
> This might be interesting, the compile condition within
> libgcrypt-1.8.0/cipher/rijndael-armv8-aarch32-ce.S is:
>
> #if defined(HAVE_ARM_ARCH_V6) && defined(__ARMEL__) && \
> defined(HAVE_COMPATIBLE_GCC_ARM_PLATFORM_AS) && \
> defined(HAVE_GCC_INLINE_ASM_AARCH32_CRYPTO)
>
> Though obviously, this file requires armv8, not just armv6. Looking at
> config.in, it seems that ENABLE_ARM_CRYPTO_SUPPORT should be included in
> the condition to prevent it from being built, I'll try and see if it helps.
Is the problem that it ought to be HAVE_ARM_ARCH_V8?
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index