Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2022 17:09:07 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 945c965a7355 - 2022Q3 - security/liboqs: Broken on arm64
Message-ID:  <202207281709.26SH97e9033966@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=945c965a73558ff5790ce1449adae47132816736

commit 945c965a73558ff5790ce1449adae47132816736
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-28 17:07:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-28 17:09:03 +0000

    security/liboqs: Broken on arm64
    
    Reported by:    fallout
    
    (cherry picked from commit 0de3c2d8e9f13fc9be266f25bb3ecd79e94c8d00)
---
 security/liboqs/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/liboqs/Makefile b/security/liboqs/Makefile
index ef66fd0f5c66..6d1aa9221e3b 100644
--- a/security/liboqs/Makefile
+++ b/security/liboqs/Makefile
@@ -8,6 +8,8 @@ COMMENT=	C library for quantum-resistant cryptography
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_aarch64=	build breaks: use of undeclared identifier 'ID_AA64ISAR0_SHA3_BASE', see https://github.com/open-quantum-safe/liboqs/issues/1266
+
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
 		bash:shells/bash



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207281709.26SH97e9033966>