Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2024 18:31:40 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: 6d3b03b75a6f - main - net-p2p/pulsar-client-cpp: Broken on i386
Message-ID:  <202410061831.496IVeAU001484@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit 6d3b03b75a6f8804b9a906dc0c7f0fc427af1da2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-06 18:20:27 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-06 18:31:37 +0000

    net-p2p/pulsar-client-cpp: Broken on i386
    
    Reported by:    fallout
---
 net-p2p/pulsar-client-cpp/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-p2p/pulsar-client-cpp/Makefile b/net-p2p/pulsar-client-cpp/Makefile
index 4f37d853571e..a754983a2386 100644
--- a/net-p2p/pulsar-client-cpp/Makefile
+++ b/net-p2p/pulsar-client-cpp/Makefile
@@ -10,6 +10,8 @@ WWW=		https://pulsar.apache.org/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails due to overflow, see https://github.com/apache/pulsar-client-cpp/issues/449
+
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libprotobuf.so:devel/protobuf \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410061831.496IVeAU001484>