On Tue, 13 Jan 2026 at 11:38, Jonathan Wakely <[email protected]> wrote: > > On Mon, 12 Jan 2026 at 22:28, Ben Beasley <[email protected]> wrote: > > > > On 12/01/2026 5:19 pm, Jonathan Wakely wrote: > > > > Hi Ben, two of these are in my list of packages to rebuild for > > boost-1.90.0, so if you're already trying test builds with the new > > abseil-cpp you might want to also use the new boost from my side tag, > > f44-build-side-125975 > > > > The packages I see in your list that are also in mine are: > > fastnetmon > > libphonenumber > > > > However, I think fastnetmon is going to fail in my side tag, due to > > some errors from Boost.Asio (which I see affecting a number of other > > packages in my list too): > > https://koji.fedoraproject.org/koji/builds?userID=jwakely&order=-build_id > > > > So unless I get that fixed, it will probably fail for you too if my > > side tag has been merged to rawhide. > > > > I am glad you pointed this out. I’m now building your updated boost in my > > COPR, and I’ll try rebuilding at least fastnetmon and libphonenumber (but > > probably everything) again to see if there are any signs of trouble. > > I've just realized that opentrep is in both our lists as well. > > > > > If a leaf package like fastnetmon can’t be rebuilt due to a boost > > incompatibility, I can still proceed with the rest the abseil-cpp update. > > If something like libphonenumber fails, then I’ll need to delay until I can > > find a solution. > > opentrep and libphonenumber have built successfully with boost-1.90.0 > in my side tag (so if they fail in copr for you it's not my fault ;-P)
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. -- _______________________________________________ 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
