Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jul 2022 17:05:32 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: b535ab28c4ab - main - cad/surelog: Broken on aarch64
Message-ID:  <202207221705.26MH5WrA029859@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=b535ab28c4ab76ec5d0727382946fbc539566f58

commit b535ab28c4ab76ec5d0727382946fbc539566f58
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-22 17:03:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-22 17:05:30 +0000

    cad/surelog: Broken on aarch64
    
    Reported by:    fallout
---
 cad/surelog/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cad/surelog/Makefile b/cad/surelog/Makefile
index baa6033a4fda..ec58d7a0caf2 100644
--- a/cad/surelog/Makefile
+++ b/cad/surelog/Makefile
@@ -10,6 +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
+
 BUILD_DEPENDS=	utf8cpp>0:devel/utf8cpp \
 		${PYTHON_PKGNAMEPREFIX}orderedmultidict>0:devel/py-orderedmultidict@${PY_FLAVOR}
 LIB_DEPENDS=	libtcmalloc.so:devel/google-perftools



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