git: f7b5c1b4e5fd - main - devel/intel-graphics-compiler: mark BROKEN on FreeBSD 14 i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Jan 2023 03:12:12 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7b5c1b4e5fdc7a21824d116af4c56abe9fc78e8 commit f7b5c1b4e5fdc7a21824d116af4c56abe9fc78e8 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-01-11 03:09:12 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-01-11 03:10:16 +0000 devel/intel-graphics-compiler: mark BROKEN on FreeBSD 14 i386 FAILED: IGC/Release/libigc.so.1.0.1 [...] ld: error: failed to open IGC/Release/libigc.so.1.0.1: Cannot allocate memory c++: error: linker command failed with exit code 1 (use -v to see invocation) Reported by: pkg-fallout --- 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 735ddd09cbf4..0110ed2696f5 100644 --- a/devel/intel-graphics-compiler/Makefile +++ b/devel/intel-graphics-compiler/Makefile @@ -14,6 +14,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 +BROKEN_FreeBSD_14_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} \