https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-apps/xmbmon-2.0.5-r2 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 863902 [details] build.log build log and emerge --info
Found the following implicit function declarations in configure logs: config.log:234 - exit
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=229b7fbb635b6041750d4fa56a7867abe50214d6 commit 229b7fbb635b6041750d4fa56a7867abe50214d6 Author: Eli Schwartz <eschwartz93@gmail.com> AuthorDate: 2024-05-22 23:24:42 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-05-23 01:35:34 +0000 sys-apps/xmbmon: regenerate vintage 2002 configure script It had a Modern C warning because the ancient standard routines failed to detect that STDC_HEADERS could be safely set: ``` checking for ANSI C header files... no ``` Fortunately the code never relied on this anyway, so it was a moot point. But a noisy one. Autoconf 2.53 is pretty long in the tooth so take this opportunity to freshen up, anyway. Closes: https://bugs.gentoo.org/908576 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> sys-apps/xmbmon/xmbmon-2.0.5-r2.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)