Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 899852 - media-sound/id3tool-1.2a has implicit function declarations in configure logs (GCC-13-SYSTEM)
Summary: media-sound/id3tool-1.2a has implicit function declarations in configure logs...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2023-03-06 09:53 UTC by Agostino Sarubbo
Modified: 2025-03-10 01:42 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,44.50 KB, text/plain)
2023-03-06 09:53 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-06 09:53:18 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/id3tool-1.2a 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:20 UTC
Created attachment 856330 [details]
build.log

build log and emerge --info
Comment 2 NHO 2025-01-02 15:15:12 UTC
Missing #include <stdlib.h> in check for ANSI C header files
Comment 3 Larry the Git Cow gentoo-dev 2025-03-10 01:42:21 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9c39cc640044465812b78e26148a615a3b1257

commit 8f9c39cc640044465812b78e26148a615a3b1257
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-01-02 15:22:26 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-03-10 01:39:06 +0000

    media-sound/id3tool: update EAPI 7 -> 8, fix impl. function in configure
    
    Autoreconf solves false negatives in configure.
    
    Bug: https://bugs.gentoo.org/899852
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/39946
    Signed-off-by: Sam James <sam@gentoo.org>

 media-sound/id3tool/id3tool-1.2a-r1.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)