git: a9b70d16a818 - main - misc/dynomite: Broken on armv6, armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Jul 2022 17:21:46 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9b70d16a8186f671a408adeb41ad81065d1cfe4 commit a9b70d16a8186f671a408adeb41ad81065d1cfe4 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:21:15 +0000 misc/dynomite: Broken on armv6, armv7 Reported by: portscout --- 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