Gentoo Archives: gentoo-user

From: Sean Higgins <sean@×××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] GCC upgrade / downgrade infinite loop
Date: Tue, 20 Sep 2005 22:45:20
Message-Id: 200509201730.15756.sean@systura.com
In Reply to: Re: [gentoo-user] GCC upgrade / downgrade infinite loop by Chris White
1 Hello,
2
3 > > Can anybody tell me why portage constantly upgrade and then downgrade
4 > > GCC (versions 3.3.5 & 3.3.6) each time I "emerge -pvuD world" ???
5 >
6 > A little trick I do when this kind of stuff happens. In portage, there's a
7 > file called /etc/portage/package.mask. You can use it to mask packages
8 > that aren't in /usr/portage/profile/package.mask. It is however, useful in
9 > finding out why packages are downgrading. So, here's what you can do:
10 >
11 > echo "=sys-devel/gcc-3.3.5" >> /etc/portage/package.mask
12
13 Cool idea, but on better is to do the following:
14
15 echo "<sys-devel/gcc-3.3.6" >> /etc/portage/package.mask
16
17 I tried what you suggested for a different package and it wanted to downgrade
18 to an earlier version than the one I masked. The "<" will not let it
19 downgrade.
20
21 Thanks for your tip!
22
23 Sean
24
25 --
26 Sean Higgins, sean@×××××××.com
27 http://www.systura.com - "Where information becomes knowledge."
28 --
29 gentoo-user@g.o mailing list