git: f96aa1ad3a6f - main - math/gap: Broken on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 01:26:00 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f96aa1ad3a6fbf05715ad484970e211f3da8ea51 commit f96aa1ad3a6fbf05715ad484970e211f3da8ea51 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-12 01:25:20 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-12 01:25:20 +0000 math/gap: Broken on powerpc64 Reported by: https://portsfallout.com/ --- math/gap/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/gap/Makefile b/math/gap/Makefile index 8ea4f7288db3..40929aed899e 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -13,6 +13,8 @@ BUILD_DEPENDS= bash:shells/bash BUILD_DEPENDS+= automake:devel/automake # attempt to fix the intermittent failure: WARNING: 'automake-1.16' is missing on your system. LIB_DEPENDS= libgmp.so:math/gmp +BROKEN_powerpc64= compilation fails: error: static assertion failed due to requirement 'sizeof(struct GAPState) < 32768': GAPState is too big + USES= gmake libtool localbase perl5 readline shebangfix USE_PERL5= run USE_LDCONFIG= yes