Gentoo Archives: gentoo-user

From: "Fatih Tümen" <fthtmn+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: scrapping hal
Date: Thu, 28 Oct 2010 15:12:39
Message-Id: AANLkTininPjx-aJnkrJgxk9BV60V0aBrZiMDEqbiyvBS@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: scrapping hal by Alan McKinnon
1 On Thu, Oct 28, 2010 at 11:26, Alan McKinnon <alan.mckinnon@×××××.com> wrote:
2 > Apparently, though unproven, at 05:22 on Thursday 28 October 2010, Harry
3 > Putnam did opine thusly:
4 >
5 >> Philip Webb <purslow@××××××××.net> writes:
6 >> > 101027 Harry Putnam wrote:
7 >> >> I wondered if there is some kind of guide to scrap hal.
8 >> >
9 >> > From my notes, having done it on  2  desktops machines +  1  netbook :
10 >> Nice .. many thanks but one question....
11 >>
12 >> >   To remove Hal : drop '-hal' flag, add 'udev' flag ;
13 >>
14 >> So no kind of hal flag in make.conf, or is `-hal' a typo that
15 >> should be `drop 'hal' flag?
16 >
17 >
18 > I wouldn't advise putting -hal in make.conf - that's globally and too many
19 > other things on the desktop still need it. Either
20 >
21 > a) disable it in /etc/make.conf and enable it in packages.use for stuff that
22 > needs it
23 > b) enable it in make.conf and disable it in packages.use for xorg-server
24 >
25 > I prefer b) as it's too easy to miss things using a).
26 >
27
28 I agree putting -hal is not a good idea unless you dare to break the
29 packages that need hal. But I think there is a third option here
30
31 c) take the default: if you dont put hal in make.conf or package.use,
32 packages will decide best for themselves..
33
34 Thu Oct 28 | 18:08:45 log # equery -C hasuse hal
35 [ Searching for USE flag hal in all categories among: ]
36 * installed packages
37 [I--] [ ] media-sound/pulseaudio-0.9.21.1 (0)
38 [I--] [ -] app-emulation/wine-1.2 (0)
39 [I--] [ ] x11-base/xorg-server-1.7.7-r1 (0)
40 [I--] [ ] sys-fs/ntfs3g-2010.3.6 (0)
41 [I--] [ ~] kde-base/solid-4.5.2 (4.5)
42 [I--] [ ] media-libs/libgphoto2-2.4.9 (0)
43 [I--] [ ] x11-drivers/xf86-input-synaptics-1.2.1 (0)
44 [I--] [ ] xfce-base/exo-0.3.107 (0)
45 [I--] [ ] xfce-base/thunar-1.0.2 (0)
46 Thu Oct 28 | 18:08:56 log # grep ^hal /etc/make.conf
47 Thu Oct 28 | 18:08:58 log # grep ^hal /etc/portage/ -R
48 Thu Oct 28 | 18:09:00 log #
49
50 When kde gets rid of hal I might as well give up on all other packages
51 depend on it and totally get rid of the curst thing.
52
53 --
54    Fatih

Replies

Subject Author
Re: [gentoo-user] Re: scrapping hal Neil Bothwick <neil@××××××××××.uk>