Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge keeps 'fetching' gvfs-1.4.3-r1
Date: Tue, 13 Jul 2010 17:11:53
Message-Id: 4C3C9E38.1020003@gmail.com
In Reply to: [gentoo-user] emerge keeps 'fetching' gvfs-1.4.3-r1 by Mark Knecht
1 Mark Knecht wrote:
2 > Strange little problem. emerge keeps fetching (not downloading) the
3 > same file but doesn't seem to need to build it:
4 >
5 > c2stable ~ # emerge -fDuN @world
6 > Calculating dependencies... done!
7 >
8 >
9 >>>> Fetching (1 of 1) gnome-base/gvfs-1.4.3-r1
10 >>>>
11 > * gvfs-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
12 > [ ok ]
13 > * checking ebuild checksums ;-) ...
14 > [ ok ]
15 > * checking auxfile checksums ;-) ...
16 > [ ok ]
17 > * checking miscfile checksums ;-) ...
18 > [ ok ]
19 > c2stable ~ # emerge -DuN @world
20 > Calculating dependencies... done!
21 >
22 >>>> Auto-cleaning packages...
23 >>>>
24 >
25 >>>> No outdated packages were found on your system.
26 >>>>
27 > c2stable ~ # emerge -fDuN @world
28 > Calculating dependencies... done!
29 >
30 >
31 >>>> Fetching (1 of 1) gnome-base/gvfs-1.4.3-r1
32 >>>>
33 > * gvfs-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
34 > [ ok ]
35 > * checking ebuild checksums ;-) ...
36 > [ ok ]
37 > * checking auxfile checksums ;-) ...
38 > [ ok ]
39 > * checking miscfile checksums ;-) ...
40 > [ ok ]
41 > c2stable ~ #
42 >
43 >
44 > What controls this?
45 >
46 > I've tried removing the distfile. Then it downloads the file but still
47 > doesn't build it because, as you guessed, it's already installed:
48 >
49 > c2stable ~ # eix -I gvfs
50 > [I] gnome-base/gvfs
51 > Available versions: 1.2.3 1.4.3-r1 ~1.6.3 {archive avahi
52 > bash-completion bluetooth cdda debug doc fuse gdu gnome gnome-keyring
53 > gphoto2 hal +http iphone samba +udev}
54 > Installed versions: 1.4.3-r1(07:15:15 05/06/10)(gdu gnome http
55 > udev -archive -avahi -bash-completion -bluetooth -cdda -doc -fuse
56 > -gnome-keyring -gphoto2 -hal -samba)
57 > Homepage: http://www.gnome.org
58 > Description: GNOME Virtual Filesystem Layer
59 >
60 > c2stable ~ #
61 >
62 > Thanks,
63 > Mark
64 >
65 >
66
67 Well, the -f option tells it to only fetch the file. Also, if the
68 package is already installed and up to date, you would need to remove
69 the -u as well, since there is no update.
70
71 If this package is not something you want in the world file, you may
72 want to use the -1 option, after removing the other options of course.
73
74 Dale
75
76 :-) :-)

Replies

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