stable

openpgm-5.3.128-4.fc42 and zeromq-4.3.5-21.fc42

FEDORA-2025-2a9f9bcfe6 created by denisarnaud a year ago for Fedora 42

Rebuild for new version of openpgm


Automatic update for openpgm-5.3.128-3.fc42.

How to install

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

This update's test gating status has been changed to 'waiting'.

a year ago

This update has obsoleted openpgm-5.3.128-3.fc42, and has inherited its bugs and notes.

a year ago

This update's test gating status has been changed to 'waiting'.

a year ago
User Icon denisarnaud commented & provided feedback a year ago

Reference:

This update's test gating status has been changed to 'failed'.

a year ago
User Icon denisarnaud commented & provided feedback a year ago

The test on badfuncs fails because of the following two lines/functions in the source code:

_raw_address.sin_addr.s_addr = inet_addr (addr_str.c_str ());
/* To be replaced by something like: */
inet_pton (AF_INET, addr_str.c_str (), &_raw_address.sin_addr.s_addr);
const char *const name = inet_ntoa (addr_->sin_addr);
/* To be replaced by something like: */
char name[INET_ADDRSTRLEN];
            inet_ntop(AF_INET, &addr_->sin_addr, name, INET_ADDRSTRLEN); 
User Icon adamwill commented & provided feedback a year ago
karma

Thanks 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-repo command 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 --request

and when that returns, you can safely build zeromq and it should build against openpgm from the side tag.

User Icon denisarnaud commented & provided feedback a year ago

Thanks for having caught this misalignment!

I used the fedpkg build --target=f42-build-side-104367 command, 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):

  • zeromq-4.3.5-21.fc42

Removed build(s):

  • zeromq-4.3.5-20.fc42

Karma has been reset.

a year ago

This update's test gating status has been changed to 'waiting'.

a year ago

This update's test gating status has been changed to 'passed'.

a year ago

This update has been submitted for stable by bodhi

a year ago
User Icon adamwill commented & provided feedback a year ago

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.

With on-demand tags, just waiting isn't likely to be sufficient, you really need to run the wait-repo --request command 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!

User Icon denisarnaud commented & provided feedback a year ago

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 :)


Please log in to add feedback.

Metadata
Type
unspecified
Karma
0
Signed
Content Type
RPM
Test Gating
Autopush Settings
Unstable by Karma
-3
Stable by Karma
3
Stable by Time
0 days
Dates
submitted
a year ago
in testing
a year ago
in stable
a year ago
modified
a year ago
approved
a year ago
BZ#1873970 openpgm-5-3-128 is available
0
0
BZ#2341602 zeromq: FTBFS in Fedora rawhide/f42
0
0

Automated Test Results