[Bug 231973] devel/boost-all: boost serialization > 1.63 has memory leak
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Dec 22 20:43:59 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231973
Kurt Jaeger <pi at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pi at FreeBSD.org
--- Comment #3 from Kurt Jaeger <pi at FreeBSD.org> ---
devel/boost is now @1.69 and according to
https://github.com/boostorg/serialization/pull/79
it should fix this issue ? I'm in now way firm in cmake, so I tried this:
tar xf code.tar
cd configure/TestBoostBug
# adding INCLUDE_DIRECTORIES(/usr/local/include) to CMakeLists.txt
cmake CMakeLists.txt
make
It fails with:
[ 75%] Linking CXX executable test_boost
/usr/bin/ld: error: undefined symbol:
boost::serialization::extended_type_info::operator==(boost::serialization::extended_type_info
const&) const
>>> referenced by test_dll_exported.cpp
>>> CMakeFiles/test_boost.dir/test_dll_exported.cpp.o:(load_exported(char const*))
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-office
mailing list