svn commit: r518011 - head/sysutils/apache-mesos
Antoine Brodin
antoine at FreeBSD.org
Wed Nov 20 13:55:21 UTC 2019
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 \
More information about the svn-ports-all
mailing list