Bug 2165930

Summary: timidity++: C99 compatibility fixes
Product: [Fedora] Fedora Reporter: Jonathan Wakely <jwakely>
Component: timidity++Assignee: Hans de Goede <hdegoede>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: chkr, fweimer, hdegoede, jnovy, oget.fedora
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: timidity++-2.15.0-7.fc38 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-01-31 14:39:31 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
Patch autoconf fragments to avoid implicit function decls and implicit int none

Description Jonathan Wakely 2023-01-31 13:55:24 UTC
Description of problem:

The configure script for timidity++ uses obsolete C89 features like implicit function declarations and implicit int. Those need to be fixed.

Upstream seems dead:
https://sourceforge.net/projects/timidity/

Comment 1 Jonathan Wakely 2023-01-31 13:56:06 UTC
Created attachment 1941308 [details]
Patch autoconf fragments to avoid implicit function decls and implicit int

Comment 2 Jonathan Wakely 2023-01-31 14:57:41 UTC
My message is in the upstream list archive now:
https://sourceforge.net/p/timidity/mailman/message/37771600/

Comment 3 Jonathan Wakely 2023-02-10 15:24:49 UTC
Upstream is alive, merge request submitted.
https://sourceforge.net/p/timidity/git/merge-requests/5/