Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 565492 - media-video/mplayer-1.2-r1 - automagic dependency on dev-libs/libcdio-paranoia
Summary: media-video/mplayer-1.2-r1 - automagic dependency on dev-libs/libcdio-paranoia
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-11 11:25 UTC by Mike Hiretsky
Modified: 2015-11-13 06:01 UTC (History)
0 users

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 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!