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-81573-garchives=archives.gentoo.org@lists.gentoo.org>) id 1KFCD4-0002kZ-6L for garchives@archives.gentoo.org; Sat, 05 Jul 2008 18:10:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EDE3E04CE; Sat, 5 Jul 2008 18:10:08 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by pigeon.gentoo.org (Postfix) with ESMTP id 346AAE04CE for <gentoo-user@lists.gentoo.org>; Sat, 5 Jul 2008 18:10:08 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so917005fga.14 for <gentoo-user@lists.gentoo.org>; Sat, 05 Jul 2008 11:10:07 -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=2/aYB5XPCP3+2lfqilSvxuNRtfH5gI9jl8b/KZ4I9LI=; b=sR7X3LEBQ2BqpT312nyq9mZVsMzWbFTprNT/X3kTIea8DJDa28P5jplyRHMHT7lvT6 7+Sn3LEf/IdYSl9KgbvMfM6Z1Mw2HuLsDTm/FD5MSf4ZBrB5N3N4dmqPXsjTRdJagRdE SMPZxNR2DGz1tDV4Vq/1ar1LWPXkQjoXWvJOw= 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=j7pCZWAZZMJBUqvH4yU042nzBS897cZyjUGig1rRkBlIxht6OIJYGEvDnWWaKrsmKt O3RL4lxDxO5erILe0Ay+dzpFFFwry7dTdAOT7gwXG+q+9chE2l/fL56jUO2ROdZ/u9bT aheq3gg0brbWjiQ/zSA+cDqKGYgdyyW/PARVY= Received: by 10.86.73.7 with SMTP id v7mr2276993fga.37.1215281407468; Sat, 05 Jul 2008 11:10:07 -0700 (PDT) Received: from ?192.168.0.2? ( [92.75.230.58]) by mx.google.com with ESMTPS id e20sm2572584fga.1.2008.07.05.11.10.06 (version=SSLv3 cipher=RC4-MD5); Sat, 05 Jul 2008 11:10:06 -0700 (PDT) Message-ID: <486FB912.4020905@googlemail.com> Date: Sat, 05 Jul 2008 20:10:26 +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: SCG (was: 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> <486F8251.4060305@googlemail.com> <486f8ec4.5AGyyQb7nfWqHIQ2%Joerg.Schilling@fokus.fraunhofer.de> In-Reply-To: <486f8ec4.5AGyyQb7nfWqHIQ2%Joerg.Schilling@fokus.fraunhofer.de> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 968054f6-cd9c-4956-8878-2f269804f937 X-Archives-Hash: 2e51ce06b5c9bacd7809a2ba6f8f679e Joerg Schilling schrieb: > Daniel Pielmeier <daniel.pielmeier@googlemail.com> wrote: >=20 >> 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 installa= tion >>>> 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 use= d >> 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 wi= th >> older versions I don't use. >=20 > This is a really bad idea.=20 >=20 > /usr/include/scg/ is a planned directory that is known to be unique. >=20 > cdrkit does not deliver anything that is even approximately useful as a= =20 > replacement for libscg. >=20 > Installing the includefiles from libscg into /usr/include/scsilib/scg m= akes them > unusable as there is no software that is aware of this location. It see= ms that=20 > the only result is that it makes it harder to install cdrtools instread= of=20 > cdrkit. >=20 > J=F6rg >=20 Out of curiosity I tried a manual install and /usr/include/scg/ was not=20 created at all. The command i used was ./Gmake INS_BASE=3D/home/billie/cdrtools-test/ install --=20 gentoo-user@lists.gentoo.org mailing list