Date: Sun, 11 Sep 2005 22:15:52 -0700 From: "Carl Delsey" <cdelsey@qwest.net> To: freebsd-questions@freebsd.org Subject: Re: can't install /sysutils/dvd+rw-tools Message-ID: <20050912051552.GA15874@localhost.local> In-Reply-To: <4324D5C9.2070003@charter.net> References: <4324D5C9.2070003@charter.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 11, 2005 at 09:11:37PM -0400, bob self wrote: > FreeBSD-6.0 beta 4 > > I'm trying to get DVD burning going according to the handbook. So, it > says to install "dvd+rw-tools". > But I get this error: > > root@xxxxxx~# pkg_add -r dvd+rw-tools > Fetching > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-current/Latest/ > dvd+rw-tools.tbz... Done. > Fetching > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-current/All/cdr > tools-2.01_1.tbz... Done. > pkg_add: package 'cdrtools-2.01_1' conflicts with > cjk-cdrtools-2.01.20041227_1 > pkg_add: please use pkg_delete first to remove conflicting package(s) or > -f to f > orce installation > pkg_add: pkg_add of dependency 'cdrtools-2.01_1' failed! Presumably the cjk-cdrtools is compatible with and a suitable replacement for cdrtools. I would try just forcing the installation of dvd+rw-tools like this: pkg_add -r -f dvd+rw-tools This should proceed with the installation regardless of possible conflicts. Carl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050912051552.GA15874>