git: c8defd98bea0 - main - sysutils/gstat-rs: broken on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Mar 2023 14:37:26 UTC
The branch main has been updated by asomers:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c8defd98bea018b143c17cfa17e3ad479730ec8e
commit c8defd98bea018b143c17cfa17e3ad479730ec8e
Author: Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2023-03-15 15:55:41 +0000
Commit: Alan Somers <asomers@FreeBSD.org>
CommitDate: 2023-03-16 14:37:01 +0000
sysutils/gstat-rs: broken on powerpc
On powerpc, bindgen crashes during the build. This is a known bug in
bindgen. https://github.com/rust-lang/rust-bindgen/issues/1746
PR: 270246
Sponsored by: Axcient
Approved by: fernape (ports)
---
sysutils/gstat-rs/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sysutils/gstat-rs/Makefile b/sysutils/gstat-rs/Makefile
index 428de7ee4821..73b3113830fa 100644
--- a/sysutils/gstat-rs/Makefile
+++ b/sysutils/gstat-rs/Makefile
@@ -11,6 +11,8 @@ WWW= https://github.com/asomers/gstat-rs
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_powerpc= bindgen crashes, see https://github.com/rust-lang/rust-bindgen/issues/1746
+
BUILD_DEPENDS= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
USES= cargo