Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898776 - dev-util/lttng-ust-2.13.5 has implicit function declarations in configure logs (GCC-13-SYSTEM)
Summary: dev-util/lttng-ust-2.13.5 has implicit function declarations in configure log...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard: false positive
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2023-03-02 09:11 UTC by Agostino Sarubbo
Modified: 2024-11-03 00:41 UTC (History)
0 users

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


Attachments
build.log (build.log,459.25 KB, text/plain)
2023-03-02 09:11 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 2023-03-02 09:11:19 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/lttng-ust-2.13.5 has implicit function declarations in configure logs (GCC-13-SYSTEM).
Discovered on: amd64 (internal ref: gcc13_tinderbox)

NOTE:
(GCC-13-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-13 but this bug MAY or MAY NOT BE related to the new compiler
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-02 09:11:21 UTC
Created attachment 855650 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-09-18 06:07:10 UTC
commit a67b95a34a9f3c349778d12dbbc4c091a14dc64d (HEAD -> master, origin/master, origin/HEAD)
Author: Matt Turner <mattst88@gentoo.org>
Date:   Thu Sep 12 14:05:28 2024 -0400

    install-qa-check.d/90config-impl-decl: Skip pthread_get_name_np on Linux

    Seen in dev-util/lttng-tools and dev-util/lttng-ust.
    The function seems to be available on at least Darwin, FreeBSD, and
    OpenBSD.

    Signed-off-by: Matt Turner <mattst88@gentoo.org>

commit d1f0e6d0bf1d264ea0c51e700aa9fc9f2096ebf6
Author: Matt Turner <mattst88@gentoo.org>
Date:   Thu Sep 12 13:55:14 2024 -0400

    install-qa-check.d/90config-impl-decl: Skip pthread_set_name_np on Linux

    Seen in dev-lang/erlang, dev-util/lttng-tools, and dev-util/lttng-ust.
    The function seems to be available on at least Darwin, FreeBSD, and
    OpenBSD.

    Bug: https://bugs.gentoo.org/898762
    Signed-off-by: Matt Turner <mattst88@gentoo.org>