https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-devel/gettext-0.21.1 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 855378 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
> * /var/tmp/portage/sys-devel/gettext-0.21.1/work/gettext-0.21.1-abi_x86_64.amd64/gettext-tools/config.log:12077 - fpurge > * /var/tmp/portage/sys-devel/gettext-0.21.1/work/gettext-0.21.1-abi_x86_64.amd64/gettext-tools/config.log:15626 - re_set_syntax > * /var/tmp/portage/sys-devel/gettext-0.21.1/work/gettext-0.21.1-abi_x86_64.amd64/gettext-tools/config.log:15638 - re_compile_pattern > * /var/tmp/portage/sys-devel/gettext-0.21.1/work/gettext-0.21.1-abi_x86_64.amd64/gettext-tools/config.log:15644 - re_search > * /var/tmp/portage/sys-devel/gettext-0.21.1/work/gettext-0.21.1-abi_x86_64.amd64/gettext-tools/config.log:15647 - re_set_syntax > * /var/tmp/portage/sys-devel/gettext-0.21.1/work/gettext-0.21.1-abi_x86_64.amd64/gettext-tools/config.log:15650 - re_compile_pattern > * /var/tmp/portage/sys-devel/gettext-0.21.1/work/gettext-0.21.1-abi_x86_64.amd64/gettext-tools/config.log:15656 - re_search > * /var/tmp/portage/sys-devel/gettext-0.21.1/work/gettext-0.21.1-abi_x86_64.amd64/gettext-tools/config.log:15659 - re_set_syntax > * /var/tmp/portage/sys-devel/gettext-0.21.1/work/gettext-0.21.1-abi_x86_64.amd64/gettext-tools/config.log:15668 - re_compile_pattern > * /var/tmp/portage/sys-devel/gettext-0.21.1/work/gettext-0.21.1-abi_x86_64.amd64/gettext-tools/config.log:15674 - re_search > * /var/tmp/portage/sys-devel/gettext-0.21.1/work/gettext-0.21.1-abi_x86_64.amd64/gettext-runtime/config.log:5528 - MIN
ci has reproduced this issue with version 0.22 - Updating summary.
ci has reproduced this issue with version 0.22-r1 - Updating summary.
gcc14_tinderbox has reproduced this issue with version 0.22.4 - Updating summary.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3bc7ad795eb43297d704e0e193c7b0531064d71 commit c3bc7ad795eb43297d704e0e193c7b0531064d71 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-02-22 06:56:19 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-02-22 06:57:00 +0000 dev-libs/libintl: add 0.22.5 gnulib FPs. Bug: https://bugs.gentoo.org/898570 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/libintl/Manifest | 2 + dev-libs/libintl/libintl-0.22.5.ebuild | 107 +++++++++++++++++++++++++++++++++ 2 files changed, 109 insertions(+) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1922bfee73c961edf09e5f28a5bfdbaaa378fe7a commit 1922bfee73c961edf09e5f28a5bfdbaaa378fe7a Author: Sam James <sam@gentoo.org> AuthorDate: 2024-02-22 06:53:35 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-02-22 06:56:56 +0000 sys-devel/gettext: add 0.22.5 gnulib FPs. Bug: https://bugs.gentoo.org/898570 Signed-off-by: Sam James <sam@gentoo.org> sys-devel/gettext/Manifest | 2 + sys-devel/gettext/gettext-0.22.5.ebuild | 199 ++++++++++++++++++++++++++++++++ 2 files changed, 201 insertions(+)
tinderbox_musl has reproduced this issue with version 0.22.5 - Updating summary.
Musl-specific false positives for re_*, fixed in portage via https://gitweb.gentoo.org/proj/portage.git/commit/?id=9728fbba80abeec5adad8ba6cf7580c16c039a45 and backported in https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3082a374769c47114474d34fde309dcfbeb7f5ad MIN false positive, fixed in portage via https://gitweb.gentoo.org/proj/portage.git/commit/?id=8256473c6a9fa93e7cf81c46fa920cd522507c21 and backported in https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cdb1b2ae41b13dc7f25b6d64c0b6ab19e4272dd The errors are multiplying. Original report has only fpurge left. Now we get: * QA Notice: Found the following implicit function declarations in configure logs: * /var/tmp/portage/sys-devel/gettext-0.22.5/work/gettext-0.22.5-abi_x86_64.amd64/gettext-runtime/intl/config.log:1527 - _exit * /var/tmp/portage/sys-devel/gettext-0.22.5/work/gettext-0.22.5-abi_x86_64.amd64/libtextstyle/config.log:782 - _exit * /var/tmp/portage/sys-devel/gettext-0.22.5/work/gettext-0.22.5-abi_x86_64.amd64/gettext-tools/config.log:14040 - fpurge * Check that no features were accidentally disabled. * See https://wiki.gentoo.org/wiki/Modern_C_porting.