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.
Created attachment 863899 [details] build.log build log and emerge --info
Found the following implicit function declarations in configure logs: config.log:33 - pledge config.log:43 - strtonum
Homebrew Makefile, does set -Werror in configure checks. strtonum is because it vendors its own libbsd bits, of course...
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(-)