Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2023 18:18:53 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9716c216d0b3 - main - sysutils/nix: Mark BROKEN
Message-ID:  <202305011818.341IIr7s071681@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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