https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-util/lttng-ust-2.13.5 has implicit function declarations in configure logs (GCC-13-SYSTEM). Discovered on: amd64 (internal ref: gcc13_tinderbox) NOTE: (GCC-13-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-13 but this bug MAY or MAY NOT BE related to the new compiler See also: https://bugs.gentoo.org/898488#c4.
Created attachment 855650 [details] build.log build log and emerge --info
commit a67b95a34a9f3c349778d12dbbc4c091a14dc64d (HEAD -> master, origin/master, origin/HEAD) Author: Matt Turner <mattst88@gentoo.org> Date: Thu Sep 12 14:05:28 2024 -0400 install-qa-check.d/90config-impl-decl: Skip pthread_get_name_np on Linux Seen in dev-util/lttng-tools and dev-util/lttng-ust. The function seems to be available on at least Darwin, FreeBSD, and OpenBSD. Signed-off-by: Matt Turner <mattst88@gentoo.org> commit d1f0e6d0bf1d264ea0c51e700aa9fc9f2096ebf6 Author: Matt Turner <mattst88@gentoo.org> Date: Thu Sep 12 13:55:14 2024 -0400 install-qa-check.d/90config-impl-decl: Skip pthread_set_name_np on Linux Seen in dev-lang/erlang, dev-util/lttng-tools, and dev-util/lttng-ust. The function seems to be available on at least Darwin, FreeBSD, and OpenBSD. Bug: https://bugs.gentoo.org/898762 Signed-off-by: Matt Turner <mattst88@gentoo.org>