Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2024 05:10:25 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: 26e9efb870f7 - main - math/reduce: Broken on aarch64
Message-ID:  <202412140510.4BE5APYe015794@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=26e9efb870f78804451b046d3e92c0c84eb5887f

commit 26e9efb870f78804451b046d3e92c0c84eb5887f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-14 05:09:43 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-14 05:09:43 +0000

    math/reduce: Broken on aarch64
    
    Reported by:    fallout
---
 math/reduce/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/reduce/Makefile b/math/reduce/Makefile
index e1dc9bfe9256..bcaa47bd9723 100644
--- a/math/reduce/Makefile
+++ b/math/reduce/Makefile
@@ -11,6 +11,7 @@ WWW=		http://www.reduce-algebra.com/
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN_aarch64=	the bootstrapreduce build phase runs in too high memory and is killed by the system
 BROKEN_armv7=	fails to compile: error: no viable overloaded '=': return *this = int128_t(rhs);
 BROKEN_i386=	fails to compile: sysv.S:832:1: changed section flags for .eh_frame, expected: 0x2
 



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