Gentoo Archives: gentoo-dev

From: Chris Smith <chris.rs@×××××××.nz>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] portage issue ?
Date: Mon, 10 May 2004 21:30:23
Message-Id: 200405110929.39755.chris.rs@xtra.co.nz
In Reply to: [gentoo-dev] portage issue ? by Frederick Ros
1 On Tuesday 11 May 2004 07:05, Frederick Ros wrote:
2 > hal root # emerge -pu world
3 >
4 > These are the packages that I would merge, in order:
5 >
6 > Calculating world dependencies ...done!
7 > [ebuild UD] app-admin/gkrellm-2.1.28-r1 [2.2.0_pre1]
8 > [ebuild UD] net-misc/rsync-2.6.0 [2.6.2-r2]
9 > [ebuild UD] sys-apps/pcmcia-cs-3.2.5-r1 [3.2.7]
10
11 Yep, seems in order.
12
13 > but when using --upgradeonly :
14 >
15 > hal root # emerge -pu --upgradeonly world
16 >
17 > These are the packages that I would merge, in order:
18 >
19 > Calculating world dependencies ...done!
20 >
21 >
22 > i.e, the rsync vanishes ....
23
24 I fail to see what the problem is! In your code excerpt above rsync was marked
25 for downgrading and you used the upgradeonly flag.
26
27 > Moreover if I do :
28 >
29 > hal root # emerge -puD --upgradeonly world
30 >
31 > These are the packages that I would merge, in order:
32 >
33 > Calculating world dependencies /
34 > !!! all ebuilds that could satisfy ">=virtual/linux-sources-2.4" have
35 > been masked.
36 ---snip----
37
38 Looks like a virtuals problem. Could you send the output of:
39 cat /var/cache/edb/virtuals
40 That may help.
41
42 > Did I have something wrong ?
43
44 Check your virtuals file and make sure everything is in order.
45
46 Cheers,
47 Chris.
48
49 --
50 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] portage issue ? Frederick Ros <sl33p3r@××××.fr>