https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-nntp/slrn-1.0.3-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.
Created attachment 856704 [details] build.log build log and emerge --info
It looks like there is an unmerged PR upstream that addresses this issue: https://github.com/jedsoft/slrn/pull/1.
tinderbox_musl has reproduced this issue with version 1.0.3-r2 - Updating summary.
that's __va_copy() after successfully finding va_copy() Pre-C99 extension that no one added to musl or clang. Free to add to whitelist.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9578ca0d04c1462511b6ed545933186e166e2010 commit 9578ca0d04c1462511b6ed545933186e166e2010 Author: NHOrus <jy6x2b32pie9@yahoo.com> AuthorDate: 2025-01-28 11:13:13 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-02-10 08:54:05 +0000 net-nntp/slrn: add implicit decl of __va_copy to QA whitelist pre-C99 extension, not in musl or clang, free to ignore - we are using standard va_copy instead. Closes: https://bugs.gentoo.org/900270 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40346 Signed-off-by: Sam James <sam@gentoo.org> net-nntp/slrn/slrn-1.0.3-r2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)