aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-09-26 22:33:15 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-09-26 22:40:28 +0000
commit82060f99f47961382277687122d48faea0b1e3dd (patch)
treef4634371f2ec1b014ae9af746bd393b14eb30a4b
parent0ebec4b18b594b9a84aa8ba155b5e39d7428a2d5 (diff)
downloadports-82060f99f47961382277687122d48faea0b1e3dd.tar.gz
ports-82060f99f47961382277687122d48faea0b1e3dd.zip
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.
-rw-r--r--devel/intel-graphics-compiler/Makefile1
1 files changed, 1 insertions, 0 deletions
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} \