Bug 2148224 - rootsh: Port to C99
Summary: rootsh: Port to C99
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: rootsh
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Florian Weimer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PortingToModernCNoUpstream
TreeView+ depends on / blocked
 
Reported: 2022-11-24 16:48 UTC by Florian Weimer
Modified: 2022-11-24 17:00 UTC (History)
1 user (show)

Fixed In Version: rootsh-1.5.3-29.fc38
Clone Of:
Environment:
Last Closed: 2022-11-24 17:00:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
rootsh-configure-c99.patch (3.93 KB, patch)
2022-11-24 16:59 UTC, Florian Weimer
no flags Details | Diff

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


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