Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193285 - media-tv/mythtv has dependency issues with combinations of USE="dts" and USE="dvd"
Summary: media-tv/mythtv has dependency issues with combinations of USE="dts" and USE=...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-21 06:46 UTC by Chris Slycord
Modified: 2007-09-27 14:24 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 Chris Slycord 2007-09-21 06:46:27 UTC
In the mythtv-0.20.* ebuilds there is the following

If USE="dvd -dts" then media-libs/libdts will be built but it won't be used by mythtv since dts support will be disabled anyway (per the -dts flag).

If USE="dvd dts" then per the dts USE flag media-libs/libdca will be installed by default but at the same time the dvd USE flag requires media-libs/libdts to be installed; but media-libs/libdca has a runtime dependency of !media-libs/libdts.

Reproducible: Always
Comment 1 Chris Slycord 2007-09-27 11:11:48 UTC
Also, with mythtv-0.21_pre14513.ebuild there is the following:

dts? ( media-libs/libdca media-libs/libdts )

When it needs to be

dts? ( || ( media-libs/libdca media-libs/libdts ) )

As it is right now it'll try to install both libdts and libdca which block each other.

Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2007-09-27 14:24:38 UTC
Fixed. Good eye.