Gentoo Archives: gentoo-user

From: Nick Rout <nick@×××××××.nz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge --update --deep world installs unwanted packages
Date: Tue, 08 Aug 2006 22:34:20
Message-Id: 20060809102444.B79D.NICK@rout.co.nz
In Reply to: Re: [gentoo-user] emerge --update --deep world installs unwanted packages by Andrew Syrewicze
1 On Tue, 08 Aug 2006 17:52:45 +0000
2 Andrew Syrewicze wrote:
3
4 > Daniel da Veiga wrote:
5 > > On 8/8/06, Andrew Syrewicze <asyrewicze@×××××.com> wrote:
6 > >> Hey eveyone. This is probably a really simple question. I've used debian
7 > >> for many years and recnetly made a permanent switch to gentoo, so i'm a
8 > >> bit noobish when it comes to portage.
9 > >>
10 > >> I had pretty much all the programs I want installed on my machine so i
11 > >> figured I should run an update to keep everything current, so i ran
12 > >> "emerge --update --deep world".
13 > >>
14 > >> This reinstalled two packages that I had recently removed like epiphany,
15 > >> and evolution. When I removed these prior to the update I followed the
16 > >> portage documentation on removing them, and ran the proper sequence of
17 > >> commands.
18 > >>
19 > >> so, my question is. How can I stop portage from reinstallin g these
20 > >> packages everytime I run an update???
21 > >>
22 > >
23 > > They're probably dependencies from another package. Try
24 > >
25 > > emerge -uDpvt world
26 > >
27 > > That is a short for "--update --depp --pretend --verbose --tree".
28 > >
29 > I ran that command and they showed up in the list, among other things.
30 > How would I go about fixing that???
31 >
32 > -ando
33
34 Often evolution gets included because some other package has the eds
35 (evolution data server) USE flag turned on. Try
36
37 USE=-eds emerge -uDpvt world
38
39 and see if they are included. (PS don't use USE= on the command line for
40 anything other than --pretend (-p), if you want to change a USE flag
41 either do it globally in /etc/make.conf or per package in
42 /etc/portage/package.use
43
44 also in tree view you can often who is depending on whom, they are in
45 dependency order (and reverse of the order you get without --tree (-t)
46
47 --
48 Nick Rout <nick@×××××××.nz>
49
50 --
51 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerge --update --deep world installs unwanted packages Andrew Syrewicze <asyrewicze@×××××.com>