Gentoo Archives: gentoo-user

From: "Sebastian Günther" <samson@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge -avC cdrkit && emerge -av cdrtools
Date: Sat, 05 Jul 2008 11:50:37
Message-Id: 20080705115033.GA4540@marvin.heimnetz.local
In Reply to: [gentoo-user] emerge -avC cdrkit && emerge -av cdrtools by KH
1 * KH (gentoo-user@××××××××××××××××.de) [05.07.08 13:24]:
2 > Hi,
3 >
4 > after reading some emails from the list I have been trying to unmerge
5 > cdrkit and to emerge cdrtools. I aslo hat to unmerge dvd+rw-tools and kino.
6 > Anyway I am still not able to emerge cdrtools.
7 >
8 > !!! Cannot write to '/usr/include/scsilib/scg'.
9 > !!! Please check permissions and directories for broken symlinks.
10 > !!! You may start the merge process again by using ebuild:
11 > !!! ebuild /usr/portage/app-cdr/cdrtools/cdrtools-2.01.01_alpha34.ebuild
12 > merge
13 > !!! And finish by running this: env-update
14 >
15 >
16 > than there is a very long list I can post if needed.
17 >
18 > ls -lah /usr/include/scsilib/scg
19 > lrwxrwxrwx 1 root root 25 Jun 25 12:48 /usr/include/scsilib/scg ->
20 > /usr/include/scsilib/usal
21 >
22 > on my xterm there is red highlighting under the output.
23 >
24 > What can I do to install cdrtools correctly to a working standard?
25
26 If I'm not mistaken, it means there is a dangling symlink.
27
28 if
29 # ls -lah /usr/include/scsilib/usal
30 shows something like no such file or directory, then
31 # rm /usr/include/scsilib/scg
32 and continue as above mentioned with
33 # ebuild /usr/portage/app-cdr/cdrtools/cdrtools-2.01.01_alpha34.ebuild merge
34
35 HTH
36 Sebastian
37
38 P.S.: I don't use kino so just try a
39 # emerge -pvt kino
40 afterwards, to look what it tries to pull in.
41
42 --
43 " Religion ist das Opium des Volkes. " Karl Marx
44
45 SEB@STI@N GÜNTHER mailto:samson@××××××××××××××××.de

Replies

Subject Author
Re: [gentoo-user] emerge -avC cdrkit && emerge -av cdrtools Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] emerge -avC cdrkit && emerge -av cdrtools KH <gentoo-user@××××××××××××××××.de>