Gentoo Archives: gentoo-server

From: Chris Shelton <cshelton@×××××××.edu>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] Blackdown Java and dependencies
Date: Fri, 03 Jun 2005 01:35:01
Message-Id: Pine.LNX.4.63.0506022018550.12407@cshelton.fms.indiana.edu
In Reply to: Re: [gentoo-server] Blackdown Java and dependencies by Karl Zander
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Karl,
5
6 On Thu, 2 Jun 2005 at 6:11pm, Karl Zander wrote:
7
8 > So when reading that list of dependencies I had, do we start at the bottom
9 > and work up? For example below, blackdown is last, and lib-compat is above
10 > it meaning blackdown will depend on it. And lib-compat depends on libsdl?
11
12 In general, that is correct. Emerge will install packages starting from
13 the one listed last, and work up.
14
15 > [ebuild N ] media-libs/libsdl-1.2.8-r1 -X -aalib -alsa +arts -debug -dga
16 > -directfb -esd -fbcon -ggi -libcaca -nas -noaudio -nojoystick -novideo
17 > +opengl +oss -pic -svga -xinerama +xv 2,541 kB
18 > [ebuild N ] sys-libs/lib-compat-1.4 +sdl 3,090 kB
19 > [ebuild U ] dev-java/blackdown-jdk-1.4.2.01-r2 [1.4.2.01] -doc -mozilla 0 kB
20
21 I always include the -t flag when running emerge. This flag shows the
22 dependent ebuilds indented so that you can see much more clearly which
23 packages depend on other packages.
24
25 As an example:
26
27 root@cshelton cshelton # emerge -avDtu world
28
29 These are the packages that I would merge, in reverse order:
30
31 Calculating world dependencies ...done!
32 [nomerge ] net-mail/grepmail-5.30
33 [nomerge ] dev-perl/Inline-0.44-r1 +gtk2
34 [ebuild U ] perl-core/File-Spec-0.87 [0.84-r1] 30 kB
35 [ebuild U ] app-editors/nano-1.3.7 [1.3.4] -build -debug +justify*
36 +ncurses +nls -nomac -slang +spell* -unicode 985 kB
37
38 Total size of downloads: 1,016 kB
39
40 In this case, there is an updated version of perl-core/File-Spec available
41 that is needed by dev-perl/Inline, which in turn is needed by
42 net-mail/grepmail.
43
44 chris
45
46 - --
47 Chris Shelton
48 - -
49
50 -----BEGIN PGP SIGNATURE-----
51 Version: GnuPG v1.4.1 (GNU/Linux)
52
53 iD8DBQFCn7PEM5TknMKatUwRAu9EAKCKObM3H5DGHS52ssleSvtlx1i8ewCeMyva
54 SWVIt8LjBPHXbTKUsLnrn78=
55 =yyn7
56 -----END PGP SIGNATURE-----
57 --
58 gentoo-server@g.o mailing list

Replies

Subject Author
Re: [gentoo-server] Blackdown Java and dependencies "Andreas Prieß" <ap@××××××××××.net>