Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87308 - Updating dvd::rip causes transcode to be compiled without libdvdread
Summary: Updating dvd::rip causes transcode to be compiled without libdvdread
Status: RESOLVED INVALID
Alias: None
Product: Community Relations
Classification: Unclassified
Component: Developer Relations (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-30 10:11 UTC by nathan
Modified: 2005-03-30 11:29 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 nathan 2005-03-30 10:11:25 UTC
Every time dvd::rip is updated (using emerge -u world, or emerge -u dvdrip), transcode is compiled either before, or without recompiling libdvdread, and thus it is compiled without that support.  Then inside dvd::rip you cannot read the contents of the DVD to begin ripping.  I fixed this problem on my end by simply making sure to emerge libdvdread then emerge transcode

Reproducible: Always
Steps to Reproduce:
1. emerge -u dvdrip
2. run dvdrip
3. attemt to read the contents of a dvd using this utility

Actual Results:  
An error appears stating that the DVD cannot be read.

Expected Results:  
It should have read the contents of the DVD and displayed the track information
that should be used in ripping.
Comment 1 Tim Yamin (RETIRED) gentoo-dev 2005-03-30 11:03:04 UTC
Do not file ebuild bugs under the Developer Relations product.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-30 11:29:04 UTC
The optional libdvdread dependency is controlled by the dvdread use flag. It is your job to set it. -> `man portage` (package.use)