Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 925505

Summary: media-sound/strawberry-1.0.23-1 binary package missing media-libs/libebur128-1.2.6 as runtime dependency
Product: Gentoo Linux Reporter: armouredheart
Component: Current packagesAssignee: Amy Liffey <amynka>
Status: UNCONFIRMED ---    
Severity: normal CC: vitaut.bayaryn
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.