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
Created attachment 884190 [details] build.log build log and emerge --info
Found the following implicit function declarations in configure logs: config.log:3694 - MIN
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(+)