rwhoisd failed to build from source in Fedora rawhide/f42 https://koji.fedoraproject.org/koji/taskinfo?taskID=128144323 For details on the mass rebuild see: https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild Please fix rwhoisd at your earliest convenience and set the bug's status to ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks, rwhoisd will be orphaned. Before branching of Fedora 43, rwhoisd will be retired, if it still fails to build. For more details on the FTBFS policy, please visit: https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/
Created attachment 2072468 [details] build.log
Created attachment 2072469 [details] root.log file root.log too big, will only attach last 32768 bytes
Created attachment 2072470 [details] state.log
Many errors with GCC 15 like: misc.h:32:25: error: ‘bool’ cannot be used here 32 | char *on_off PROTO((int bool)); | ^~~~ or attributes.c:552:39: error: passing argument 3 of ‘dl_list_default’ from incompatible pointer type [-Wincompatible-pointer-types] 552 | dl_list_default(attr_list, FALSE, destroy_attr_data); | ^~~~~~~~~~~~~~~~~ | | | int (*)(attribute_struct *) {aka int (*)(struct _attribute_struct *)} dl_list.h:44:34: note: expected ‘int (*)(void)’ but argument is of type ‘int (*)(attribute_struct *)’ {aka ‘int (*)(struct _attribute_struct *)’} 44 | int (*destroy_data)())); | ~~~~~~^~~~~~~~~~~~~~~