https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-misc/screen-4.9.0-r2 has implicit function declarations in configure logs. Discovered on: amd64 (internal ref: ci) NOTE: See also: https://bugs.gentoo.org/898488#c4.
Created attachment 859846 [details] build.log build log and emerge --info
> * /var/tmp/portage/app-misc/screen-4.9.0-r2/work/screen-4.9.0/config.log:1058 - fdwalk fdwalk appears to be a SunOS/Solaris function that is not available on Linux. So I think this is working as intended.
The check should be an AC_CHECK_FUNCS or include a dummy declaration for fdwalk() in the test snippet, to avoid the spurious error message. The support for fdwalk() has been removed in screen git master, so I do not consider fixing the warning worth it.
ci has reproduced this issue with version 4.9.0-r3 - Updating summary.
gcc14_tinderbox has reproduced this issue with version 4.9.1 - Updating summary.
ci has reproduced this issue with version 4.9.1-r1 - Updating summary.