https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-editors/emacs-29.2-r1 has implicit function declarations in configure logs. Discovered on: amd64 (internal ref: tinderbox_musl) System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Created attachment 885526 [details] build.log build log and emerge --info
Found the following implicit function declarations in configure logs: config.log:15555 - statvfs64 config.log:21004 - re_set_syntax config.log:21018 - re_compile_pattern config.log:21024 - re_search config.log:21057 - re_match
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac1511edf7d186fab7e7eaf9f039e67b9206939 commit 8ac1511edf7d186fab7e7eaf9f039e67b9206939 Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2024-02-20 15:34:12 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2024-02-20 15:34:12 +0000 app-editors/emacs: Suppress false positive QA warnings with musl libc Bug: https://bugs.gentoo.org/925091 Signed-off-by: Ulrich Müller <ulm@gentoo.org> app-editors/emacs/emacs-29.2-r1.ebuild | 7 +++++-- app-editors/emacs/emacs-29.2.9999.ebuild | 7 +++++-- app-editors/emacs/emacs-30.0.9999.ebuild | 5 +++-- 3 files changed, 13 insertions(+), 6 deletions(-)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1e145d2f040f8997da84a2c66a36279e1b48f1 commit ac1e145d2f040f8997da84a2c66a36279e1b48f1 Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2025-01-08 19:25:18 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2025-01-08 19:26:29 +0000 app-editors/emacs: QA_CONFIG_IMPL_DECL_SKIP cleanup Drop functions that are listed in install-qa-check.d/90config-impl-decl: - alignof, static_assert, unreachable, MIN (gnulib/c23) - re_set_syntax, re_compile_pattern re_search re_match (gnulib/musl) Bug: https://bugs.gentoo.org/898304 Bug: https://bugs.gentoo.org/925091 Signed-off-by: Ulrich Müller <ulm@gentoo.org> app-editors/emacs/emacs-26.3-r21.ebuild | 2 +- app-editors/emacs/emacs-27.2-r19.ebuild | 5 +---- app-editors/emacs/emacs-28.2-r15.ebuild | 5 +---- app-editors/emacs/emacs-29.4-r1.ebuild | 5 +---- app-editors/emacs/emacs-30.0.91.ebuild | 5 +---- app-editors/emacs/emacs-30.0.92.ebuild | 5 +---- app-editors/emacs/emacs-30.0.93.ebuild | 5 +---- app-editors/emacs/emacs-30.0.9999-r1.ebuild | 5 +---- app-editors/emacs/emacs-31.0.9999.ebuild | 5 +---- 9 files changed, 9 insertions(+), 33 deletions(-)