Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2023 20:16:01 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ec797b287a7b - main - databases/qdrant: Broken on i386
Message-ID:  <202307092016.369KG1Z4033829@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ec797b287a7b81b18c1b3a9aac3e3a59c9b5ffef

commit ec797b287a7b81b18c1b3a9aac3e3a59c9b5ffef
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-09 20:15:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-09 20:15:59 +0000

    databases/qdrant: Broken on i386
    
    Reported by:    fallout
---
 databases/qdrant/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/databases/qdrant/Makefile b/databases/qdrant/Makefile
index 1226e965bf51..b056233a2ac3 100644
--- a/databases/qdrant/Makefile
+++ b/databases/qdrant/Makefile
@@ -11,6 +11,8 @@ WWW=		https://qdrant.tech
 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
+
 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?202307092016.369KG1Z4033829>