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: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://gitlab.gnome.org/GNOME/rhythm...
Whiteboard: fixed in 3.4.7-r4
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2023-03-02 14:50 UTC by Agostino Sarubbo
Modified: 2024-11-03 15:58 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.
Comment 3 Larry the Git Cow gentoo-dev 2024-05-18 08:47:35 UTC
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(+)
Comment 4 Larry the Git Cow gentoo-dev 2024-11-03 15:58:40 UTC
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(-)