Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 01:26:00 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: f96aa1ad3a6f - main - math/gap: Broken on powerpc64
Message-ID:  <202401120126.40C1Q0Gj022703@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=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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401120126.40C1Q0Gj022703>