Date: Thu, 18 Aug 2022 18:16:41 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: eef0f6bffbab - main - math/reduce: Broken on armv7 Message-ID: <202208181816.27IIGfvl090790@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=eef0f6bffbab250b3d4b30d585c23d4a1cdf7479 commit eef0f6bffbab250b3d4b30d585c23d4a1cdf7479 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-18 18:00:53 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-18 18:16:38 +0000 math/reduce: Broken on armv7 Reported by: fallout --- math/reduce/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/reduce/Makefile b/math/reduce/Makefile index 1dda4866d5f4..a42100a88899 100644 --- a/math/reduce/Makefile +++ b/math/reduce/Makefile @@ -9,7 +9,8 @@ COMMENT= Codemist Standard Lisp REDUCE general-purpose computer system LICENSE= BSD2CLAUSE -BROKEN_i386= fails to compile: sysv.S:832:1: changed section flags for .eh_frame, expected: 0x2 +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 BUILD_DEPENDS= gnuplot:math/gnuplot LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208181816.27IIGfvl090790>