Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925095 - www-client/firefox-125.0.3 has implicit function declarations in configure logs
Summary: www-client/firefox-125.0.3 has implicit function declarations in configure logs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard: false positive
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2024-02-20 16:19 UTC by Agostino Sarubbo
Modified: 2024-11-04 00:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,398.55 KB, application/x-xz)
2024-02-20 16:19 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-02-20 16:19:19 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-20 16:19:22 UTC
Created attachment 885530 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-20 16:19:24 UTC
Found the following implicit function declarations in configure logs:

config.log:2790 - pthread_cond_timedwait_monotonic_np
Comment 3 Agostino Sarubbo gentoo-dev 2024-05-09 17:36:53 UTC
lto_tinderbox has reproduced this issue with version 125.0.3 - Updating summary.
Comment 4 Arniiiii 2024-07-29 16:12:40 UTC
 * 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.
Comment 5 Arniiiii 2024-08-22 06:47:27 UTC
reproducible with  www-client/firefox-129.0.2
reproducible with  www-client/librewolf-129.0.1_p1
Comment 6 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-09-18 06:09:57 UTC
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>