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
This commit is contained in:
parent
9b3e6c578b
commit
8192a3b90a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463623
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue