git: 1475b2be656e - 2022Q3 - misc/dynomite: Broken on armv6, armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Jul 2022 17:22:30 UTC
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1475b2be656eb4f52de63eec6254e7ba24985606 commit 1475b2be656eb4f52de63eec6254e7ba24985606 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-22 17:21:15 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-22 17:22:23 +0000 misc/dynomite: Broken on armv6, armv7 Reported by: portscout (cherry picked from commit a9b70d16a8186f671a408adeb41ad81065d1cfe4) --- misc/dynomite/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/dynomite/Makefile b/misc/dynomite/Makefile index 98da4134e203..7d2255abf634 100644 --- a/misc/dynomite/Makefile +++ b/misc/dynomite/Makefile @@ -10,6 +10,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to configure: checking build system type... Invalid configuration 'aarch64-portbld-freebsd13.0': machine 'aarch64-portbld' not recognized +BROKEN_armv6= fails to build: invalid operands to binary expression ('char [buffer_size]' and 'unsigned int'), see https://github.com/Netflix/dynomite/issues/810 +BROKEN_armv7= fails to build: invalid operands to binary expression ('char [buffer_size]' and 'unsigned int'), see https://github.com/Netflix/dynomite/issues/810 BROKEN_riscv64= fails to configure: configure: error: /bin/sh config/config.sub riscv64-portbld-freebsd13.0 failed USES= autoreconf gmake libtool ssl