Gentoo Archives: gentoo-user

From: Zhang Jun <gb2313@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge dependence question
Date: Sun, 06 Nov 2011 08:34:24
Message-Id: CACbameGtci4wjRmST3H7A3PmrboPWh-vz_UzKUUPuxbMMNDueQ@mail.gmail.com
In Reply to: Re: [gentoo-user] emerge dependence question by Joseph
1 I remove these packages, and then:
2
3 # emerge -pvutDN world
4
5 These are the packages that would be merged, in reverse order:
6
7 Calculating dependencies... done!
8 [nomerge ] app-editors/emacs-23.3-r2 USE="X gtk gzip-el jpeg png xft
9 xpm -Xaw3d -alsa (-aqua) -athena -dbus -gconf -gif -gpm -hesiod -kerberos
10 -livecd -m17n-lib -motif -sound -source -svg -tiff -toolkit-scroll-bars"
11 [nomerge ] app-emacs/emacs-common-gentoo-1.2-r2 USE="X
12 -emacs22icons"
13 [ebuild N ] virtual/emacs-23 0 kB
14 [ebuild N ] app-editors/emacs-23.3-r2 USE="X gtk gzip-el jpeg png
15 xft xpm -Xaw3d -alsa (-aqua) -athena -dbus -gconf -gif -gpm -hesiod
16 -kerberos -livecd -m17n-lib -motif -sound -source -svg -tiff
17 -toolkit-scroll-bars" 37,842 kB
18 [ebuild N ] app-admin/eselect-emacs-1.13 8 kB
19 [ebuild N ] app-admin/eselect-ctags-1.13 0 kB
20 [ebuild N ] app-emacs/emacs-common-gentoo-1.2-r2 USE="X
21 -emacs22icons" 46 kB
22
23
24 the -t option should display the dependence,
25 it seems all new packages (N) are needed by
26 app-editors/emacs-23.3-r2, but app-editors/emacs-23.3-r2 is not installed.
27
28
29 On Sun, Nov 6, 2011 at 12:46 PM, Joseph <syscon780@×××××.com> wrote:
30
31 > I don't use emacs so running:
32 > emerge -pv emacs (wants to pull the following pacages on amd64)
33 > [ebuild N ] app-admin/eselect-ctags-1.13 8 kB
34 > [ebuild N ] app-admin/eselect-emacs-1.13 0 kB
35 > [ebuild N ] app-emacs/emacs-common-gentoo-**1.2-r2 [ebuild N ]
36 > app-editors/emacs-23.3-r2 [ebuild N ] virtual/emacs-23 0 kB
37 >
38 > just check which one you have installed and pull down the one you are
39 > missing.
40 >
41 > --
42 > Joseph
43 >
44 >
45 >
46 > On 11/06/11 11:56, Zhang Jun wrote:
47 >
48 >> # emerge -pvutDN world
49 >>
50 >> These are the packages that would be merged, in reverse order:
51 >>
52 >> Calculating dependencies... done!
53 >> [nomerge ] app-editors/emacs-23.3-r2 USE="X gtk gzip-el jpeg png
54 >> xft xpm -Xaw3d -alsa (-aqua) -athena -dbus -gconf -gif -gpm -hesiod
55 >> -kerberos -livecd -m17n-lib -motif -sound -source -svg -tiff
56 >> -toolkit-scroll-bars"
57 >> [nomerge ] app-emacs/emacs-common-gentoo-**1.2-r2 USE="X
58 >> -emacs22icons"
59 >> [ebuild N ] virtual/emacs-23 0 kB
60 >> [ebuild N ] app-editors/emacs-23.3-r2 USE="X gtk gzip-el jpeg
61 >> png
62 >> xft xpm -Xaw3d -alsa (-aqua) -athena -dbus -gconf -gif -gpm -hesiod
63 >> -kerberos -livecd -m17n-lib -motif -sound -source -svg -tiff
64 >> -toolkit-scroll-bars" 37,842 kB
65 >> [ebuild N ] app-emacs/emacs-common-gentoo-**1.2-r2 USE="X
66 >> -emacs22icons" 46 kB
67 >>
68 >> Total: 3 packages (3 new), Size of downloads: 37,888 kB
69 >>
70 >> question is, which package makes emerge want to install emacs ?
71 >> I used to use emacs from portage, but just unmerged it, want to use a
72 >> special version from dev source.
73 >>
74 >> thanks!
75 >>
76 >
77 >
78 >