Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925179 - sys-firmware/sof-firmware-2023.12.1 installs files with unresolved SONAME dependencies
Summary: sys-firmware/sof-firmware-2023.12.1 installs files with unresolved SONAME dep...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Pacho Ramos
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-21 16:06 UTC by Agostino Sarubbo
Modified: 2024-04-07 16:44 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,39.15 KB, text/plain)
2024-02-21 16:06 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 2024-02-21 16:06:36 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-firmware/sof-firmware-2023.12 installs files with unresolved SONAME dependencies.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0023
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-21 16:06:37 UTC
Created attachment 885614 [details]
build.log

build log and emerge --info
Comment 2 Pacho Ramos gentoo-dev 2024-03-07 15:01:32 UTC
I cannot reproduce this.

I wonder how are you getting the warnings, as they are under QA_PREBUILT in the ebuild
Comment 3 Agostino Sarubbo gentoo-dev 2024-03-07 15:08:54 UTC
(In reply to Pacho Ramos from comment #2)
> I cannot reproduce this.
> 
> I wonder how are you getting the warnings, as they are under QA_PREBUILT in
> the ebuild

unresolved SONAME dependencies means that on the system are missing libraries or symbols needed to run the things you are installing.

I don't think that QA_PREBUILT has something to do with this, instead it stays for do not check precompiled binaries in term of flags respecting, prestripping and similar.
Comment 4 Pacho Ramos gentoo-dev 2024-03-07 15:22:15 UTC
Ah, I see that this is a musl system. That would explain why it doesn't find libc.so.6
Comment 5 Agostino Sarubbo gentoo-dev 2024-04-04 14:34:22 UTC
tinderbox_musl has reproduced this issue with version 2023.12.1 - Updating summary.
Comment 6 Larry the Git Cow gentoo-dev 2024-04-07 16:44:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e19836b7e95385022c432f6eaefde123b49c73

commit 88e19836b7e95385022c432f6eaefde123b49c73
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2024-04-07 16:33:04 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2024-04-07 16:43:53 +0000

    sys-firmware/sof-firmware: Allow to skip glibc requirement
    
    Useful for MUSL based systems as commented in:
    https://www.reddit.com/r/voidlinux/comments/rbq4ns/comment/im2r0bp/
    
    Closes: https://bugs.gentoo.org/925179
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 sys-firmware/sof-firmware/metadata.xml                |  3 +++
 sys-firmware/sof-firmware/sof-firmware-2024.03.ebuild | 13 +++++++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)

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

commit c07572e7d4fea432b1364c98ca2c1f65450e0ac0
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2024-04-07 16:23:24 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2024-04-07 16:43:53 +0000

    sys-firmware/sof-firmware: add 2024.03
    
    Closes: https://bugs.gentoo.org/925179
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 sys-firmware/sof-firmware/Manifest                 |  1 +
 .../sof-firmware/sof-firmware-2024.03.ebuild       | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)