Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 366475 - media-sound/aqualung should RDEPEND on media-libs/liblrdf
Summary: media-sound/aqualung should RDEPEND on media-libs/liblrdf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Daniel Pielmeier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-08 15:25 UTC by john
Modified: 2011-05-12 18:39 UTC (History)
2 users (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 john 2011-05-08 15:25:59 UTC
media-sound/aqualung depends on liblrdf for ladspa support, but the dependency is only build-time, while running aqualung without the library installed results in a load error.

Reproducible: Always

Steps to Reproduce:
1. emerge aqualung
2. emerge --depclean --with-bdeps n
3. run aqualung
Actual Results:  
aqualung: error while loading shared libraries: liblrdf.so.2: cannot open shared object file: No such file or directory

Expected Results:  
aqualung starts

Removing the liblrdf dependency from DEPEND and adding it to RDEPEND should do the trick
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-05-12 18:17:54 UTC
Looks like "ladspa? ( media-libs/liblrdf )" simply ended up a few lines too low in the ebuilds.
Comment 2 Daniel Pielmeier gentoo-dev 2011-05-12 18:39:51 UTC
+  12 May 2011; Daniel Pielmeier <billie@gentoo.org> aqualung-0.9_beta11.ebuild,
+  aqualung-0.9_beta11-r1.ebuild:
+  Move media-libs/liblrdf to RDEPEND, thanks to John in bug #366475.

Fixed, thank you for your report.