Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] hal?
Date: Wed, 22 Jun 2011 03:14:22
Message-Id: 4E015D93.5010708@gmail.com
In Reply to: [gentoo-user] hal? by meino.cramer@gmx.de
1 meino.cramer@×××.de wrote:
2 > Hi,
3 >
4 > this morning I got a block while updateing:
5 > upower and hal cannot be installed at the same time:
6 >
7 > * Error: The above package list contains packages which cannot be
8 > * installed at the same time on the same system.
9 >
10 > (sys-apps/hal-0.5.14-r4, installed) pulled in by
11 > sys-apps/hal required by @selected
12 > >=sys-apps/hal-0.5.10 required by (app-misc/hal-info-20091130, installed)
13 >
14 > (sys-power/upower-0.9.9, ebuild scheduled for merge) pulled in by
15 > sys-power/upower required by (kde-base/kdelibs-4.6.3-r2, installed)
16 > sys-power/upower required by @selected
17 >
18 >
19 >
20 > My question is:
21 >
22 > How can I identify _installed_ packages, which needs hal?
23 >
24 > With
25 >
26 > quse hal
27 >
28 > I get ALL packages in portage, which has the hal use flag.
29 > That is too much ...hrmmm... info...
30 >
31 > If possible I want to remove hal from my system...
32 > Any better way to do this?
33 >
34 > Thank you very much for any help!
35 > Best regards,
36 > mcc
37 >
38 >
39
40 This is how I do it:
41
42 root@fireball / # equery d hal
43 * These packages depend on hal:
44 root@fireball / #
45
46 If you want to get rid of hal, which is going away anyway, change your
47 USE line in make.conf and add -hal then emerge -DNva world. Then you
48 should be able to get rid of hal. I would also run revdep-rebuild
49 afterwards just to be sure.
50
51 If hal is/was running, I would either reboot or go to single user then
52 back to default. Sort of reset the services so that hal stops and the
53 replacements get started. Also, make sure hal isn't in any runlevels too.
54
55 Hope that helps.
56
57 Dale
58
59 :-) :-)