Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 899824 - media-libs/libifp-1.0.0.2-r1 has implicit function declarations in configure logs (GCC-13-SYSTEM)
Summary: media-libs/libifp-1.0.0.2-r1 has implicit function declarations in configure ...
Status: RESOLVED FIXED
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:50 UTC by Agostino Sarubbo
Modified: 2025-02-14 05:18 UTC (History)
0 users

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


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

Issue: media-libs/libifp-1.0.0.2-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-06 09:50:12 UTC
Created attachment 856302 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2025-02-14 05:18:29 UTC
The bug has been closed via the following commit(s):

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

commit abbd25fed1fe081b020eb5ddbce67962c569b3af
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-02-13 13:29:55 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-14 05:14:05 +0000

    media-libs/libifp: update EAPI 7 -> 8, C23 and musl fixes
    
    Fix missing dependency on musl system by adding conditional DEPEND
    and ldflag
    Fix implicit declarations in configure by fixing configure.ac,
    introducing dependency to pkgconfig in process, as original configure.ac
    uses hardcoded paths, changing variable names following changes in current
    versions of autotools, then eautoreconf fixes remaining problems.
    Finally, fix pointer type mismatch - by making function signature correct
    and by explicitly stripping const qualifier from a pointer passed to iconf
    
    Closes: https://bugs.gentoo.org/713650
    Closes: https://bugs.gentoo.org/880943
    Closes: https://bugs.gentoo.org/899824
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40555
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/libifp/files/libifp-1.0.0.2-c23.patch   | 25 +++++++++
 .../libifp/files/libifp-1.0.0.2-configure.patch    | 50 +++++++++++++++++
 media-libs/libifp/libifp-1.0.0.2-r2.ebuild         | 63 ++++++++++++++++++++++
 3 files changed, 138 insertions(+)