Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900270 - net-nntp/slrn-1.0.3-r2 has implicit function declarations in configure logs (GCC-13-SYSTEM)
Summary: net-nntp/slrn-1.0.3-r2 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: Pierre-Olivier Mercier
URL:
Whiteboard:
Keywords: PATCH, PullRequest
Depends on:
Blocks: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2023-03-08 08:20 UTC by Agostino Sarubbo
Modified: 2025-02-10 08:56 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,82.52 KB, text/plain)
2023-03-08 08:20 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-08 08:20:15 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-08 08:20:17 UTC
Created attachment 856704 [details]
build.log

build log and emerge --info
Comment 2 Jeff Gazso 2023-07-02 05:10:44 UTC
It looks like there is an unmerged PR upstream that addresses this issue: https://github.com/jedsoft/slrn/pull/1.
Comment 3 Agostino Sarubbo gentoo-dev 2024-12-02 08:46:40 UTC
tinderbox_musl has reproduced this issue with version 1.0.3-r2 - Updating summary.
Comment 4 NHO 2025-01-28 11:18:53 UTC
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.
Comment 5 Larry the Git Cow gentoo-dev 2025-02-10 08:56:26 UTC
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(-)