https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: www-client/firefox-123.0 has implicit function declarations in configure logs. Discovered on: amd64 (internal ref: slibtool_tinderbox) System: SLIBTOOL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#SLIBTOOL) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Created attachment 885530 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Found the following implicit function declarations in configure logs: config.log:2790 - pthread_cond_timedwait_monotonic_np
lto_tinderbox has reproduced this issue with version 125.0.3 - Updating summary.
* Messages for package www-client/firefox-128.0.3: * QA Notice: Found the following implicit function declarations in configure logs: * /var/tmp/portage/www-client/firefox-128.0.3/work/firefox_build/config.log:3101 - pthread_cond_timedwait_monotonic_np * /var/tmp/portage/www-client/firefox-128.0.3/work/firefox_build/instrumented/config.log:3113 - pthread_cond_timedwait_monotonic_np * Check that no features were accidentally disabled. * See https://wiki.gentoo.org/wiki/Modern_C_porting.
reproducible with www-client/firefox-129.0.2 reproducible with www-client/librewolf-129.0.1_p1
commit 884b82d972fd1677eedfe3ad69a2edc3f5d4bc7f Author: Matt Turner <mattst88@gentoo.org> Date: Thu Sep 12 13:45:21 2024 -0400 install-qa-check.d/90config-impl-decl: Skip pthread_cond_timedwait_monotonic_np on Linux Seen in mail-client/thunderbird, www-client/seamonkey, and www-client/firefox. It seems to be an Android/bionic function. Bug: https://bugs.gentoo.org/905825 Closes: https://bugs.gentoo.org/932360 Signed-off-by: Matt Turner <mattst88@gentoo.org>