Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 907877

Summary: net-misc/chrony-4.5 has implicit function declarations in configure logs (MUSL-SYSTEM)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Sam James <sam>
Status: RESOLVED FIXED    
Severity: normal CC: base-system
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-06-05 07:52:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/chrony-4.3-r5 has implicit function declarations in configure logs (MUSL-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-06-05 07:52:56 UTC
Created attachment 863301 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-06-05 07:52:58 UTC
Found the following implicit function declarations in configure logs:

config.log:125 - recvmmsg
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-06-05 10:18:21 UTC
Checking for recvmmsg() : No
Checking for recvmmsg() with _GNU_SOURCE : Yes

fp
Comment 4 Agostino Sarubbo gentoo-dev 2024-02-14 08:16:01 UTC
tinderbox_musl has reproduced this issue with version 4.5 - Updating summary.
Comment 5 Larry the Git Cow gentoo-dev 2024-05-09 23:09:06 UTC
The bug has been closed via the following commit(s):

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

commit d466ab6498c40424d387d96b39db6349aae70221
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-05-09 22:43:02 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-05-09 22:43:02 +0000

    net-misc/chrony: ignore recvmmsg FP
    
    It checks after with a macro, so it's fine.
    
    Closes: https://bugs.gentoo.org/907877
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/chrony/chrony-4.5.ebuild  | 5 +++++
 net-misc/chrony/chrony-9999.ebuild | 5 +++++
 2 files changed, 10 insertions(+)