Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New java-config package with no java installed?
Date: Sun, 25 Jun 2006 00:31:43
Message-Id: 358eca8f0606241706l7f8434b8maf7ce32fc2ee4184@mail.gmail.com
In Reply to: Re: [gentoo-user] New java-config package with no java installed? by "Bo Ørsted Andresen"
1 On 24/06/06, Bo Ørsted Andresen <bo.andresen@××××.dk> wrote:
2 > On Saturday 24 June 2006 23:53, Mick wrote:
3 > > I've just tried to update world and this package has come up:
4 > > ======================================
5 > > [ebuild N ] dev-java/java-config-1.2.11-r1 15 kB
6 > > ======================================
7 > >
8 > > The thing is I have not installed any java on this machine - why does
9 > > it come up? emerge -uptv does not show anything.
10 >
11 > It would be so much easier to answer if you posted the actual output of
12 > whatever command came up with that and added --tree to that command. Be sure
13 > to include the command and it's output.
14
15 Sure:
16 ========================================
17 # emerge -upDv world
18
19 These are the packages that would be merged, in order:
20
21 Calculating world dependencies... done!
22 [ebuild U ] x11-base/xorg-x11-6.8.2-r8 [6.8.2-r7]
23 USE="bitmap-fonts nls opengl pam sdk* sse truetype-fonts type1-fonts
24 xv -3dfx -3dnow -cjk -debug -dlloader -dmx -doc -font-server
25 -insecure-drivers -ipv6 -minimal -mmx -nocxx -static -xprint" 0 kB
26 [ebuild U ] x11-terms/xterm-215 [212-r3] USE="truetype unicode
27 -Xaw3d -toolbar" 765 kB
28 [ebuild N ] dev-java/java-config-1.2.11-r1 15 kB
29 [ebuild U ] x11-wm/fluxbox-0.9.14-r2 [0.9.14-r1] USE="imlib kde
30 nls truetype -disableslit% -disabletoolbar% -gnome -xinerama" 0 kB
31 ========================================
32
33 With the tree option:
34 ========================================
35 # emerge -upDvt world
36
37 These are the packages that would be merged, in reverse order:
38
39 Calculating world dependencies... done!
40 [ebuild U ] x11-wm/fluxbox-0.9.14-r2 [0.9.14-r1] USE="imlib kde
41 nls truetype -disableslit% -disabletoolbar% -gnome -xinerama" 0 kB
42 [nomerge ] net-ftp/kftpgrabber-0.6.0 USE="arts -debug -xinerama"
43 [nomerge ] kde-base/kdelibs-3.5.2-r6 USE="acl alsa arts cups
44 spell ssl tiff -debug -doc -jpeg2k -kdeenablefinal
45 -kdehiddenvisibility -kerberos -legacyssl -openexr -xinerama
46 -zeroconf"
47 [nomerge ] net-dns/libidn-0.5.15 USE="nls -doc -emacs -java"
48 [ebuild N ] dev-java/java-config-1.2.11-r1 15 kB
49 [ebuild U ] x11-terms/xterm-215 [212-r3] USE="truetype unicode
50 -Xaw3d -toolbar" 765 kB
51 [nomerge ] media-libs/aalib-1.4_rc4-r2 USE="X gpm -slang -static"
52 [ebuild U ] x11-base/xorg-x11-6.8.2-r8 [6.8.2-r7]
53 USE="bitmap-fonts nls opengl pam sdk* sse truetype-fonts type1-fonts
54 xv -3dfx -3dnow -cjk -debug -dlloader -dmx -doc -font-server
55 -insecure-drivers -ipv6 -minimal -mmx -nocxx -static -xprint" 0 kB
56
57 Total size of downloads: 781 kB
58 ========================================
59
60 Unless the sdk USE flag I've set in my /etc/make.conf (I want to
61 install the gatos drivers) has something to do with it?
62 --
63 Regards,
64 Mick
65
66 --
67 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] New java-config package with no java installed? "Bo Ørsted Andresen" <bo.andresen@××××.dk>