https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-text/lowdown-1.0.0 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 856927 [details] build.log build log and emerge --info
tinderbox_musl has reproduced this issue with version 1.0.1-r1 - Updating summary.
tinderbox_musl has reproduced this issue with version 1.1.0 - Updating summary.
commit 3c569d19e6c3ae8ca757a60e6e23f050df0389d2 Author: Patrick McLean <chutzpah@gentoo.org> AuthorDate: Thu Apr 20 18:03:41 2023 Commit: Patrick McLean <chutzpah@gentoo.org> CommitDate: Thu Apr 20 18:03:41 2023 app-text/lowdown: add 1.0.1 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> app-text/lowdown/Manifest | 1 + app-text/lowdown/files/lowdown-1.0.1-linking.patch | 45 +++++++++++++++++++++++++++++++++++++++++++++ app-text/lowdown/{lowdown-1.0.0.ebuild => lowdown-1.0.1.ebuild} | 35 +++++++++++++++++++++++++++++------ 3 files changed, 75 insertions(+), 6 deletions(-) create mode 100644 app-text/lowdown/files/lowdown-1.0.1-linking.patch copy app-text/lowdown/{lowdown-1.0.0.ebuild => lowdown-1.0.1.ebuild} (65%) +# configure tests for a bunch of BSD functions on Linux +QA_CONFIG_IMPL_DECL_SKIP=( + ........