Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898794 - games-arcade/abe-1.1-r1 has implicit function declarations in configure logs (GCC-13-SYSTEM)
Summary: games-arcade/abe-1.1-r1 has implicit function declarations in configure logs ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2023-03-02 09:13 UTC by Agostino Sarubbo
Modified: 2023-12-12 14:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,52.03 KB, text/plain)
2023-03-02 09:13 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)