Gentoo Archives: gentoo-user

From: Rumen Yotov <gentoo@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge update question
Date: Tue, 03 Jan 2006 15:23:31
Message-Id: 20060103171954.GA27206@mach.qrypto.org
In Reply to: Re: [gentoo-user] emerge update question by "C. Beamer"
1 On (03/01/06 09:22), C. Beamer wrote:
2 > Rumen Yotov wrote:
3 >
4 > >On (03/01/06 00:30), C. Beamer wrote:
5 > >
6 > >
7 > >>Hi all,
8 > >>
9 > >>I ran emerge --sync this evening and afterwards when I did 'emerge
10 > >>--pretend --update --deep world', I got the following result:
11 > >>
12 > >>These are the packages that I would merge, in order:
13 > >>
14 > >>Calculating world dependencies ..... .... ...done!
15 > >>[ebuild UD] media-sound/alsa-utils-1.0.9a [1.0.10_rc3]
16 > >>[ebuild U ] media-libs/xvid-1.0.3 [1.0.2]
17 > >>[ebuild U ] media-video/ffmpeg-0.4.9_p20051216 [0.4.9_p20050226-r5]
18 > >>[ebuild U ] media-libs/xine-lib-1.1.1-r3 [1.1.1-r2]
19 > >>[ebuild U ] media-libs/libexif-0.6.12-r4 [0.5.12-r3]
20 > >>[ebuild U ] sys-apps/dbus-0.23.4-r1 [0.23-r3]
21 > >>[ebuild U ] sys-apps/hal-0.4.8 [0.4.7-r2]
22 > >>[ebuild U ] app-cdr/cdrdao-1.2.1 [1.2.0-r1]
23 > >>[ebuild U ] media-video/transcode-0.6.14-r3 [0.6.14-r2]
24 > >>
25 > >>I understand what this is telling me, but I don't understand why I would
26 > >>need to downgrade alsa-utils. I have alsa-driver version 1.0.10_r3 and
27 > >>up until today, when I synced, there wasn't a problem with alsa-utils.
28 > >>
29 > >>I assumed that the downgrade was because one of the other packages in
30 > >>the list. However, I did 'emerge --pretend' on each of the other
31 > >>packages and none listed alsa-utils as a dependency. Then, I emerged
32 > >>each of the packages individually and got no error messages. After
33 > >>emerging all other packages, my system reboots fine and there seems to
34 > >>be no problems. However, now if I run 'emerge --pretend --update --deep
35 > >>world', emerge still wants to downgrade alsa-utils.
36 > >>
37 > >>
38 > >>
39 > >>
40 > >Hi,
41 > >It's a question of adding one additional option to emerge: --tree (-t).
42 > >It'll then display some additional packages for which the upgrades are
43 > >dependencies, check the one above alsa-utils - it requires the downgrade.
44 > >Rumen
45 > >
46 > >
47 > Since I upgraded all the packages individually, only alsa-utils remains
48 > for upgrade/downgrade. However, I did try 'emerge --pretend --update
49 > --deep --tree alsa-utils' and it didn't return any dependencies. The
50 > list as given above was the complete list, so I'm not sure what was
51 > meant by "check the one above alsa-utils'.
52 >
53 > Regards,
54 >
55 > Colleen
56 > --
57 > gentoo-user@g.o mailing list
58 >
59 Hi,
60 Know it's not always possible to see deps using --tree, my other option was to use
61 "dep" script (for which i searched a replacement in my prev mail).
62 Running "dep -r category/package" displays packages for which this package is a dependency.
63 Bad that it's development has stoped, doesn't work with portage-2.1_preX.
64 To show how "--tree" works, see below (run on my system some minutes ago):
65 ...
66 #emerge -DNu world -ptv
67
68 These are the packages that I would merge, in reverse order:
69
70 Calculating world dependencies ...done!
71 [ebuild U ] media-sound/audacity-1.2.4b-r1 [1.2.4b] USE="encode mad vorbis" 0 kB
72 [nomerge ] media-video/totem-1.2.0-r2 USE="a52 dvd flac gnome mad mpeg ogg theora vorbis win32codecs xine xv -debug -lirc -nsplugin"
73 [nomerge ] media-libs/xine-lib-1.1.1-r3 USE="X a52 aac alsa asf dvd esd ffmpeg flac imagemagick ipv6 mad mng nls nvidia opengl oss sdl speex theora
74 vorbis win32codecs xv -aalib -arts -cle266 -debug -directfb -dts -dxr3 -fbcon -gnome -i8x0 -libcaca -samba -v4l -vcd -vidix -xinerama -xvmc"
75 [ebuild U ] media-libs/speex-1.1.11.1 [1.1.10] USE="ogg -sse*" 0 kB
76
77 Total size of downloads: 0 kB
78 ...
79 See the package above "speex" with label [nomerge] - this means speex *is* a dependency of xine.
80 Dependencies are also shown by indents, see the exempt.
81 Here you can't see the dependencies for "media-sound/audacity" (as in your case).
82 Will look in www.gentooexperimental.org for another script (remeber there were some).
83 PS: currently filing a Bug on speex as it doesn't compile ;-)
84 HTH.Rumen

Replies

Subject Author
Re: [gentoo-user] emerge update question Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] emerge update question Rumen Yotov <gentoo@×××××××××××.org>