Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] emerge keeps 'fetching' gvfs-1.4.3-r1
Date: Tue, 13 Jul 2010 17:01:40
Message-Id: AANLkTikoZ1qy-HeopvKm9O2lpz_g_Zr_bNiV_C1KOO-W@mail.gmail.com
1 Strange little problem. emerge keeps fetching (not downloading) the
2 same file but doesn't seem to need to build it:
3
4 c2stable ~ # emerge -fDuN @world
5 Calculating dependencies... done!
6
7 >>> Fetching (1 of 1) gnome-base/gvfs-1.4.3-r1
8 * gvfs-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
9 [ ok ]
10 * checking ebuild checksums ;-) ...
11 [ ok ]
12 * checking auxfile checksums ;-) ...
13 [ ok ]
14 * checking miscfile checksums ;-) ...
15 [ ok ]
16 c2stable ~ # emerge -DuN @world
17 Calculating dependencies... done!
18 >>> Auto-cleaning packages...
19
20 >>> No outdated packages were found on your system.
21 c2stable ~ # emerge -fDuN @world
22 Calculating dependencies... done!
23
24 >>> Fetching (1 of 1) gnome-base/gvfs-1.4.3-r1
25 * gvfs-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
26 [ ok ]
27 * checking ebuild checksums ;-) ...
28 [ ok ]
29 * checking auxfile checksums ;-) ...
30 [ ok ]
31 * checking miscfile checksums ;-) ...
32 [ ok ]
33 c2stable ~ #
34
35
36 What controls this?
37
38 I've tried removing the distfile. Then it downloads the file but still
39 doesn't build it because, as you guessed, it's already installed:
40
41 c2stable ~ # eix -I gvfs
42 [I] gnome-base/gvfs
43 Available versions: 1.2.3 1.4.3-r1 ~1.6.3 {archive avahi
44 bash-completion bluetooth cdda debug doc fuse gdu gnome gnome-keyring
45 gphoto2 hal +http iphone samba +udev}
46 Installed versions: 1.4.3-r1(07:15:15 05/06/10)(gdu gnome http
47 udev -archive -avahi -bash-completion -bluetooth -cdda -doc -fuse
48 -gnome-keyring -gphoto2 -hal -samba)
49 Homepage: http://www.gnome.org
50 Description: GNOME Virtual Filesystem Layer
51
52 c2stable ~ #
53
54 Thanks,
55 Mark

Replies

Subject Author
Re: [gentoo-user] emerge keeps 'fetching' gvfs-1.4.3-r1 Dale <rdalek1967@×××××.com>