Date: Tue, 12 Jan 2021 17:46:06 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r561357 - branches/2021Q1/databases/kyotocabinet Message-ID: <202101121746.10CHk6m7066116@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Jan 12 17:46:06 2021 New Revision: 561357 URL: https://svnweb.freebsd.org/changeset/ports/561357 Log: MFH: r561356 databases/kyotocabinet: fix build on GCC architectures kcdirtest.cc: In member function 'virtual const char* procorder(const char*, int64_t, int32_t, bool, int32_t, bool, int32_t, int32_t, bool)::VisitorIterator::visit_full(const char*, size_t, const char*, size_t, size_t*)': kcdirtest.cc:1030: error: 'class std::set<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >' has no member named 'emplace' kcdirtest.cc: In member function 'virtual const char* procorder(const char*, int64_t, int32_t, bool, int32_t, bool, int32_t, int32_t, bool)::VisitorCursor::visit_full(const char*, size_t, const char*, size_t, size_t*)': kcdirtest.cc:1095: error: 'class std::set<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >' has no member named 'emplace' Modified: branches/2021Q1/databases/kyotocabinet/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/databases/kyotocabinet/Makefile ============================================================================== --- branches/2021Q1/databases/kyotocabinet/Makefile Tue Jan 12 17:45:11 2021 (r561356) +++ branches/2021Q1/databases/kyotocabinet/Makefile Tue Jan 12 17:46:06 2021 (r561357) @@ -14,9 +14,8 @@ LICENSE= GPLv3 BROKEN_mips= fails to link: hidden symbol '__sync_lock_test_and_set_8' in /usr/lib/libgcc.a(stdatomic.o) is referenced by DSO BROKEN_mips64= fails to link: hidden symbol '__sync_lock_test_and_set_8' in /usr/lib/libgcc.a(stdatomic.o) is referenced by DSO -BROKEN_powerpc= fails to link -USES= gmake +USES= compiler:c++11-lang gmake CPPFLAGS+= -fPIC GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101121746.10CHk6m7066116>