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 #1255

Open
2 tasks done
dagardner-nv opened this issue Oct 10, 2023 · 0 comments
Open
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?

No response

Describe the bug.

This library is used by the RabbitMQ Source stage example.

Upstream issue alanxz/SimpleAmqpClient#331

Minimum reproducible example

No response

Relevant log output

Click here to see error details

[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.")

Full env printout

Click here to see environment details

[Paste the results of print_env.sh here, it will be hidden by default]

Other/Misc.

No response

Code of Conduct

  • I agree to follow Morpheus' 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
rapids-bot bot pushed a commit that referenced this issue Oct 11, 2023
* Silence deprecation warnings from SimpleAmqpClient #1255 

fixes #1185

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Devin Robison (https://github.com/drobison00)

URL: #1186
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: Todo
Development

No branches or pull requests

1 participant