Gentoo Archives: gentoo-dev

From: Daniel Robbins <drobbins@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] where does world update find gnome dependencies with no gnome installed in my gentoo?
Date: Sat, 19 Jan 2002 09:42:38
Message-Id: 1011455076.1512.1.camel@inventor.gentoo.org
In Reply to: [gentoo-dev] where does world update find gnome dependencies with no gnome installed in my gentoo? by mikepolniak
1 On Fri, 2002-01-18 at 10:16, mikepolniak wrote:
2 > With my USE=<no gnome> while building gentoo i do not have any gnome installed.
3 > I also made sure to not emerge anything with gnome -dependencies.
4 >
5 > Today an emerge --pretend --world update now wants to add gnome-base/ORBit
6 > and gnome-libs:
7
8 [snip]
9
10 > [ebuild U] x11-wm/fluxbox-0.1.6 to /
11 > [ebuild N ] gnome-base/ORBit-0.5.12-r1 to / <----where does it find this
12 > [ebuild N ] media-libs/audiofile-0.2.2 to /
13 > [ebuild N ] media-sound/esound-0.2.23 to /
14 > [ebuild N ] gnome-base/gnome-libs-1.4.1.2-r3 to / <----where does it find this
15
16 I'm guessing that you *do* have a /var/db/pkg/gnome-base/gnome-libs*
17 entry, possibly an old one. Look and see. You can also do a:
18
19 cd /var/db/pkg
20 grep -r gnome-base/gnome-libs *
21
22 ...to see what packaage caused it to be installed.
23
24 Best Regards,
25
26 --
27 Daniel Robbins <drobbins@g.o>
28 Chief Architect/President http://www.gentoo.org
29 Gentoo Technologies, Inc.

Replies