aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-15 06:50:21 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-15 06:51:00 +0000
commit746837c873c5a0681f8a44d217d1276c44107265 (patch)
tree9db133a4608aafb1252d7158c07b0dd045ac2959
parentb1184719d94c7bf535ca10c44a3fec2addee1905 (diff)
downloadports-746837c873c5a0681f8a44d217d1276c44107265.tar.gz
ports-746837c873c5a0681f8a44d217d1276c44107265.zip
databases/qdrant: Broken on powerpc64le
Reported by: fallout (cherry picked from commit 43a98fca9129d79ace27d9c0e0e8a66e387d9672)
-rw-r--r--databases/qdrant/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/qdrant/Makefile b/databases/qdrant/Makefile
index bf641caf1a68..496411f2a40d 100644
--- a/databases/qdrant/Makefile
+++ b/databases/qdrant/Makefile
@@ -11,6 +11,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= gmake:devel/gmake \
protoc:devel/protobuf