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

Bug 565492

Summary: media-video/mplayer-1.2-r1 - automagic dependency on dev-libs/libcdio-paranoia
Product: Gentoo Linux Reporter: Mike Hiretsky <mh>
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mike Hiretsky 2015-11-11 11:25:38 UTC
After `emerge -c` uninstalled dev-libs/libcdio-paranoia I got the following preserved lib:
>>> package: dev-libs/libcdio-paranoia-0.90_p1-r1
 *  - /usr/lib64/libcdio_cdda.so.1
 *  - /usr/lib64/libcdio_cdda.so.1.0.0
 *      used by /usr/bin/mencoder (media-video/mplayer-1.2-r1)
 *      used by /usr/bin/mplayer (media-video/mplayer-1.2-r1)
 *  - /usr/lib64/libcdio_paranoia.so.1
 *  - /usr/lib64/libcdio_paranoia.so.1.0.0
 *      used by /usr/bin/mencoder (media-video/mplayer-1.2-r1)
 *      used by /usr/bin/mplayer (media-video/mplayer-1.2-r1)

This bug only if mplayer compiled with USE="cdio -cdparanoia"

Reproducible: Always

Steps to Reproduce:
1. emerge dev-libs/libcdio-paranoia
2. USE="cdio -cdparanoia" emerge mplayer
3. emerge -C dev-libs/libcdio-paranoia
Actual Results:  
mplayer: error while loading shared libraries: libcdio_cdda.so.1: cannot open shared object file: No such file or directory

Expected Results:  
Mplayer is works.
Comment 1 Alexis Ballier gentoo-dev 2015-11-13 06:01:49 UTC
commit 9181eec3ca9ca03ba5e68d33622c4a337d21624a
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Fri Nov 13 07:00:59 2015 +0100

    media-video/mplayer: add missing cdio-paranoia dep. Bug #565492.


thanks!