Bug 2341316 - rwhoisd-1.5.9.6-33.fc43: fails to build with GCC 15
Summary: rwhoisd-1.5.9.6-33.fc43: fails to build with GCC 15
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: rwhoisd
Version: 42
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Pisar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F42FTBFS
TreeView+ depends on / blocked
 
Reported: 2025-01-22 21:53 UTC by Fedora Release Engineering
Modified: 2025-02-11 16:09 UTC (History)
1 user (show)

Fixed In Version: rwhoisd-1.5.9.6-34.fc42
Clone Of:
Environment:
Last Closed: 2025-02-11 16:09:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (28.18 KB, text/plain)
2025-01-22 21:53 UTC, Fedora Release Engineering
no flags Details
root.log (32.00 KB, text/plain)
2025-01-22 21:53 UTC, Fedora Release Engineering
no flags Details
state.log (1.64 KB, text/plain)
2025-01-22 21:53 UTC, Fedora Release Engineering
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Github arineng rwhoisd pull 5 0 None open Adapt to ISO C23 2025-02-11 15:58:19 UTC

Description Fedora Release Engineering 2025-01-22 21:53:30 UTC
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/

Comment 1 Fedora Release Engineering 2025-01-22 21:53:33 UTC
Created attachment 2072468 [details]
build.log

Comment 2 Fedora Release Engineering 2025-01-22 21:53:34 UTC
Created attachment 2072469 [details]
root.log

file root.log too big, will only attach last 32768 bytes

Comment 3 Fedora Release Engineering 2025-01-22 21:53:36 UTC
Created attachment 2072470 [details]
state.log

Comment 4 Petr Pisar 2025-02-11 13:37:18 UTC
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)()));
      |                            ~~~~~~^~~~~~~~~~~~~~~


Note You need to log in before you can comment on or make changes to this bug.