Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2022 05:39:36 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: 53b6e6fb77d4 - main - cad/nvc: Broken on i386
Message-ID:  <202208100539.27A5da3k015806@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=53b6e6fb77d4ebc27ecdda05feea367cbabb7464

commit 53b6e6fb77d4ebc27ecdda05feea367cbabb7464
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-10 05:39:07 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-10 05:39:07 +0000

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

diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile
index 35df7ed4448d..586bb2a20971 100644
--- a/cad/nvc/Makefile
+++ b/cad/nvc/Makefile
@@ -9,6 +9,8 @@ COMMENT=	VHDL compiler and simulator
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_i386=	compilation fails: Please port fill_cpu_state to this OS/CPU combination, see https://github.com/nickg/nvc/issues/501
+
 BUILD_DEPENDS=	llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
 RUN_DEPENDS=	llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION} \
 		bash:shells/bash



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