git: c5b5901bf5c7 - main - cad/surelog: Broken on armv6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Aug 2022 23:04:37 UTC
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}