Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2019 01:23:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240742] databases/cassandra-cpp-driver: fix build on GCC architectures
Message-ID:  <bug-240742-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240742

            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@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org
             Flags: maintainer-feedback?(gahr@FreeBSD.org)
          Assignee: gahr@FreeBSD.org

Created attachment 207707
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D207707&action=
=3Dedit
patch

Add -Wno-error=3Ddeprecated-copy to CXXFLAGS for GCC to not hit:
/wrkdirs/usr/ports/databases/cassandra-cpp-driver/work/cpp-driver-2.13.0/sr=
c/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=3D(const datastax::internal::Vector<std::__cxx11::basic_string<=
char,
std::char_traits<char>, datastax::internal::Allocator<char> > >&)' is
deprecated [-Werror=3Ddeprecated-copy]

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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