git: 1f1ef7214648 - 2022Q3 - lang/pocl: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Jul 2022 18:38:21 UTC
The branch 2022Q3 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1f1ef721464890c565b536fe60d418101cc21b6f
commit 1f1ef721464890c565b536fe60d418101cc21b6f
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-16 18:37:16 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-16 18:38:15 +0000
lang/pocl: Broken on i386
Reported by: fallout
(cherry picked from commit 0f400d7bf7ab7c121da15ecba2ac54095fa62cf9)
---
lang/pocl/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/lang/pocl/Makefile b/lang/pocl/Makefile
index 15d285260bd2..03bc407cca13 100644
--- a/lang/pocl/Makefile
+++ b/lang/pocl/Makefile
@@ -11,6 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= only tested on ${ONLY_FOR_ARCHS:tW:S/ /, /g}
+BROKEN_i386= Unable to access file /wrkdirs/usr/ports/lang/pocl/work/stage/usr/local/share/pocl/kernel-i386-portbld-freebsd13.0-avx.bc:No such file or directory
BUILD_DEPENDS= llvm${LLVM_VERSION}>=10:devel/llvm${LLVM_VERSION} \
opencl>=2.2:devel/opencl