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

Bug 898794

Summary: games-arcade/abe-1.1-r1 has implicit function declarations in configure logs (GCC-13-SYSTEM)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027    
Attachments: build.log

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

Issue: games-arcade/abe-1.1-r1 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-02 09:13:28 UTC
Created attachment 855668 [details]
build.log

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

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c523bee351da584ede413328675090afbb7a337

commit 0c523bee351da584ede413328675090afbb7a337
Author:     Petr Vaněk <arkamar@gentoo.org>
AuthorDate: 2023-12-10 07:50:29 +0000
Commit:     Petr Vaněk <arkamar@gentoo.org>
CommitDate: 2023-12-12 14:07:27 +0000

    games-arcade/abe: update configuration phase
    
    Original configure script contains problematic detections which fail
    with modern compilers. Moreover, the X detection is removed because the
    game uses only libsdl and there is no need to link with any X library.
    
    Closes: https://bugs.gentoo.org/883287
    Closes: https://bugs.gentoo.org/898794
    Signed-off-by: Petr Vaněk <arkamar@gentoo.org>

 .../abe/{abe-1.1-r1.ebuild => abe-1.1-r2.ebuild}   | 11 +++++---
 games-arcade/abe/files/abe-1.1-no-x-check.patch    | 29 ++++++++++++++++++++++
 2 files changed, 37 insertions(+), 3 deletions(-)