git: 43a98fca9129 - main - databases/qdrant: Broken on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jan 2024 06:50:46 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=43a98fca9129d79ace27d9c0e0e8a66e387d9672 commit 43a98fca9129d79ace27d9c0e0e8a66e387d9672 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-15 06:50:21 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-15 06:50:21 +0000 databases/qdrant: Broken on powerpc64le Reported by: fallout --- databases/qdrant/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/qdrant/Makefile b/databases/qdrant/Makefile index 7d19d2d5ddc0..43d87da1d54d 100644 --- a/databases/qdrant/Makefile +++ b/databases/qdrant/Makefile @@ -12,6 +12,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= compilation breaks with fatal warning: implicit conversion from 'std::numeric_limits<unsigned long long>::type' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') changes value from 18446744073709551615 to 4294967295 +BROKEN_powerpc64le= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://github.com/qdrant/qdrant/issues/3392 BUILD_DEPENDS= protoc:devel/protobuf