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 05:53:36
Message-Id: 20060103075004.GA30245@mach.qrypto.org
In Reply to: [gentoo-user] emerge update question by "C. Beamer"
1 On (03/01/06 00:30), C. Beamer wrote:
2 > Hi all,
3 >
4 > I ran emerge --sync this evening and afterwards when I did 'emerge
5 > --pretend --update --deep world', I got the following result:
6 >
7 > These are the packages that I would merge, in order:
8 >
9 > Calculating world dependencies ..... .... ...done!
10 > [ebuild UD] media-sound/alsa-utils-1.0.9a [1.0.10_rc3]
11 > [ebuild U ] media-libs/xvid-1.0.3 [1.0.2]
12 > [ebuild U ] media-video/ffmpeg-0.4.9_p20051216 [0.4.9_p20050226-r5]
13 > [ebuild U ] media-libs/xine-lib-1.1.1-r3 [1.1.1-r2]
14 > [ebuild U ] media-libs/libexif-0.6.12-r4 [0.5.12-r3]
15 > [ebuild U ] sys-apps/dbus-0.23.4-r1 [0.23-r3]
16 > [ebuild U ] sys-apps/hal-0.4.8 [0.4.7-r2]
17 > [ebuild U ] app-cdr/cdrdao-1.2.1 [1.2.0-r1]
18 > [ebuild U ] media-video/transcode-0.6.14-r3 [0.6.14-r2]
19 >
20 > I understand what this is telling me, but I don't understand why I would
21 > need to downgrade alsa-utils. I have alsa-driver version 1.0.10_r3 and
22 > up until today, when I synced, there wasn't a problem with alsa-libs.
23 >
24 > I assumed that the downgrade was because one of the other packages in
25 > the list. However, I did 'emerge --pretend' on each of the other
26 > packages and none listed alsa-utils as a dependency. Then, I emerged
27 > each of the packages individually and got no error messages. After
28 > emerging all other packages, my system reboots fine and there seems to
29 > be no problems. However, now if I run 'emerge --pretend --update --deep
30 > world', emerge still wants to downgrade alsa-utils.
31 >
32 > In other situations (like for the ati-drivers), I put
33 > '=x11-drivers/ati-drivers-8.14.13-r5 ~x86' in my package.keywords file
34 > to get around upgrading the driver because with the newer version of
35 > this driver, my system won't shutdown or reboot when either of those
36 > options are chosen from the menu on KDE logout. However, I tried this
37 > and I get a message about an "invalid atom" (even without the ~x86 at
38 > the end of the line).
39 >
40 > I don't want to downgrade the alsa-utils in case it breaks alsa-driver
41 > and as I said, I don't understand why all of a sudden I would have to.
42 >
43 > How do I prevent the downgrade during an emerge --update world without
44 > having to emerge each package individually?
45 >
46 > Regards,
47 >
48 > Colleen
49 >
50 > --
51 > gentoo-user@g.o mailing list
52 >
53 Hi,
54 It's a question of adding one additional option to emerge: --tree (-t).
55 It'll then display some additional packages for which the upgrades are
56 dependencies, check the one above alsa-utils - it requires the downgrade.
57 BTW does anybody knows about some script to check the dependencies (like "dep")
58 from 'ecatmur' (it's not maintained anymore). Very usefull tool, but doesn't work
59 with latest portage though.
60 Rumen

Replies

Subject Author
Re: [gentoo-user] emerge update question "C. Beamer" <cbeamer@×××××××××.net>