Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38773 - readcd installed by both cdrtools and dvdrtools
Summary: readcd installed by both cdrtools and dvdrtools
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Lars Weiler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-19 20:23 UTC by Mark Knecht
Modified: 2004-01-21 20:30 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 Mark Knecht 2004-01-19 20:23:32 UTC
xcdroast was working. I then installed dvdrtools as well as someother stuff for +R+RW drives and xcdroast stopped working.

Wizard linux # xcdroast 
** (xcdroast:6673): WARNING **: Invalid readcd version 1.11a15 found.        Expecting at least version 1.11a34        Start xcdroast with the -n option to override (not recommended!)

Wizard linux # which readcd
/usr/bin/readcd

Wizard linux # etcat -b /usr/bin/readcd 
Searching for /usr/bin/readcd in * ...
app-cdr/dvdrtools-0.1.4
app-cdr/cdrtools-2.01_alpha23Wizard linux # 

Reproducible: Always
Steps to Reproduce:
Not sure. Possibly install xcdroast, then install dvdrtools?

emerge -C cdrtools , then emerge cdrtools fixed the problem, but I'm not sure if it has done anything bad to dvdrtools as of yet.

Actual Results:  
xcdroast stopped working due to version of readcd

Expected Results:  
xcdroast should work

Wizard linux # emerge info
Portage 2.0.49-r20 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.22-gentoo-r2)
=================================================================
System uname: 2.4.22-gentoo-r2 i686 AMD Athlon(TM) XP 2600+
Gentoo Base System version 1.4.3.10
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon-xp -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=athlon-xp -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib alsa apm arts avi berkdb bonobo cdr crypt cups dvd dvdr encode esd
foomaticdb gdbm gif gnome gpm gtk gtk2 gtkhtml guile imlib jack jack-caps
jack-tmpfs java jpeg kde libg++ libwww mad mikmod motif mozilla mpeg ncurses nls
oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl slang
spell ssl svga tcltk tcpd truetype x86 xml2 xmms xv zlib video_cards_radeon"

Wizard linux #
Comment 1 Lars Weiler (RETIRED) gentoo-dev 2004-01-21 18:13:15 UTC
I'm about to take dvdrtools off from portage.  It does not seem to be supported any more on and there are no files to download on savannah (maybe it's an issue by the savannah attack in Dec 03).

You should emerge cdrtools with dvdr-USE-flag set.  This will apply the dvd-patches from mandrake.  Furthermore xcdroast with the dvdr-USE-flag set will install cdrecord-prodvd that can also handle dvd-writing.
Comment 2 Mark Knecht 2004-01-21 19:48:17 UTC
Cool. Makes sense. Thanks!

BTW - I only get prodvd with ~x86, but that's cool. 

Wizard xcdroast # ACCEPT_KEYWORDS="~x86" emerge -pv xcdroast

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild     U ] app-cdr/cdrtools-2.01_alpha25 [2.01_alpha23] +dvdr 
[ebuild  N    ] app-cdr/cdrecord-prodvd-2.01_alpha24  
[ebuild     U ] app-cdr/xcdroast-0.98_alpha15-r3 [0.98_alpha15-r2] +nls +dvdr +gtk2 +gnome 

Wizard xcdroast # emerge -pv xcdroast

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] app-cdr/xcdroast-0.98_alpha15-r2  +nls +dvdr +gtk2 +gnome 

Wizard xcdroast # 
Comment 3 Lars Weiler (RETIRED) gentoo-dev 2004-01-21 20:26:46 UTC
That you have to use ~x86 at the moment is true.  I changed the behaviour of installing cdrecord-prodvd some days ago and wanted to test, if everything works fine.

The current stable xcdroast installs cdrecord-prodvd within the ebuild.  As cdrecord-prodvd could also be used without xcdroast I added it as an ebuild by it's own.

I'll move it to stable in a few days (when bugs calm down ;-) ).
Comment 4 Mark Knecht 2004-01-21 20:30:44 UTC
Thanks. I'm trying to use prodvd right now. (First time I've burned a DVD) Much to learn.

Again, thanks for the help and the feedback.