https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-util/valgrind-3.20.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 856832 [details] build.log build log and emerge --info
clang-lld_tinderbox has reproduced this issue with version 3.22.0-r2 - Updating summary.
ci has reproduced this issue with version 3.23.0 - Updating summary.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dacecf376120d114419b41885bcfa01ed1d981e commit 7dacecf376120d114419b41885bcfa01ed1d981e Author: Eli Schwartz <eschwartz93@gmail.com> AuthorDate: 2024-05-26 22:17:49 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-05-26 23:11:05 +0000 dev-debug/valgrind: add whitelist for false positive configure implicit decls The issue here is, yet again, that clang is a trash compiler and cannot handle sensible diagnostic output. It warns you for implicit function decls because it doesn't permit nested function definitions, *after* it tells you that it doesn't permit the nested function. Instead of just telling you that the former is forbidden. Closes: https://bugs.gentoo.org/900396 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> dev-debug/valgrind/valgrind-3.22.0-r2.ebuild | 7 +++++++ dev-debug/valgrind/valgrind-3.23.0.ebuild | 7 +++++++ dev-debug/valgrind/valgrind-9999.ebuild | 7 +++++++ 3 files changed, 21 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d65d904507210e4554755951ef1d8934ef0ed8 commit 17d65d904507210e4554755951ef1d8934ef0ed8 Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2024-11-03 20:59:25 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2024-11-03 21:25:41 +0000 dev-debug/valgrind: drop 3.21.0-r2 Bug: https://bugs.gentoo.org/900396 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> dev-debug/valgrind/Manifest | 2 - dev-debug/valgrind/valgrind-3.21.0-r2.ebuild | 139 --------------------------- 2 files changed, 141 deletions(-)