Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2019 13:55:21 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518011 - head/sysutils/apache-mesos
Message-ID:  <201911201355.xAKDtLjV086270@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Nov 20 13:55:20 2019
New Revision: 518011
URL: https://svnweb.freebsd.org/changeset/ports/518011

Log:
  Mark BROKEN
  
  In file included from src/grpc.cpp:13:
  ./include/process/grpc.hpp:93:21: error: no template named 'ClientAsyncResponseReader' in namespace 'grpc_impl'; did you mean '::grpc::ClientAsyncResponseReader'?
      std::unique_ptr<::grpc_impl::ClientAsyncResponseReader<Response>>(Stub::*)(
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                      ::grpc::ClientAsyncResponseReader
  /usr/local/include/grpcpp/impl/codegen/client_context_impl.h:413:24: note: '::grpc::ClientAsyncResponseReader' declared here
    friend class ::grpc::ClientAsyncResponseReader;
                         ^
  In file included from src/grpc.cpp:13:
  ./include/process/grpc.hpp:238:27: error: no template named 'ClientAsyncResponseReader' in namespace 'grpc_impl'; did you mean '::grpc::ClientAsyncResponseReader'?
            std::shared_ptr<::grpc_impl::ClientAsyncResponseReader<Response>> reader =
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                            ::grpc::ClientAsyncResponseReader
  /usr/local/include/grpcpp/impl/codegen/client_context_impl.h:413:24: note: '::grpc::ClientAsyncResponseReader' declared here
    friend class ::grpc::ClientAsyncResponseReader;
                         ^
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/apache-mesos/Makefile

Modified: head/sysutils/apache-mesos/Makefile
==============================================================================
--- head/sysutils/apache-mesos/Makefile	Wed Nov 20 13:41:31 2019	(r518010)
+++ head/sysutils/apache-mesos/Makefile	Wed Nov 20 13:55:20 2019	(r518011)
@@ -13,6 +13,7 @@ COMMENT=	Cluster manager providing resource isolation 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build
 IGNORE_FreeBSD_11=	does not build
 
 BUILD_DEPENDS=	boost-libs>0:devel/boost-libs \



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