Date: Mon, 16 Dec 2024 20:26:44 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: ae6cf3b837f2 - main - math/reduce: Broken on 15/amd64 Message-ID: <202412162026.4BGKQiWb089569@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=ae6cf3b837f25f40dfb9d7ae87f11f074550fdd3 commit ae6cf3b837f25f40dfb9d7ae87f11f074550fdd3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-16 15:09:04 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-16 20:26:38 +0000 math/reduce: Broken on 15/amd64 Reported by: fallout --- math/reduce/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/reduce/Makefile b/math/reduce/Makefile index a30e71708115..068cc656123f 100644 --- a/math/reduce/Makefile +++ b/math/reduce/Makefile @@ -12,6 +12,7 @@ WWW= http://www.reduce-algebra.com/ LICENSE= BSD2CLAUSE BROKEN_FreeBSD_15_aarch64= the bootstrapreduce build phase runs in too high memory and is killed by the system +BROKEN_FreeBSD_15_amd64= 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?202412162026.4BGKQiWb089569>