Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 899846

Summary: media-radio/xastir-2.1.8-r3 has implicit function declarations in configure logs (GCC-13-SYSTEM)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Thomas Beierlein <tomjbe>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/Xastir/Xastir/pull/204
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 870412    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-03-06 09:53:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-radio/xastir-2.1.8-r3 has implicit function declarations in configure logs (GCC-13-SYSTEM).
Discovered on: amd64 (internal ref: gcc13_tinderbox)

NOTE:
(GCC-13-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-13 but this bug MAY or MAY NOT BE related to the new compiler
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-06 09:53:08 UTC
Created attachment 856324 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-03-07 17:03:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb04c6812477a865bddc158842f24377a6eaa43

commit 1fb04c6812477a865bddc158842f24377a6eaa43
Author:     Thomas Beierlein <tomjbe@gentoo.org>
AuthorDate: 2023-03-07 17:02:33 +0000
Commit:     Thomas Beierlein <tomjbe@gentoo.org>
CommitDate: 2023-03-07 17:03:09 +0000

    media-radio/xastir: Fix implicit function declaration in configure.ac
    
    Closes: https://bugs.gentoo.org/899846
    Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>

 .../xastir/files/xastir-2.1.8-configure.diff       | 16 +++++
 media-radio/xastir/xastir-2.1.8-r4.ebuild          | 82 ++++++++++++++++++++++
 2 files changed, 98 insertions(+)
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-28 05:43:17 UTC
This was fixed upstream in https://github.com/Xastir/Xastir/pull/204, just for the record.
Comment 4 Thomas Beierlein gentoo-dev 2023-04-29 19:04:16 UTC
Thanks. The fix in -r4 are one of the solutions discussed in the mentioned pull reqeust. Not sure if we should adapt our fix to the one from upstream.