git: 9716c216d0b3 - main - sysutils/nix: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 May 2023 18:18:53 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9716c216d0b35bbae4a1946ed04506b1bc1c6f19
commit 9716c216d0b35bbae4a1946ed04506b1bc1c6f19
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-01 17:40:49 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-01 18:18:39 +0000
sysutils/nix: Mark BROKEN
Fails to build on all supported RELEASE with:
undefined symbol: Aws::Crt::ByteCursorFromArray
---
sysutils/nix/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sysutils/nix/Makefile b/sysutils/nix/Makefile
index b3c928fdf2aa..6b576abd294b 100644
--- a/sysutils/nix/Makefile
+++ b/sysutils/nix/Makefile
@@ -12,6 +12,8 @@ WWW= https://nixos.org/nix/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= undefined symbol: Aws::Crt::ByteCursorFromArray
+
BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/ax_cxx_compile_stdcxx.m4:devel/autoconf-archive \
bash:shells/bash \
docbook-xsl-ns>=0:textproc/docbook-xsl-ns \