Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900483 - app-misc/tmate-2.4.0-r1 has implicit function declarations in configure logs (MUSL-CLANG-SYSTEM)
Summary: app-misc/tmate-2.4.0-r1 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: Yixun Lan
URL:
Whiteboard: false positive
Keywords:
Depends on:
Blocks: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2023-03-09 08:08 UTC by Agostino Sarubbo
Modified: 2024-11-08 14:44 UTC (History)
0 users

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


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

Issue: app-misc/tmate-2.4.0-r1 has implicit function declarations in configure logs (MUSL-CLANG-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-CLANG-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc + clang16 but this bug MAY or MAY NOT BE related to musl/clang16.
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-09 08:08:20 UTC
Created attachment 856893 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-03-09 08:12:55 UTC
b64_ntop doesn't exist on musl.
Comment 3 Larry the Git Cow gentoo-dev 2024-11-08 14:42:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c190d76e0d95ab7d225de37f1f8d5cc37d7a916

commit 9c190d76e0d95ab7d225de37f1f8d5cc37d7a916
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2024-11-08 14:41:38 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2024-11-08 14:42:31 +0000

    app-misc/tmate: suppress false positive QA warning (b64_ntop on musl)
    
    Closes: https://bugs.gentoo.org/900483
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 app-misc/tmate/tmate-2.4.0-r1.ebuild | 40 ------------------------------------
 app-misc/tmate/tmate-2.4.0-r2.ebuild |  7 ++++++-
 2 files changed, 6 insertions(+), 41 deletions(-)