Created attachment 913954 [details] build.log Build fails with the following errors after dev-libs/boost-1.87.0 update Build contains the following boost errors: -> error: ‘io_service’ in namespace ‘boost::asio’ does not name a type; did you mean ‘use_service’? -> error: ‘boost::asio::system_timer’ {aka ‘class boost::asio::basic_waitable_timer<std::chrono::_V2::system_clock>’} has no member named ‘expires_from_now’ -> error: ‘query’ is not a member of ‘boost::asio::ip::tcp::resolver’ {aka ‘boost::asio::ip::basic_resolver<boost::asio::ip::tcp>’} -> error: ‘iterator’ is not a member of ‘boost::asio::ip::tcp::resolver’ {aka ‘boost::asio::ip::basic_resolver<boost::asio::ip::tcp>’} -> error: ‘iterator’ in ‘boost::asio::ip::tcp::resolver’ {aka ‘class boost::asio::ip::basic_resolver<boost::asio::ip::tcp>’} does not name a type -> error: no matching function for call to ‘boost::asio::basic_waitable_timer<std::chrono::_V2::system_clock>::expires_at()'
Created attachment 913955 [details] emerge-info-botan
Created attachment 913956 [details] environment
*** Bug 946464 has been marked as a duplicate of this bug. ***
Seeing this also
Have the same issue
https://github.com/randombit/botan/pull/4484/commits/3820f357017eacef1fcb5119582bc9789b88f6c2
Created attachment 914588 [details, diff] botan-3.2.0-boost-1.87-compatibility.patch Works for me
(In reply to Attila Tóth from comment #7) > Created attachment 914588 [details, diff] [details, diff] > botan-3.2.0-boost-1.87-compatibility.patch > > Works for me This patch also works for me. Thanks.
(In reply to cris from comment #8) > (In reply to Attila Tóth from comment #7) > > Created attachment 914588 [details, diff] [details, diff] [details, diff] > > botan-3.2.0-boost-1.87-compatibility.patch > > > > Works for me > > This patch also works for me. Thanks. Likewise
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b9d59e01a24b9ee7a6fecf948c95c49768956e commit 35b9d59e01a24b9ee7a6fecf948c95c49768956e Author: Sam James <sam@gentoo.org> AuthorDate: 2024-12-22 00:09:19 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-12-22 00:09:19 +0000 dev-libs/botan: add 3.6.1 Closes: https://bugs.gentoo.org/946389 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/botan/Manifest | 2 + dev-libs/botan/botan-3.6.1.ebuild | 227 +++++++++++++++ dev-libs/botan/files/botan-3.6.1-boost-1.87.patch | 322 ++++++++++++++++++++++ 3 files changed, 551 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae150680ea3f3c6d0b7800f8fdc0885068031951 commit ae150680ea3f3c6d0b7800f8fdc0885068031951 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-12-22 00:22:08 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-12-22 00:22:08 +0000 dev-libs/botan: add 2.19.5 Bug: https://bugs.gentoo.org/946389 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/botan/Manifest | 2 + dev-libs/botan/botan-2.19.5.ebuild | 206 ++++++++++++ dev-libs/botan/files/botan-2.19.5-boost-1.87.patch | 361 +++++++++++++++++++++ dev-libs/botan/files/botan-2.19.5-cloudflare.patch | 52 +++ .../botan/files/botan-2.19.5-no-distutils.patch | 86 +++++ 5 files changed, 707 insertions(+)