Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923768 - dev-vcs/rcs-5.10.1-r1 has implicit function declarations in configure logs
Summary: dev-vcs/rcs-5.10.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
Assignee: Aaron W. Swenson
URL:
Whiteboard: false positive
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2024-02-04 09:24 UTC by Agostino Sarubbo
Modified: 2024-11-04 00:36 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,128.22 KB, text/plain)
2024-02-04 09:24 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 2024-02-04 09:24:46 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-vcs/rcs-5.10.1-r1 has implicit function declarations in configure logs.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-04 09:24:48 UTC
Created attachment 884190 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-04 09:24:49 UTC
Found the following implicit function declarations in configure logs:

config.log:3694 - MIN
Comment 3 Eli Schwartz gentoo-dev 2024-10-22 05:24:12 UTC
This was already fixed in portage:

commit 8256473c6a9fa93e7cf81c46fa920cd522507c21
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: Fri May 17 01:52:53 2024
Commit:     Sam James <sam@gentoo.org>
CommitDate: Fri May 17 02:28:24 2024

    install-qa-checks.d: suppress some gnulib implicit configure declarations
    
    These happen in tons of GNU packages because of using gnulib, which
    pulls in macros that check for some functionality and spit out an
    implicit function declaration error if they aren't supported, which is
    *expected*.
    
    Bug: https://bugs.gentoo.org/906027
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Closes: https://github.com/gentoo/portage/pull/1323
    Signed-off-by: Sam James <sam@gentoo.org>

 bin/install-qa-check.d/90config-impl-decl | 9 +++++++++
 1 file changed, 9 insertions(+)