From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OeMpk-00047l-J5 for garchives@archives.gentoo.org; Thu, 29 Jul 2010 06:43:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0872BE0980; Thu, 29 Jul 2010 06:42:21 +0000 (UTC) Received: from mail-ew0-f53.google.com (mail-ew0-f53.google.com [209.85.215.53]) by pigeon.gentoo.org (Postfix) with ESMTP id B6B38E0980 for ; Thu, 29 Jul 2010 06:42:20 +0000 (UTC) Received: by ewy19 with SMTP id 19so4963ewy.40 for ; Wed, 28 Jul 2010 23:42:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=ijRVauDh1cUUXjqvXaHfzxyWac/wyQ/UqeZFa6xGg0M=; b=BCVpfqOjDQz0+IArgTjEVf1Kq/o/n/KqEPjkctfcsjHUPiZiaIf7peQ98Ma8Htt189 lixlUO+HKWwxhy4bDK3fpMUevUZl9xCh/S7eBTySisEB2eLe5O1iBTm+CgCjrF3H6/7o UQkWVotJdDnAgA1o9CAK8RgyIvwrGg3te5lz0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=HYvTpDYFWSe6johraHu17ordKzC7gZU6/NKsK4xaEtUd62F2vpE4TfPE5it4eXut/Q YM0L9yKmaf6SiK1DxTKX+bD5/jc9OM/cPZS7+RwPHCFkisw4ssakiaNzXC7TB1+pY04u fogw+IsRUnkkRmjsXszHfYTo+mDwuQO+R4juE= Received: by 10.14.48.15 with SMTP id u15mr3028669eeb.6.1280385729485; Wed, 28 Jul 2010 23:42:09 -0700 (PDT) Received: from nazgul.localnet (196-210-183-170.dynamic.isadsl.co.za [196.210.183.170]) by mx.google.com with ESMTPS id v59sm705448eeh.22.2010.07.28.23.42.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 28 Jul 2010 23:42:08 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] how to remove HAL Date: Thu, 29 Jul 2010 08:39:01 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.34-ck-r1; KDE/4.4.5; x86_64; ; ) References: <201007281708.30697.alan.mckinnon@gmail.com> In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201007290839.02039.alan.mckinnon@gmail.com> X-Archives-Salt: 3f7e2462-84b7-42bf-8ef2-cb40b4e6e8af X-Archives-Hash: 3f8cd66fd2687aeeee49a3f3b311500a On Thursday 29 July 2010 04:26:09 sam new wrote: > I use emerge -avuNDt world ,just find out that is > gnome-base/gnome-mount-0.8-r1 is depend HAL Yes, hal is required for gnome-mount-0.8-r1, it is not optional You must either have hal or not have gnome-mount But what's the problem? hal can be installed, you don't have to USE it. >=20 > On 28 July 2010 23:08, Alan McKinnon wrote: > > I can't understand what you have typed. > >=20 > > Please run emerge -avuNDt world and post the entire output here. > >=20 > > On Wednesday 28 July 2010 15:34:23 sam new wrote: > > > I use emerge -avuNDt world ,find out that is > > =20 > > gnome-base/gnome-mount-0.8-r1 > > =20 > > > ,and also check the ebuild that depends hal .but I mask it in the > > > package.mask why still emerge gnome-mount and hal ,maybe gnome-mount > > > depends hal,and others depends gnome-mount ,how can I do? > > >=20 > > > On 28 July 2010 13:01, Alan McKinnon wrote: > > > > On Wednesday 28 July 2010 04:44:23 sam new wrote: > > > > > Hi All, > > > > >=20 > > > > > As we know, HAL is not used by Xorg for output devices or > > > > > any > > > >=20 > > > > other > > > >=20 > > > > > devices,so I want to remove it completely,I set USE=3D"-hal" in > > > > > /etc/make.conf ,and recompile the packages, and also modify > > > > > /etc/conf.d/xdm with NEED_HALD=3D"no" =EF=BC=8Cexec rc-update del= hal default > > > > > .All things goes well ,yesterday,I use emerge to update my world > > > > > ,in the list still has a hal package, I don't know why system > > > > > sitll > >=20 > > emerge > >=20 > > > > > hal? maybe dependence =EF=BC=8Cbut I use 'equery d hal' and chec= k packages > > > > > which depend HAL ,have no idea ,any Suggestions? > > > >=20 > > > > emerge -avuNDt world > > > >=20 > > > >=20 > > > > to get a tree view of dependencies. That will should just what is > >=20 > > causing > >=20 > > > > hal > > > > to be pulled in > > > >=20 > > > >=20 > > > >=20 > > > > -- > > > > alan dot mckinnon at gmail dot com > >=20 > > -- > >=20 > > alan dot mckinnon at gmail dot com =2D-=20 alan dot mckinnon at gmail dot com