Bug 2148224

Summary: rootsh: Port to C99
Product: [Fedora] Fedora Reporter: Florian Weimer <fweimer>
Component: rootshAssignee: Florian Weimer <fweimer>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: spotrh
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: rootsh-1.5.3-29.fc38 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-11-24 17:00:11 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
rootsh-configure-c99.patch none

Description Florian Weimer 2022-11-24 16:48:46 UTC
The Sourceforge bug tracker is disabled, so we don't have a public reference point for submitting issues, and I'm filing this bug for tracking purposes.

Apart from historic autoconf issues, there is a broken configure.in line that creates a test that always fails, but happens to be interpreted by GCC as an implicit function declaration.

AC_CHECK_LIB(util,  [LIBUTIL=-lutil])

Comment 1 Florian Weimer 2022-11-24 16:59:48 UTC
Created attachment 1927115 [details]
rootsh-configure-c99.patch