Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2018 07:02:30 +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: r463623 - head/databases/php5-pdo_cassandra
Message-ID:  <201803050702.w2572UX9076236@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Mar  5 07:02:30 2018
New Revision: 463623
URL: https://svnweb.freebsd.org/changeset/ports/463623

Log:
  Mark BROKEN: fails to build
  
  In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18:
  ./php_pdo_cassandra_int.hpp:89:33: error: implicit instantiation of undefined template 'boost::shared_ptr<apache::thrift::transport::TSocketPool>'
          boost::shared_ptr<TSocketPool> socket;
                                         ^
  /usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here
  namespace boost { template <class T> class shared_ptr; };
                                             ^
  In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18:
  ./php_pdo_cassandra_int.hpp:90:38: error: implicit instantiation of undefined template 'boost::shared_ptr<apache::thrift::transport::TFramedTransport>'
          boost::shared_ptr<TFramedTransport> transport;
                                              ^
  /usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here
  namespace boost { template <class T> class shared_ptr; };
                                             ^
  In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18:
  ./php_pdo_cassandra_int.hpp:91:31: error: implicit instantiation of undefined template 'boost::shared_ptr<apache::thrift::protocol::TProtocol>'
          boost::shared_ptr<TProtocol> protocol;
                                       ^
  /usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here
  namespace boost { template <class T> class shared_ptr; };
                                             ^
  In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18:
  ./php_pdo_cassandra_int.hpp:92:37: error: implicit instantiation of undefined template 'boost::shared_ptr<org::apache::cassandra::CassandraClient>'
          boost::shared_ptr<CassandraClient> client;
                                             ^
  /usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here
  namespace boost { template <class T> class shared_ptr; };
                                             ^
  In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18:
  ./php_pdo_cassandra_int.hpp:109:31: error: implicit instantiation of undefined template 'boost::shared_ptr<org::apache::cassandra::CqlResult>'
          boost::shared_ptr<CqlResult> result;
                                       ^
  /usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here
  namespace boost { template <class T> class shared_ptr; };
                                             ^
  
  Reported by:	pkg-fallout

Modified:
  head/databases/php5-pdo_cassandra/Makefile

Modified: head/databases/php5-pdo_cassandra/Makefile
==============================================================================
--- head/databases/php5-pdo_cassandra/Makefile	Mon Mar  5 06:58:05 2018	(r463622)
+++ head/databases/php5-pdo_cassandra/Makefile	Mon Mar  5 07:02:30 2018	(r463623)
@@ -12,6 +12,7 @@ COMMENT=	PDO driver for Apache Cassandra
 
 LICENSE=	APACHE20
 
+BROKEN=		fails to build
 BROKEN_powerpc64=	Does not build
 
 LIB_DEPENDS=	libboost_iostreams.so:devel/boost-libs



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