https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-libs/libretls-3.7.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 861791 [details] build.log build log and emerge --info
Found the following implicit function declarations in configure logs: config.log:1333 - __va_copy
tinderbox_musl has reproduced this issue with version 3.8.1 - Updating summary.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccdca7f74543d18d60bb987a015691a4fc88143a commit ccdca7f74543d18d60bb987a015691a4fc88143a Author: Eli Schwartz <eschwartz93@gmail.com> AuthorDate: 2024-05-27 03:22:38 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-05-28 01:48:43 +0000 dev-libs/libretls: add whitelist for false positive configure implicit decls checks for va_copy and __va_copy as a fallback, ignores result of latter if former exists. The latter is private and doesn't exist on musl; ignore it since it doesn't even matter. Closes: https://bugs.gentoo.org/906534 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> dev-libs/libretls/libretls-3.8.1.ebuild | 7 +++++++ 1 file changed, 7 insertions(+)