Date: Thu, 18 Jan 2024 05:04:13 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 4b5c15d785c3 - 2024Q1 - math/gap: Broken on powerpc64le Message-ID: <202401180504.40I54DMY039687@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b5c15d785c35b90556463eff9ad10e179e9f0af commit 4b5c15d785c35b90556463eff9ad10e179e9f0af Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-18 04:57:04 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-18 05:04:10 +0000 math/gap: Broken on powerpc64le Reported by: https://portsfallout.com/ (cherry picked from commit 00060673cdaf855d6ecfac95c47d8bbcc2ef4a5b) --- math/gap/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/gap/Makefile b/math/gap/Makefile index 40929aed899e..2361db9cf519 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -14,6 +14,7 @@ BUILD_DEPENDS+= automake:devel/automake # attempt to fix the intermittent failur 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 +BROKEN_powerpc64le= 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401180504.40I54DMY039687>