Il 28 gen 2018 16:32, "Landry Breuil" <[email protected]> ha scritto:
On Sun, Jan 28, 2018 at 11:29:35AM +0100, Landry Breuil wrote: > On Fri, Jan 26, 2018 at 02:38:34PM +0100, Rafael Sadowski wrote: > > Hi All! > > > > This time easier than last time and a relative easy update to the > > current boost. > > > > Changelog: http://www.boost.org/users/history/version_1_66_0.html > > > > I did not build all consumers. Bulk feedback wanted. > > Seen the same kea failure. So far (more or less halfway through the > bulk), games/pokerth also failed: > > ../src/third_party/websocketpp/websocketpp/transport/asio/connection.hpp:422:45: error: use of class template 'boost::asio::strand' requires template arguments > m_strand.reset(new boost::asio::strand(*io_service)); > > Which seems like the kea failure. FreeBSD also saw it (cf > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224123) and fixed > it with patches from upstream (cf https://github.com/pokerth/ pokerth/issues/338) audio/mumble also fails but with a different error: AudioOutput.cpp:434:23: fatal error: expected '(' for function-style cast or type construction if (std::abs<float>(front[0] * top[0] + front[1] * top[1] + front[2] * top[2]) > 0.01f) { ~~~~~^ 190 warnings and 1 error generated. This too has been fixed upstream: https://github.com/mumble-voip/mumble/commit/ea861fe86743c8402bbad77d8d1dd9de8dce447e Cheers, David
