This failed the ELN 144 Mass Rebuild. The full build log is linked here: https://kojipkgs.fedoraproject.org//work/tasks/3136/126183136/build.log It is an actual compile failure and not a test failure. Version: crash-gcore-command-1.6.4-6.eln244 =============================== make[1]: Leaving directory '/builddir/build/BUILD/crash-gcore-command-1.6.4-build/crash-gcore-1.6.4/src' make: Leaving directory '/builddir/build/BUILD/crash-gcore-command-1.6.4-build/crash-gcore-1.6.4/src' gcore.c: In function ‘do_gcore’: gcore.c:309:32: error: too few arguments to function ‘set_context’ 309 | (void) set_context(tc->task, NO_PID); | ^~~~~~~~~~~ In file included from gcore.c:16: /usr/include/crash/defs.h:6097:5: note: declared here 6097 | int set_context(ulong, ulong, uint); | ^~~~~~~~~~~ gcore.c:343:23: error: too few arguments to function ‘set_context’ 343 | (void)set_context(gcore->orig_task, NO_PID); | ^~~~~~~~~~~ /usr/include/crash/defs.h:6097:5: note: declared here 6097 | int set_context(ulong, ulong, uint); | ^~~~~~~~~~~ make: *** [gcore.mk:111: gcore.so] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.OYXvKF (%build) Bad exit status from /var/tmp/rpm-tmp.OYXvKF (%build) Reproducible: Always Steps to Reproduce: normal rebuild in koji
The cause is an API change in crash, per the attached upstream PR (still awaiting review).
This bug appears to have been reported against 'rawhide' during the Fedora Linux 42 development cycle. Changing version to 42.
*** This bug has been marked as a duplicate of bug 2340006 ***