https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-admin/logsurfer+-1.8-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.
Created attachment 861312 [details] build.log build log and emerge --info
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4bc15849d00d7f34beae3233e8ecbce8d128d6 commit ab4bc15849d00d7f34beae3233e8ecbce8d128d6 Author: NHOrus <jy6x2b32pie9@yahoo.com> AuthorDate: 2025-01-14 19:09:48 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-02-10 09:55:49 +0000 app-admin/logsurfer+: implicit declarations in configure, C23 Fixing implicit declarations by patching makefile and running autoreconf Fixing many, many "too many arguments to function" by filling in prototypes and moving definitions of structs around, to before they are used first time. Bug: https://bugs.gentoo.org/943896 Bug: https://bugs.gentoo.org/905941 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40135 Signed-off-by: Sam James <sam@gentoo.org> .../logsurfer+/files/logsurfer+-1.8-C23.patch | 346 +++++++++++++++++++++ app-admin/logsurfer+/logsurfer+-1.8-r6.ebuild | 58 ++++ 2 files changed, 404 insertions(+)