https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-admin/augeas-1.14.0-r2 has implicit function declarations in configure logs (MUSL-CLANG-SYSTEM). Discovered on: amd64 (internal ref: tinderbox_musl) NOTE: (MUSL-CLANG-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc + clang16 but this bug MAY or MAY NOT BE related to musl/clang16. See also: https://bugs.gentoo.org/898488#c4.
Created attachment 856366 [details] build.log build log and emerge --info
ci has reproduced this issue with version 1.14.1 - Updating summary.
MIN - feels safe to ignore. No idea where this check comes from, feels malformed, code also doesn't use straight MIN and MAX, only type-specific ones. re_* - gnu regex extension. They appear to be used only in bundled gnulib? alignof - false positive, configure checks twice, once that it's compiler-defined, once that it's in include. Compiler check fails, include check passes.