https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-misc/gcal-4.1-r1 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 856879 [details] build.log build log and emerge --info
tinderbox_musl has reproduced this issue with version 4.1-r2 - Updating summary.
tinderbox_musl has reproduced this issue with version 4.1-r3 - Updating summary.
* QA Notice: Found the following implicit function declarations in configure logs: * /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:7432 - fpurge * /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:10778 - re_set_syntax * /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:10790 - re_compile_pattern * /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:10796 - re_search * /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:10799 - re_set_syntax * /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:10802 - re_compile_pattern * /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:10808 - re_search * /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:10811 - re_set_syntax * /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:10820 - re_compile_pattern * /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:10826 - re_search We fixed the re_* stuff in portage: https://gitweb.gentoo.org/proj/portage.git/commit/?id=9728fbba80abeec5adad8ba6cf7580c16c039a45 fpurge is probably still an issue.