Date: Sat, 6 Aug 2022 23:04:37 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: c5b5901bf5c7 - main - cad/surelog: Broken on armv6 Message-ID: <202208062304.276N4bXL013958@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=c5b5901bf5c7da144690419824732ba45465c26d commit c5b5901bf5c7da144690419824732ba45465c26d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-06 23:03:41 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-06 23:04:34 +0000 cad/surelog: Broken on armv6 Reported by: fallout --- cad/surelog/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cad/surelog/Makefile b/cad/surelog/Makefile index ec58d7a0caf2..2ec2edfd740c 100644 --- a/cad/surelog/Makefile +++ b/cad/surelog/Makefile @@ -10,7 +10,8 @@ COMMENT= SystemVerilog 2017 Pre-processor, Parser, Elaborator, etc LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_aarch64= Creating OVM precompiled package... Segmentation fault (core dumped) # update to the current revision might help but it has C++ errors +BROKEN_aarch64= compilation fails: Creating OVM precompiled package... Segmentation fault (core dumped) # update to the current revision might help but it has C++ errors +BROKEN_armv6= compilation fails: Creating OVM precompiled package... libunwind: personality function returned unknown result 5 BUILD_DEPENDS= utf8cpp>0:devel/utf8cpp \ ${PYTHON_PKGNAMEPREFIX}orderedmultidict>0:devel/py-orderedmultidict@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208062304.276N4bXL013958>