Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2024 05:02:58 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 00060673cdaf - main - math/gap: Broken on powerpc64le
Message-ID:  <202401180502.40I52w5C039386@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=00060673cdaf855d6ecfac95c47d8bbcc2ef4a5b

commit 00060673cdaf855d6ecfac95c47d8bbcc2ef4a5b
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:02:52 +0000

    math/gap: Broken on powerpc64le
    
    Reported by:    https://portsfallout.com/
---
 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?202401180502.40I52w5C039386>