Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932360 - mail-client/thunderbird-115.11.0 has implicit function declarations in configure logs
Summary: mail-client/thunderbird-115.11.0 has implicit function declarations in config...
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-05-21 12:38 UTC by Agostino Sarubbo
Modified: 2024-11-04 01:11 UTC (History)
0 users

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


Attachments
build.log.xz (build.log.xz,471.99 KB, application/x-xz)
2024-05-21 12:38 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-05-21 12:38:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: mail-client/thunderbird-115.11.0 has implicit function declarations in configure logs.
Discovered on: amd64 (internal ref: lto_tinderbox)
System: LTO-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#LTO)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Comment 1 Agostino Sarubbo gentoo-dev 2024-05-21 12:38:17 UTC
Created attachment 893653 [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-05-21 12:38:18 UTC
Found the following implicit function declarations in configure logs:

config.log:2497 - pthread_cond_timedwait_monotonic_np
Comment 3 Larry the Git Cow gentoo-dev 2024-09-17 14:32:43 UTC
The bug has been closed via 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(+)