From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-81564-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1KF8Yw-0008Cj-FT
	for garchives@archives.gentoo.org; Sat, 05 Jul 2008 14:16:30 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 60AFAE03EE;
	Sat,  5 Jul 2008 14:16:28 +0000 (UTC)
Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.184])
	by pigeon.gentoo.org (Postfix) with ESMTP id 02CFAE03EE
	for <gentoo-user@lists.gentoo.org>; Sat,  5 Jul 2008 14:16:27 +0000 (UTC)
Received: by gv-out-0910.google.com with SMTP id n8so214926gve.39
        for <gentoo-user@lists.gentoo.org>; Sat, 05 Jul 2008 07:16:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=googlemail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from
         :user-agent:mime-version:to:subject:references:in-reply-to
         :x-enigmail-version:content-type:content-transfer-encoding;
        bh=LQAo0hEJ0z79nsBYSCkaQiJoiCzeMelhnH5+zkTVzGg=;
        b=xNNOl7Od9jQH3xw0KvOY6MhxrFboiKyGnbmxRi5sZ1j7udW8WMcA2RcKkvRla8eTXQ
         tHYgKKOvQOzv80LWtfDE80ilE77r/WbzTqQMLy93/WDnVLE9u9pSYwTsM/C/1EFy4jTw
         RaMuhUSoTzY3jVT4tgllxgCWrxKI8PvFVPuCs=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=googlemail.com; s=gamma;
        h=message-id:date:from:user-agent:mime-version:to:subject:references
         :in-reply-to:x-enigmail-version:content-type
         :content-transfer-encoding;
        b=ieY7iqrC7oEwdYRXliMTJ4hqnnH4wjRwPgxLPHMXRAqLAFXnWleJZU4Qy5ZGeE/T4H
         VbnF4sG1mcx1SVy7CvlxuXropaoNc8baSGrguhqQ4MVu3umgVnBTWFF0+4DKW7XHhFb1
         kjpX/DCKvamyh1bwzDZMWU3P2kicR0SDsZyBA=
Received: by 10.103.189.5 with SMTP id r5mr925726mup.25.1215267386979;
        Sat, 05 Jul 2008 07:16:26 -0700 (PDT)
Received: from ?192.168.0.2? ( [92.75.230.58])
        by mx.google.com with ESMTPS id j10sm2248110muh.18.2008.07.05.07.16.25
        (version=SSLv3 cipher=RC4-MD5);
        Sat, 05 Jul 2008 07:16:26 -0700 (PDT)
Message-ID: <486F8251.4060305@googlemail.com>
Date: Sat, 05 Jul 2008 16:16:49 +0200
From: Daniel Pielmeier <daniel.pielmeier@googlemail.com>
User-Agent: Thunderbird 2.0.0.14 (X11/20080518)
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] emerge -avC cdrkit && emerge -av cdrtools
References: <486F599D.4090606@konstantinhansen.de> <486F6599.7080106@googlemail.com> <486f7b79.MBjhJENGHNGNow9O%Joerg.Schilling@fokus.fraunhofer.de>
In-Reply-To: <486f7b79.MBjhJENGHNGNow9O%Joerg.Schilling@fokus.fraunhofer.de>
X-Enigmail-Version: 0.95.6
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Archives-Salt: efd2a97c-2696-4fc9-86c3-756dae2a2e12
X-Archives-Hash: 216f2601977c922217e9c8bc1b21ac0b

Joerg Schilling schrieb:
> Daniel Pielmeier <daniel.pielmeier@googlemail.com> wrote:
> 
>> So you successfully unmerged cdrkit, dvd+rw-tools and kino. The
>> installation of cdrtools fails because of a broken symlink. I guess the
>> /usr/include/scsilib/scg symlink to usr/include/scsilib/usal has not
>> been removed with cdrkit and is now broken and the cdrtools installation
>> can not overwrite the link. If the output is really red it is indeed a
>> broken symlink and you can safely remove it, then try to install
>> cdrtools again or use the proposed commands.
> 
> Mmmm, cdrtools may create a directory /usr/include/scg/ but the text /scsilib/
> is nowhere in cdrtools.

In Gentoo scg is installed under /usr/include/scsilib

Here a snippet from the ebuild:

insinto /usr/include/scsilib/scg
doins include/scg/*.h

/usr/include/scsilib/scg -> /usr/include/scsilib/usal is a symlink used
by cdrkit. It was not removed when the package manager uninstalled
cdrkit. At least I think so, as this does not happen here but maybe with
older versions I don't use.

When installing cdrtools the package manager wants to create the
directory /usr/include/scsilib/scg which fails as the broken symlink is
still in place.

>> It should be no problem to install kino again as cdrkit provides the
>> same functionality like cdrtools, besides the different amount of
> 
> There is no active development in cdrkit, so cdrkit does not provide new 
> features. If cdrkit did not change libscg in a way that prevents some usage, 
> you could treat cdrkit like a 3 year old version of cdrtools.

I don't know how much work really happens with cdrkit as I don't follow
the progress there. It seems however you have done more work on cdrtools
than what happened on cdrkit besides finalizing star 1.5.

By the way I for myself say many thanks for cdrtools. I don't care much
about the license as long it is not closed source and I can use it
within my OS. I just care about the quality of the code.

>> development that happens on both projects. But i think there was no need
>> to remove kino at all when switching to cdrtools, because it has no
>> dependency on both apps.
> 
> This is correct.
> 
> I don't know kino but from looking at freshmeat, it seems that kino has no 
> relation to cdrtools. Or does kino call "mkisofs"?

You are right, it depends on dvd+rw-tools maybe because of this the OP
has removed it from his system temporarily along with cdrkit and
dvd+rw-tools.

Regards,

Daniel


-- 
gentoo-user@lists.gentoo.org mailing list