Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898926 - media-sound/rhythmbox-3.4.6 has implicit function declarations in configure logs (MUSL-CLANG-SYSTEM)
Summary: media-sound/rhythmbox-3.4.6 has implicit function declarations in configure l...
Status: IN_PROGRESS
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://gitlab.gnome.org/GNOME/rhythm...
Whiteboard:
Keywords:
Depends on:
Blocks: 906027
  Show dependency tree
 
Reported: 2023-03-02 14:50 UTC by Agostino Sarubbo
Modified: 2023-05-09 20:02 UTC (History)
1 user (show)

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


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

Issue: media-sound/rhythmbox-3.4.6 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-02 14:50:47 UTC
Created attachment 855804 [details]
build.log

build log and emerge --info
Comment 2 Matt Turner gentoo-dev 2023-05-09 20:02:32 UTC
I've made a merge request to fix this, but note that it's very unlikely to cause a problem in practice because the pthread_getname_np code is only used if prctl() is not available.