Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28314 - cdrtools and cdrtools-dvdr both installed on emerge xcdroast
Summary: cdrtools and cdrtools-dvdr both installed on emerge xcdroast
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Lars Weiler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-09 18:56 UTC by Matt Taylor
Modified: 2003-09-10 19:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
xcdroast-dvdr.patch (xcdroast.patch,424 bytes, patch)
2003-09-09 18:57 UTC, Matt Taylor
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Taylor 2003-09-09 18:56:20 UTC
# emerge xcdroast
[ebuild  N    ] app-cdr/cdrtools-dvdr-2.01_alpha18  
[ebuild  N    ] app-cdr/cdrtools-2.01_alpha18  
[ebuild  N    ] app-cdr/xcdroast-0.98_alpha14-r2  

emerge xcdroast on a fresh install wants to install cdrtools-dvdr and then
cdrtools before installing xcdroast.  It's silly to compile cdrtools twice, and
since the dvdr version is installed first it gets clobbered by the normal version.

If dvd is in use it should install the dvdr version and if not install normal
cdrtools.

Reproducible: Always
Steps to Reproduce:
1.emerge xcdroast


Actual Results:  
no dvd support since cdrtools-dvdr is clobbered

Expected Results:  
dvdr support w/ only one ver of cdrtools installed
Comment 1 Matt Taylor 2003-09-09 18:57:45 UTC
Created attachment 17376 [details, diff]
xcdroast-dvdr.patch

Patch to fix the DEPEND to only install one cdrtools
Comment 2 Lars Weiler (RETIRED) gentoo-dev 2003-09-09 21:35:29 UTC
I'll work on it later this day, since we will introduce a new USE-flag for DVD-R-usage.  Then we can work with only one cdrecord and the cdrecord-dvdr becomes obsolote (actually it is only a patched cdrecord).
Comment 3 Lars Weiler (RETIRED) gentoo-dev 2003-09-10 19:24:38 UTC
The new ebuilds are submitted to portage (no version bump).  If you want to use DVD-writing, you can set the use-variable 'dvdr' and cdrtools will be compiled with the patch, that was the difference to cdrtools-dvdr before.

As everything should be fine now, I'll close this bug.  Otherwise, let me know.