Date: Mon, 15 Jan 2024 06:51:05 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 746837c873c5 - 2024Q1 - databases/qdrant: Broken on powerpc64le Message-ID: <202401150651.40F6p5ID040656@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=746837c873c5a0681f8a44d217d1276c44107265 commit 746837c873c5a0681f8a44d217d1276c44107265 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:51:00 +0000 databases/qdrant: Broken on powerpc64le Reported by: fallout (cherry picked from commit 43a98fca9129d79ace27d9c0e0e8a66e387d9672) --- databases/qdrant/Makefile | 1 + 1 file changed, 1 insertion(+) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401150651.40F6p5ID040656>