Gentoo Archives: gentoo-user

From: "Jesús Guerrero" <i92guboj@×××××.es>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] why unmerge acpid ?
Date: Tue, 11 Sep 2007 22:22:27
Message-Id: 20070912000815.715cd0f5.i92guboj@terra.es
In Reply to: Re: [gentoo-user] why unmerge acpid ? by Thanasis
1 On Wed, 12 Sep 2007 00:48:03 +0300
2 Thanasis <thanasis@××××××××××.org> wrote:
3
4 > on 09/12/2007 12:32 AM Neil Bothwick wrote the following:
5 > > Hello Thanasis,
6 > >
7 > >> Why does "emerge --update" suddenly want to remove sys-power/acpid?
8 > >
9 > > emerge --update doesn't remove anything. Post your emerge command and
10 > > the output of it with --pretend added so that we may understand what you
11 > > mean. Adding --tree too is a good idea.
12 > >
13 > You're right.
14 > I meant emerge -av --depclean
15
16 That means that the package
17
18 1.- it is not in the world file (/var/lib/portage/world), _and_
19 2.- it is not a dependency of any package that is on the world file
20
21 That could happen for many reasons. For example, if acpid was
22 installed as a dependency of a given package, and that package
23 has been uninstalled. If can also happen if you emerged it with
24 -1 or --oneshot. It can also be just a case of corruption in the
25 world file. It can happen.
26
27 The solution is as easy as to emerge that package again, without
28 --oneshot, so it will be added to the world file.
29
30 --
31 Jesús Guerrero <i92guboj@×××××.es>
32 --
33 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] why unmerge acpid ? Thanasis <thanasis@××××××××××.org>
Re: [gentoo-user] why unmerge acpid ? Neil Bothwick <neil@××××××××××.uk>