On Wed, 14 Jan 2026 at 11:22, Ben Beasley <[email protected]> wrote: > > On 13/01/2026 2:37 pm, Jonathan Wakely wrote: > > fastnetmon uses the asio io_service alias, which was deprecated and > > then removed in Boost 1.87.0, so the code should be updated to use > > ios_context instead. > > > > fastnetmon-420e7b873253fdc1b52b517d9c28db39bf384427/src/fast_library.cpp:1165:22: > > error: ‘io_service’ is not a member of ‘boost::asio’ > > > > This was already fixed upstream: > > https://github.com/pavel-odintsov/fastnetmon/issues/1027 > > > > So maybe Pavel (CC'd) can update the version in rawhide. > > Thanks for pointing this out. The upstream change is rather compact and > I’m a committer on the fastnetmon package in Fedora, so I went ahead and > backported it myself. With that, all of the packages that will need to > be rebuilt for the abseil-cpp update are compatible with Boost 1.90.
Nice. boost-1.90.0 (and the packages that I was able to rebuild) have been merged to rawhide now, so are in the f44 build tag. -- _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
