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.
Created attachment 855804 [details] build.log build log and emerge --info
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.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50e5e28a52ead4714c53bf090b6457c86dcfed8 commit e50e5e28a52ead4714c53bf090b6457c86dcfed8 Author: Pacho Ramos <pacho@gentoo.org> AuthorDate: 2024-05-18 08:45:10 +0000 Commit: Pacho Ramos <pacho@gentoo.org> CommitDate: 2024-05-18 08:47:26 +0000 media-sound/rhythmbox: Multiple bugfixes Cherry picks from upstream master to fix implicit declarations, libxml2 and python 3.12 compat issues. Closes: https://bugs.gentoo.org/898926 Closes: https://bugs.gentoo.org/929668 Signed-off-by: Pacho Ramos <pacho@gentoo.org> .../rhythmbox-3.4.7-implicit-declaration.patch | 72 +++++++++++ .../files/rhythmbox-3.4.7-libxml-entities.patch | 36 ++++++ .../files/rhythmbox-3.4.7-libxml2-2.12.patch | 38 ++++++ .../files/rhythmbox-3.4.7-python3.12.patch | 30 +++++ .../files/rhythmbox-3.4.7-skip-broken-test.patch | 24 ++++ media-sound/rhythmbox/rhythmbox-3.4.7-r4.ebuild | 143 +++++++++++++++++++++ 6 files changed, 343 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f379e612ca8bd853d4cb969276ea3643815b0fd commit 2f379e612ca8bd853d4cb969276ea3643815b0fd Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2024-11-03 13:37:54 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2024-11-03 15:58:24 +0000 media-sound/rhythmbox: drop 3.4.7-r3 Bug: https://bugs.gentoo.org/898926 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> media-sound/rhythmbox/rhythmbox-3.4.7-r3.ebuild | 135 ------------------------ 1 file changed, 135 deletions(-)