https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: www-client/seamonkey-2.53.15-r1 has implicit function declarations in configure logs. Discovered on: amd64 (internal ref: ci) NOTE: See also: https://bugs.gentoo.org/898488#c4.
* QA Notice: Found the following implicit function declarations in configure logs: * /var/tmp/portage/www-client/seamonkey-2.53.15-r1/work/seamonkey-2.53.15/seamonk/config.log:2657 - pthread_cond_timedwait_monotonic_np * Check that no features were accidentally disabled. * See https://wiki.gentoo.org/wiki/Modern_C_porting.
False positive as it doesn't exist on Linux.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb7f431a283a8e392a546198a1f3d8de5e5db68 commit dcb7f431a283a8e392a546198a1f3d8de5e5db68 Author: Myckel Habets <gentoo-bugs@habets-dobben.nl> AuthorDate: 2023-08-06 19:18:14 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-08-07 04:18:31 +0000 www-client/seamonkey: Update to version 2.53.17. - Bumps seamonkey to version 2.53.17. - Fixes implicit function declaration. Closes: https://bugs.gentoo.org/904392 Closes: https://bugs.gentoo.org/905825 Signed-off-by: Myckel Habets <gentoo-bugs@habets-dobben.nl> Closes: https://github.com/gentoo/gentoo/pull/32201 Signed-off-by: Sam James <sam@gentoo.org> www-client/seamonkey/Manifest | 3 + www-client/seamonkey/seamonkey-2.53.17.ebuild | 541 ++++++++++++++++++++++++++ 2 files changed, 544 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/portage.git/commit/?id=884b82d972fd1677eedfe3ad69a2edc3f5d4bc7f commit 884b82d972fd1677eedfe3ad69a2edc3f5d4bc7f Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2024-09-12 17:45:21 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2024-09-12 17:45:21 +0000 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> bin/install-qa-check.d/90config-impl-decl | 1 + 1 file changed, 1 insertion(+)