git: 3ed150411de5 - 2024Q1 - math/gap: Broken on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 01:26:18 UTC
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ed150411de5bf9ce0eebd33c15f21d28903c247 commit 3ed150411de5bf9ce0eebd33c15f21d28903c247 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:26:13 +0000 math/gap: Broken on powerpc64 Reported by: https://portsfallout.com/ (cherry picked from commit f96aa1ad3a6fbf05715ad484970e211f3da8ea51) --- 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