Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: SimpleAmqpClient triggers deprecation warnings with newer versions of boost #406

Closed
2 tasks done
dagardner-nv opened this issue Oct 10, 2023 · 1 comment
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@dagardner-nv
Copy link
Contributor

Version

23.11

Which installation method(s) does this occur on?

Source

Describe the bug.

This library is used by the RabbitMQ Source stage example.

Upstream issue alanxz/SimpleAmqpClient#331

Warnings are:

[267/379] Building CXX object _deps/simpleamqpclient-build/CMakeFiles/SimpleAmqpClient.dir/src/ChannelImpl.cpp.o
In file included from /home/dagardner/work/conda/envs/morpheus/include/boost/function/detail/requires_cxx11.hpp:9,
                 from /home/dagardner/work/conda/envs/morpheus/include/boost/function/detail/prologue.hpp:12,
                 from /home/dagardner/work/conda/envs/morpheus/include/boost/function.hpp:30,
                 from /home/dagardner/work/conda/envs/morpheus/include/boost/algorithm/string/detail/find_iterator.hpp:18,
                 from /home/dagardner/work/conda/envs/morpheus/include/boost/algorithm/string/find_iterator.hpp:24,
                 from /home/dagardner/work/conda/envs/morpheus/include/boost/algorithm/string/iter_find.hpp:27,
                 from /home/dagardner/work/conda/envs/morpheus/include/boost/algorithm/string/split.hpp:16,
                 from ../.cache/cpm/simpleamqpclient/d01bafbbe9026c56fd2e01360fa0293660ae1064/src/ChannelImpl.cpp:41:
/home/dagardner/work/conda/envs/morpheus/include/boost/function/detail/requires_cxx11.hpp:18:1: note: '#pragma message: C++03 support is deprecated in Boost.Function 1.82 and will be removed in Boost.Function 1.84.'
   18 | BOOST_PRAGMA_MESSAGE("C++03 support is deprecated in Boost.Function 1.82 and will be removed in Boost.Function 1.84.")
      | ^~~~~~~~~~~~~~~~~~~~
/home/dagardner/work/conda/envs/morpheus/include/boost/bind/detail/requires_cxx11.hpp:18:1: note: '#pragma message: C++03 support is deprecated in Boost.Bind 1.82 and will be removed in Boost.Bind 1.84.'
   18 | BOOST_PRAGMA_MESSAGE("C++03 support is deprecated in Boost.Bind 1.82 and will be removed in Boost.Bind 1.84.")
      | ^~~~~~~~~~~~~~~~~~~~
/home/dagardner/work/conda/envs/morpheus/include/boost/smart_ptr/detail/requires_cxx11.hpp:19:1: note: '#pragma message: C++03 support is deprecated in Boost.SmartPtr 1.82 and will be removed in Boost.SmartPtr 1.84.'
   19 | BOOST_PRAGMA_MESSAGE("C++03 support is deprecated in Boost.SmartPtr 1.82 and will be removed in Boost.SmartPtr 1.84.")
      | ^~~~~~~~~~~~~~~~~~~~
/home/dagardner/work/conda/envs/morpheus/include/boost/chrono/detail/requires_cxx11.hpp:19:1: note: '#pragma message: C++03 support is deprecated in Boost.Chrono 1.82 and will be removed in Boost.Chrono 1.84.'
   19 | BOOST_PRAGMA_MESSAGE("C++03 support is deprecated in Boost.Chrono 1.82 and will be removed in Boost.Chrono 1.84.")
      | ^~~~~~~~~~~~~~~~~~~~
/home/dagardner/work/conda/envs/morpheus/include/boost/ratio/detail/requires_cxx11.hpp:18:1: note: '#pragma message: C++03 support is deprecated in Boost.Ratio 1.82 and will be removed in Boost.Ratio 1.84.'
   18 | BOOST_PRAGMA_MESSAGE("C++03 support is deprecated in Boost.Ratio 1.82 and will be removed in Boost.Ratio 1.84.")
      | ^~~~~~~~~~~~~~~~~~~~
/home/dagardner/work/conda/envs/morpheus/include/boost/system/detail/requires_cxx11.hpp:17:1: note: '#pragma message: C++03 support is deprecated in Boost.System 1.82 and will be removed in Boost.System 1.84.'
   17 | BOOST_PRAGMA_MESSAGE("C++03 support is deprecated in Boost.System 1.82 and will be removed in Boost.System 1.84.")
      | ^~~~~~~~~~~~~~~~~~~~
/home/dagardner/work/conda/envs/morpheus/include/boost/container_hash/detail/requires_cxx11.hpp:18:1: note: '#pragma message: C++03 support is deprecated in Boost.ContainerHash 1.82 and will be removed in Boost.ContainerHash 1.84.'
   18 | BOOST_PRAGMA_MESSAGE("C++03 support is deprecated in Boost.ContainerHash 1.82 and will be removed in Boost.ContainerHash 1.84.")

Minimum reproducible example

No response

Relevant log output

No response

Full env printout

No response

Other/Misc.

No response

Code of Conduct

  • I agree to follow MRC's Code of Conduct
  • I have searched the open bugs and have found no duplicates for this bug report
@dagardner-nv dagardner-nv added the bug Something isn't working label Oct 10, 2023
@dagardner-nv
Copy link
Contributor Author

Woops, wrong repo

@github-project-automation github-project-automation bot moved this from Todo to Done in Morpheus Boards Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant