https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-libs/expat-2.5.0 has implicit function declarations in configure logs (MUSL-SYSTEM). Discovered on: amd64 (internal ref: tinderbox_musl) NOTE: (MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl. See also: https://bugs.gentoo.org/898488#c4.
Created attachment 861722 [details] build.log build log and emerge --info
Found the following implicit function declarations in configure logs: config.log:810 - arc4random_buf config.log:856 - arc4random config.log:810 - arc4random_buf config.log:856 - arc4random
It's technically not a bug since the related AC_LINK_IFELSE blocks are meant to fail when the functions are absent. Is this causing actual damage that I am overlooking or is it just triggering the QA tool?