Advertisement
Guest User

makepkg pokerth with boost 1.71 works fine w. 1.69

a guest
Oct 19th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.08 KB | None | 0 0
  1. /usr/include/c++/9.2.0/bits/unordered_set.h:1703:5: note:   template argument deduction/substitution failed:
  2. In file included from /usr/include/boost/asio/executor.hpp:338,
  3.                  from /usr/include/boost/asio/basic_socket.hpp:27,
  4.                  from /usr/include/boost/asio/basic_datagram_socket.hpp:20,
  5.                  from /usr/include/boost/asio.hpp:24,
  6.                  from src/net/chatcleanermanager.h:36,
  7.                  from src/net/common/chatcleanermanager.cpp:32:
  8. /usr/include/boost/asio/impl/executor.hpp:218:22: note:   ‘const std::reference_wrapper<boost::asio::io_context>’ is not derived from ‘const std::unordered_set<_Value, _Hash, _Pred, _Alloc>
  9.   218 |     return executor_ == *static_cast<const Executor*>(e->target());
  10.       |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  11. In file included from /usr/include/c++/9.2.0/unordered_set:47,
  12.                  from /usr/include/google/protobuf/stubs/hash.h:40,
  13.                  from /usr/include/google/protobuf/stubs/stringpiece.h:152,
  14.                  from /usr/include/google/protobuf/stubs/strutil.h:39,
  15.                  from /usr/include/google/protobuf/message_lite.h:49,
  16.                  from /usr/include/google/protobuf/wire_format_lite_inl.h:45,
  17.                  from /usr/include/google/protobuf/map_type_handler.h:35,
  18.                  from /usr/include/google/protobuf/map.h:49,
  19.                  from /usr/include/google/protobuf/generated_message_table_driven.h:34,
  20.                  from src/third_party/protobuf/chatcleaner.pb.h:26,
  21.                  from src/net/common/chatcleanermanager.cpp:36:
  22. /usr/include/c++/9.2.0/bits/unordered_set.h:1715:5: note: candidate:template<class _Value, class _Hash, class _Pred, class _Alloc> bool std::operator==(const std::unordered_multiset<_Value, _Hash, _Pred, _Alloc>&, const std::unordered_multiset<_Value, _Hash, _Pred, _Alloc>&)
  23.  1715 |     operator==(const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
  24.       |     ^~~~~~~~
  25. /usr/include/c++/9.2.0/bits/unordered_set.h:1715:5: note:   template argument deduction/substitution failed:
  26. In file included from /usr/include/boost/asio/executor.hpp:338,
  27.                  from /usr/include/boost/asio/basic_socket.hpp:27,
  28.                  from /usr/include/boost/asio/basic_datagram_socket.hpp:20,
  29.                  from /usr/include/boost/asio.hpp:24,
  30.                  from src/net/chatcleanermanager.h:36,
  31.                  from src/net/common/chatcleanermanager.cpp:32:
  32. /usr/include/boost/asio/impl/executor.hpp:218:22: note:   ‘const std::reference_wrapper<boost::asio::io_context>’ is not derived from ‘const std::unordered_multiset<_Value, _Hash, _Pred, _Alloc>
  33.   218 |     return executor_ == *static_cast<const Executor*>(e->target());
  34.       |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  35. make[1]: *** [Makefile.pokerth_lib:1571: obj/chatcleanermanager.o] Error 1
  36. make[1]: Leaving directory '/tmp/pokerth/pokerth/src/pokerth-1.1.2-rc'
  37. make: *** [Makefile:105: sub-pokerth_lib-pro-make_first-ordered] Error 2
  38. ==> ERROR: A failure occurred in build().
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement