[Bug 240742] databases/cassandra-cpp-driver: fix build on GCC architectures
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Sep 22 01:23:05 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240742
Bug ID: 240742
Summary: databases/cassandra-cpp-driver: fix build on GCC
architectures
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: gahr at FreeBSD.org
Reporter: pkubaj at FreeBSD.org
Flags: maintainer-feedback?(gahr at FreeBSD.org)
Assignee: gahr at FreeBSD.org
Created attachment 207707
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=207707&action=edit
patch
Add -Wno-error=deprecated-copy to CXXFLAGS for GCC to not hit:
/wrkdirs/usr/ports/databases/cassandra-cpp-driver/work/cpp-driver-2.13.0/src/execution_profile.hpp:28:7:
error: implicitly-declared
'datastax::internal::Vector<std::__cxx11::basic_string<char,
std::char_traits<char>, datastax::internal::Allocator<char> > >&
datastax::internal::Vector<std::__cxx11::basic_string<char,
std::char_traits<char>, datastax::internal::Allocator<char> >
>::operator=(const datastax::internal::Vector<std::__cxx11::basic_string<char,
std::char_traits<char>, datastax::internal::Allocator<char> > >&)' is
deprecated [-Werror=deprecated-copy]
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list