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

Bug 908573

Summary: sys-apps/pick-4.0.0 has implicit function declarations in configure logs
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: eschwartz
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: ~arch only
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-06-16 08:04:37 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-apps/pick-4.0.0 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-16 08:04:39 UTC
Created attachment 863899 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-06-16 08:04:41 UTC
Found the following implicit function declarations in configure logs:

config.log:33 - pledge
config.log:43 - strtonum
Comment 3 Eli Schwartz gentoo-dev 2024-05-23 00:11:31 UTC
Homebrew Makefile, does set -Werror in configure checks. strtonum is because it vendors its own libbsd bits, of course...
Comment 4 Larry the Git Cow gentoo-dev 2024-05-23 01:36:40 UTC
The bug has been closed via the following commit(s):

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

commit 2dd81a7557fb8fda79e6724d77d929c5c0f95159
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2024-05-23 00:10:38 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-05-23 01:35:35 +0000

    sys-apps/pick: add whitelist for false positive configure implicit decls
    
    Closes: https://bugs.gentoo.org/908573
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/pick/pick-4.0.0.ebuild | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)