Rebuild for new version of openpgm
Automatic update for openpgm-5.3.128-3.fc42.
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2025-2a9f9bcfe6
Please log in to add feedback.
This update's test gating status has been changed to 'waiting'.
This update has obsoleted openpgm-5.3.128-3.fc42, and has inherited its bugs and notes.
This update's test gating status has been changed to 'waiting'.
Reference:
This update's test gating status has been changed to 'failed'.
The test on badfuncs fails because of the following two lines/functions in the source code:
inet_addrinet_ntoaThanks for trying, but the zeromq build in the update isn't built against openpgm 5.3. You can see this in the root.log - https://kojipkgs.fedoraproject.org//packages/zeromq/4.3.5/20.fc42/data/logs/x86_64/root.log and search for openpgm, you'll see it was a 5.2 build that got installed.
I just noticed the packager guide still hasn't been updated for on-demand side tags :( Sorry. The
wait-repocommand in the guide isn't sufficient any more. You have to add a--request, so it's:koji wait-repo f42-build-side-104367 --build=openpgm-5.3.128-4.fc42 --requestand when that returns, you can safely build zeromq and it should build against openpgm from the side tag.
Thanks for having caught this misalignment!
I used the
fedpkg build --target=f42-build-side-104367command, but I guess it was too soon after the build of OpenPGM in the side tag. From what I have experienced, we need to wait at least 5-10 minutes in order for the build to find its way in the repo.Another build is ongoing: https://koji.fedoraproject.org/koji/taskinfo?taskID=128563713 I checked and this time, it is with OpenPGM 5.3.18, as expected.
denisarnaud edited this update.
New build(s):
Removed build(s):
Karma has been reset.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'passed'.
This update has been submitted for stable by bodhi
With on-demand tags, just waiting isn't likely to be sufficient, you really need to run the
wait-repo --requestcommand to get Koji to regenerate the side tag repo. This was changed because constantly regenerating every single repo every few minutes was a huge suck on koji's resources.I'll try and get the guide updated today...thanks for fixing this!
Thanks a lot for having caught the issues and for having provided all these explanations! After having improved the documentation, it will help others (and us) in the future; appreciated :)