https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-block/parted-3.5 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.
Created attachment 855244 [details] build.log build log and emerge --info
* /var/tmp/portage/sys-block/parted-3.5/work/parted-3.5/config.log:2070 - strchr False positive, it's a check how to detect implicit function declarations. * /var/tmp/portage/sys-block/parted-3.5/work/parted-3.5/config.log:3798 - MIN False positive, it checks whether MIN/MAX are in <limits.h>. * /var/tmp/portage/sys-block/parted-3.5/work/parted-3.5/config.log:8892 - re_set_syntax * /var/tmp/portage/sys-block/parted-3.5/work/parted-3.5/config.log:8904 - re_compile_pattern * /var/tmp/portage/sys-block/parted-3.5/work/parted-3.5/config.log:8910 - re_search * /var/tmp/portage/sys-block/parted-3.5/work/parted-3.5/config.log:8913 - re_set_syntax * /var/tmp/portage/sys-block/parted-3.5/work/parted-3.5/config.log:8916 - re_compile_pattern * /var/tmp/portage/sys-block/parted-3.5/work/parted-3.5/config.log:8922 - re_search * /var/tmp/portage/sys-block/parted-3.5/work/parted-3.5/config.log:8925 - re_set_syntax * /var/tmp/portage/sys-block/parted-3.5/work/parted-3.5/config.log:8934 - re_compile_pattern * /var/tmp/portage/sys-block/parted-3.5/work/parted-3.5/config.log:8940 - re_search These are fixed via eautoconf.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7bd083f223ad321f6ba35184e6e45e5e36ffcc commit 6d7bd083f223ad321f6ba35184e6e45e5e36ffcc Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2023-02-28 16:54:11 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2023-02-28 16:54:28 +0000 sys-block/parted: eautoconf to fix implicit func decls in configure Bug: https://bugs.gentoo.org/898434 Signed-off-by: Michał Górny <mgorny@gentoo.org> sys-block/parted/parted-3.5.ebuild | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810ef14b9eaa593e8cef15b2313d7da5c12569d3 commit 810ef14b9eaa593e8cef15b2313d7da5c12569d3 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2023-02-28 16:57:52 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2023-02-28 17:08:37 +0000 sys-block/parted: Silence implicit function decl false positive Closes: https://bugs.gentoo.org/898434 Signed-off-by: Michał Górny <mgorny@gentoo.org> sys-block/parted/parted-3.5.ebuild | 3 +++ 1 file changed, 3 insertions(+)