Date: Mon, 26 Sep 2022 22:40:35 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 82060f99f479 - main - devel/intel-graphics-compiler: restore BROKEN on i386 but limit to FreeBSD < 13 Message-ID: <202209262240.28QMeZoh084034@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=82060f99f47961382277687122d48faea0b1e3dd commit 82060f99f47961382277687122d48faea0b1e3dd Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-09-26 22:33:15 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-09-26 22:40:28 +0000 devel/intel-graphics-compiler: restore BROKEN on i386 but limit to FreeBSD < 13 FAILED: IGC/Release/libigc.so.1.0.1 [...] LLVM ERROR: out of memory [...] #0 0x01c031d4 (/usr/bin/ld+0x1c031d4) #1 0x01c035de (/usr/bin/ld+0x1c035de) #2 0x01c0129e (/usr/bin/ld+0x1c0129e) #3 0x01c03d78 (/usr/bin/ld+0x1c03d78) #4 0x02c40009 (/usr/bin/ld+0x2c40009) c++: error: unable to execute command: Abort trap (core dumped) c++: error: linker command failed due to signal (use -v to see invocation) ninja: build stopped: subcommand failed. Reported by: pkg-fallout This reverts commit eb375ae3a9cc5e0f0b231208df46009eb891fe8d. --- devel/intel-graphics-compiler/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/intel-graphics-compiler/Makefile b/devel/intel-graphics-compiler/Makefile index f59a53d7efe2..0ee995682ed9 100644 --- a/devel/intel-graphics-compiler/Makefile +++ b/devel/intel-graphics-compiler/Makefile @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md ONLY_FOR_ARCHS= aarch64 amd64 i386 ONLY_FOR_ARCHS_REASON= only Intel GPUs on x86 are supported +BROKEN_FreeBSD_12_i386= clang crashes during build BUILD_DEPENDS= vc-intrinsics-${FLAVOR}>=0.4.0:devel/vc-intrinsics@${FLAVOR} LIB_DEPENDS= libLLVM-${FLAVOR:S/llvm//}.so:devel/${FLAVOR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209262240.28QMeZoh084034>