https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-auth/oath-toolkit-2.6.11 has implicit function declarations in configure logs. Discovered on: amd64 (internal ref: tinderbox_musl) System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Created attachment 885592 [details] build.log build log and emerge --info
Found the following implicit function declarations in configure logs: config.log:4347 - fpurge
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07b1ed35ee08c4f8d728deadb9a4a7d1517c7eb commit d07b1ed35ee08c4f8d728deadb9a4a7d1517c7eb Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2024-08-31 13:45:33 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2024-08-31 13:50:51 +0000 sys-auth/oath-toolkit: hide another implicit declaration warning I don't completely understand if/when <stdio_ext.h> is needed for fpurge(), but the authors of the gnulib macro are apparently aware of it, so I assume that the macro is doing what it's supposed to. In any case, oath-toolkit doesn't use fpurge(), so it's irrelevant for now. Closes: https://bugs.gentoo.org/925157 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> sys-auth/oath-toolkit/oath-toolkit-2.6.11.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)