Bug 2148366

Summary: libprelude: Multiple C compatibility issues
Product: [Fedora] Fedora Reporter: Florian Weimer <fweimer>
Component: libpreludeAssignee: Florian Weimer <fweimer>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: gwync, mail, thomas.andrejak, tscherf, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: libprelude-5.2.0-23.fc40 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-11-25 09:16:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2141798    
Attachments:
Description Flags
libprelude-configure-c99.patch
none
libprelude-c99.patch none

Description Florian Weimer 2022-11-25 08:47:33 UTC
Created attachment 1927377 [details]
libprelude-configure-c99.patch

The configure script lacks a few #include directives, leading to problems with strict(er) C99 compilers.

Upstream has a public bug tracker, but I'm not sure if I'll be able to create an account and submit a ticket there, so I'm filing this bug for tracking purposes.

Comment 1 Florian Weimer 2024-01-04 12:32:24 UTC
Created attachment 2007172 [details]
libprelude-c99.patch

Another patch is needed.