Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925505 - media-sound/strawberry-1.0.23-1 binary package missing media-libs/libebur128-1.2.6 as runtime dependency
Summary: media-sound/strawberry-1.0.23-1 binary package missing media-libs/libebur128-...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Amy Liffey
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-25 19:50 UTC by armouredheart
Modified: 2024-03-26 21:30 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description armouredheart 2024-02-25 19:50:01 UTC
The media-sound/strawberry-1.0.23-1 binary package is missing media-libs/libebur128 as runtime dependency during installation. The ebuild does not pull it in when emerged, and strawberry binary won't start unless media-libs/libebur128 is manually emerged by the user.

Reproducible: Always

Steps to Reproduce:
1. emerge --getbinpkg media-sound/strawberry-1.0.23-1
2. run 'strawberry' in terminal
3. get error message 'strawberry: error while loading shared libraries: libebur128.so.1: cannot open shared object file: No such file or directory'

Actual Results:  
strawberry: error while loading shared libraries: libebur128.so.1: cannot open shared object file: No such file or directory

Expected Results:  
strawberry should open as normal

This bug can be fixed by manually installing media-libs/libebur128.
I recommend adding it as a runtime dependency in the binary media-sound/strawberry ebuild so that it is automatically pulled in when strawberry is emerged.