* [gentoo-user] emerge keeps 'fetching' gvfs-1.4.3-r1
@ 2010-07-13 17:01 Mark Knecht
2010-07-13 17:11 ` Dale
0 siblings, 1 reply; 10+ messages in thread
From: Mark Knecht @ 2010-07-13 17:01 UTC (permalink / raw
To: gentoo-user
Strange little problem. emerge keeps fetching (not downloading) the
same file but doesn't seem to need to build it:
c2stable ~ # emerge -fDuN @world
Calculating dependencies... done!
>>> Fetching (1 of 1) gnome-base/gvfs-1.4.3-r1
* gvfs-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
[ ok ]
* checking ebuild checksums ;-) ...
[ ok ]
* checking auxfile checksums ;-) ...
[ ok ]
* checking miscfile checksums ;-) ...
[ ok ]
c2stable ~ # emerge -DuN @world
Calculating dependencies... done!
>>> Auto-cleaning packages...
>>> No outdated packages were found on your system.
c2stable ~ # emerge -fDuN @world
Calculating dependencies... done!
>>> Fetching (1 of 1) gnome-base/gvfs-1.4.3-r1
* gvfs-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
[ ok ]
* checking ebuild checksums ;-) ...
[ ok ]
* checking auxfile checksums ;-) ...
[ ok ]
* checking miscfile checksums ;-) ...
[ ok ]
c2stable ~ #
What controls this?
I've tried removing the distfile. Then it downloads the file but still
doesn't build it because, as you guessed, it's already installed:
c2stable ~ # eix -I gvfs
[I] gnome-base/gvfs
Available versions: 1.2.3 1.4.3-r1 ~1.6.3 {archive avahi
bash-completion bluetooth cdda debug doc fuse gdu gnome gnome-keyring
gphoto2 hal +http iphone samba +udev}
Installed versions: 1.4.3-r1(07:15:15 05/06/10)(gdu gnome http
udev -archive -avahi -bash-completion -bluetooth -cdda -doc -fuse
-gnome-keyring -gphoto2 -hal -samba)
Homepage: http://www.gnome.org
Description: GNOME Virtual Filesystem Layer
c2stable ~ #
Thanks,
Mark
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge keeps 'fetching' gvfs-1.4.3-r1
2010-07-13 17:01 [gentoo-user] emerge keeps 'fetching' gvfs-1.4.3-r1 Mark Knecht
@ 2010-07-13 17:11 ` Dale
2010-07-13 17:21 ` Mark Knecht
0 siblings, 1 reply; 10+ messages in thread
From: Dale @ 2010-07-13 17:11 UTC (permalink / raw
To: gentoo-user
Mark Knecht wrote:
> Strange little problem. emerge keeps fetching (not downloading) the
> same file but doesn't seem to need to build it:
>
> c2stable ~ # emerge -fDuN @world
> Calculating dependencies... done!
>
>
>>>> Fetching (1 of 1) gnome-base/gvfs-1.4.3-r1
>>>>
> * gvfs-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
> [ ok ]
> * checking ebuild checksums ;-) ...
> [ ok ]
> * checking auxfile checksums ;-) ...
> [ ok ]
> * checking miscfile checksums ;-) ...
> [ ok ]
> c2stable ~ # emerge -DuN @world
> Calculating dependencies... done!
>
>>>> Auto-cleaning packages...
>>>>
>
>>>> No outdated packages were found on your system.
>>>>
> c2stable ~ # emerge -fDuN @world
> Calculating dependencies... done!
>
>
>>>> Fetching (1 of 1) gnome-base/gvfs-1.4.3-r1
>>>>
> * gvfs-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
> [ ok ]
> * checking ebuild checksums ;-) ...
> [ ok ]
> * checking auxfile checksums ;-) ...
> [ ok ]
> * checking miscfile checksums ;-) ...
> [ ok ]
> c2stable ~ #
>
>
> What controls this?
>
> I've tried removing the distfile. Then it downloads the file but still
> doesn't build it because, as you guessed, it's already installed:
>
> c2stable ~ # eix -I gvfs
> [I] gnome-base/gvfs
> Available versions: 1.2.3 1.4.3-r1 ~1.6.3 {archive avahi
> bash-completion bluetooth cdda debug doc fuse gdu gnome gnome-keyring
> gphoto2 hal +http iphone samba +udev}
> Installed versions: 1.4.3-r1(07:15:15 05/06/10)(gdu gnome http
> udev -archive -avahi -bash-completion -bluetooth -cdda -doc -fuse
> -gnome-keyring -gphoto2 -hal -samba)
> Homepage: http://www.gnome.org
> Description: GNOME Virtual Filesystem Layer
>
> c2stable ~ #
>
> Thanks,
> Mark
>
>
Well, the -f option tells it to only fetch the file. Also, if the
package is already installed and up to date, you would need to remove
the -u as well, since there is no update.
If this package is not something you want in the world file, you may
want to use the -1 option, after removing the other options of course.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge keeps 'fetching' gvfs-1.4.3-r1
2010-07-13 17:11 ` Dale
@ 2010-07-13 17:21 ` Mark Knecht
2010-07-13 17:54 ` Dale
0 siblings, 1 reply; 10+ messages in thread
From: Mark Knecht @ 2010-07-13 17:21 UTC (permalink / raw
To: gentoo-user
On Tue, Jul 13, 2010 at 10:11 AM, Dale <rdalek1967@gmail.com> wrote:
> Mark Knecht wrote:
>>
>> Strange little problem. emerge keeps fetching (not downloading) the
>> same file but doesn't seem to need to build it:
>>
>> c2stable ~ # emerge -fDuN @world
>> Calculating dependencies... done!
>>
>>
>>>>>
>>>>> Fetching (1 of 1) gnome-base/gvfs-1.4.3-r1
>>>>>
>>
>> * gvfs-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
>> [ ok ]
>> * checking ebuild checksums ;-) ...
>> [ ok ]
>> * checking auxfile checksums ;-) ...
>> [ ok ]
>> * checking miscfile checksums ;-) ...
>> [ ok ]
>> c2stable ~ # emerge -DuN @world
>> Calculating dependencies... done!
>>
>>>>>
>>>>> Auto-cleaning packages...
>>>>>
>>
>>
>>>>>
>>>>> No outdated packages were found on your system.
>>>>>
>>
>> c2stable ~ # emerge -fDuN @world
>> Calculating dependencies... done!
>>
>>
>>>>>
>>>>> Fetching (1 of 1) gnome-base/gvfs-1.4.3-r1
>>>>>
>>
>> * gvfs-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
>> [ ok ]
>> * checking ebuild checksums ;-) ...
>> [ ok ]
>> * checking auxfile checksums ;-) ...
>> [ ok ]
>> * checking miscfile checksums ;-) ...
>> [ ok ]
>> c2stable ~ #
>>
>>
>> What controls this?
>>
>> I've tried removing the distfile. Then it downloads the file but still
>> doesn't build it because, as you guessed, it's already installed:
>>
>> c2stable ~ # eix -I gvfs
>> [I] gnome-base/gvfs
>> Available versions: 1.2.3 1.4.3-r1 ~1.6.3 {archive avahi
>> bash-completion bluetooth cdda debug doc fuse gdu gnome gnome-keyring
>> gphoto2 hal +http iphone samba +udev}
>> Installed versions: 1.4.3-r1(07:15:15 05/06/10)(gdu gnome http
>> udev -archive -avahi -bash-completion -bluetooth -cdda -doc -fuse
>> -gnome-keyring -gphoto2 -hal -samba)
>> Homepage: http://www.gnome.org
>> Description: GNOME Virtual Filesystem Layer
>>
>> c2stable ~ #
>>
>> Thanks,
>> Mark
>>
>>
>
> Well, the -f option tells it to only fetch the file. Also, if the package
> is already installed and up to date, you would need to remove the -u as
> well, since there is no update.
>
> If this package is not something you want in the world file, you may want to
> use the -1 option, after removing the other options of course.
>
> Dale
>
> :-) :-)
The package in not in my world file and it's being 'fetched' even
though it's already on the system.
Using your logic emerge -fDuN @world (meaning 'fetch everything I need
to do emerge -DuN @world) would 'fetch' everything. It should only
fetch files that are new (I.e. - meet the -DuN criteria) and indeed
for all other files it does not fetch them.
The -u option has no effect WRT this problem:
.c2stable ~ # emerge -fDN @world
Calculating dependencies... done!
>>> Fetching (1 of 1) gnome-base/gvfs-1.4.3-r1
* gvfs-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
[ ok ]
* checking ebuild checksums ;-) ...
[ ok ]
* checking auxfile checksums ;-) ...
[ ok ]
* checking miscfile checksums ;-) ...
[ ok ]
c2stable ~ #
The 'fetch' is acting like it's 'new' as the -N option is what's
kicking this off:
c2stable ~ # emerge -fDu @world
Calculating dependencies... done!
c2stable ~ #
However, it's not 'new'. It's already installed.
I suspect this is some weird manifest issue or something having to do
with the ebuilds but I personally don't want to touch any of that by
hand.
The problem has existed for 2-3 weeks at least.
Cheers,
Mark
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge keeps 'fetching' gvfs-1.4.3-r1
2010-07-13 17:21 ` Mark Knecht
@ 2010-07-13 17:54 ` Dale
2010-07-13 18:06 ` Mark Knecht
0 siblings, 1 reply; 10+ messages in thread
From: Dale @ 2010-07-13 17:54 UTC (permalink / raw
To: gentoo-user
Mark Knecht wrote:
> On Tue, Jul 13, 2010 at 10:11 AM, Dale<rdalek1967@gmail.com> wrote:
>
>> Mark Knecht wrote:
>>
>>> Strange little problem. emerge keeps fetching (not downloading) the
>>> same file but doesn't seem to need to build it:
>>>
>>> c2stable ~ # emerge -fDuN @world
>>> Calculating dependencies... done!
>>>
>>>
>>>
>>>>>> Fetching (1 of 1) gnome-base/gvfs-1.4.3-r1
>>>>>>
>>>>>>
>>> * gvfs-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
>>> [ ok ]
>>> * checking ebuild checksums ;-) ...
>>> [ ok ]
>>> * checking auxfile checksums ;-) ...
>>> [ ok ]
>>> * checking miscfile checksums ;-) ...
>>> [ ok ]
>>> c2stable ~ # emerge -DuN @world
>>> Calculating dependencies... done!
>>>
>>>
>>>>>> Auto-cleaning packages...
>>>>>>
>>>>>>
>>>
>>>
>>>>>> No outdated packages were found on your system.
>>>>>>
>>>>>>
>>> c2stable ~ # emerge -fDuN @world
>>> Calculating dependencies... done!
>>>
>>>
>>>
>>>>>> Fetching (1 of 1) gnome-base/gvfs-1.4.3-r1
>>>>>>
>>>>>>
>>> * gvfs-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
>>> [ ok ]
>>> * checking ebuild checksums ;-) ...
>>> [ ok ]
>>> * checking auxfile checksums ;-) ...
>>> [ ok ]
>>> * checking miscfile checksums ;-) ...
>>> [ ok ]
>>> c2stable ~ #
>>>
>>>
>>> What controls this?
>>>
>>> I've tried removing the distfile. Then it downloads the file but still
>>> doesn't build it because, as you guessed, it's already installed:
>>>
>>> c2stable ~ # eix -I gvfs
>>> [I] gnome-base/gvfs
>>> Available versions: 1.2.3 1.4.3-r1 ~1.6.3 {archive avahi
>>> bash-completion bluetooth cdda debug doc fuse gdu gnome gnome-keyring
>>> gphoto2 hal +http iphone samba +udev}
>>> Installed versions: 1.4.3-r1(07:15:15 05/06/10)(gdu gnome http
>>> udev -archive -avahi -bash-completion -bluetooth -cdda -doc -fuse
>>> -gnome-keyring -gphoto2 -hal -samba)
>>> Homepage: http://www.gnome.org
>>> Description: GNOME Virtual Filesystem Layer
>>>
>>> c2stable ~ #
>>>
>>> Thanks,
>>> Mark
>>>
>>>
>>>
>> Well, the -f option tells it to only fetch the file. Also, if the package
>> is already installed and up to date, you would need to remove the -u as
>> well, since there is no update.
>>
>> If this package is not something you want in the world file, you may want to
>> use the -1 option, after removing the other options of course.
>>
>> Dale
>>
>> :-) :-)
>>
> The package in not in my world file and it's being 'fetched' even
> though it's already on the system.
>
> Using your logic emerge -fDuN @world (meaning 'fetch everything I need
> to do emerge -DuN @world) would 'fetch' everything. It should only
> fetch files that are new (I.e. - meet the -DuN criteria) and indeed
> for all other files it does not fetch them.
>
> The -u option has no effect WRT this problem:
>
> .c2stable ~ # emerge -fDN @world
> Calculating dependencies... done!
>
>
>>>> Fetching (1 of 1) gnome-base/gvfs-1.4.3-r1
>>>>
> * gvfs-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
> [ ok ]
> * checking ebuild checksums ;-) ...
> [ ok ]
> * checking auxfile checksums ;-) ...
> [ ok ]
> * checking miscfile checksums ;-) ...
> [ ok ]
> c2stable ~ #
>
> The 'fetch' is acting like it's 'new' as the -N option is what's
> kicking this off:
>
> c2stable ~ # emerge -fDu @world
> Calculating dependencies... done!
> c2stable ~ #
>
> However, it's not 'new'. It's already installed.
>
> I suspect this is some weird manifest issue or something having to do
> with the ebuilds but I personally don't want to touch any of that by
> hand.
>
> The problem has existed for 2-3 weeks at least.
>
> Cheers,
> Mark
>
In the past, if something has a digest failure, there is a error. Maybe
that has changed but that is what I have got in the past. I see this a
lot with googleearth for example.
Maybe I am misreading something regarding the error but it seems it is
doing what you tell it to do to me. The -N option is for USE flags not
new packages. From the man page:
--newuse (-N)
Tells emerge to include installed packages where USE
flags have changed since compilation. This
option also implies the --selective option. USE flag
changes include:
A USE flag was added to a package. A USE flag was
removed from a package. A USE flag was turned
on for a package. A USE flag was turned off for a package.
USE flags may be toggled by your profile as well as your
USE and package.use settings.
The -f option will only fetch so the reason it is not compiling it again
is because you are not telling it to compile but only to fetch.
Maybe someone else will come along and read this differently and see
something I am missing.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge keeps 'fetching' gvfs-1.4.3-r1
2010-07-13 17:54 ` Dale
@ 2010-07-13 18:06 ` Mark Knecht
2010-07-13 18:29 ` Dale
2010-07-13 19:03 ` Arttu V.
0 siblings, 2 replies; 10+ messages in thread
From: Mark Knecht @ 2010-07-13 18:06 UTC (permalink / raw
To: gentoo-user
On Tue, Jul 13, 2010 at 10:54 AM, Dale <rdalek1967@gmail.com> wrote:
> Mark Knecht wrote:
>>
>> On Tue, Jul 13, 2010 at 10:11 AM, Dale<rdalek1967@gmail.com> wrote:
>>
>>>
>>> Mark Knecht wrote:
>>>
>>>>
>>>> Strange little problem. emerge keeps fetching (not downloading) the
>>>> same file but doesn't seem to need to build it:
>>>>
>>>> c2stable ~ # emerge -fDuN @world
>>>> Calculating dependencies... done!
>>>>
>>>>
>>>>
>>>>>>>
>>>>>>> Fetching (1 of 1) gnome-base/gvfs-1.4.3-r1
>>>>>>>
>>>>>>>
>>>>
>>>> * gvfs-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
>>>> [ ok ]
>>>> * checking ebuild checksums ;-) ...
>>>> [ ok ]
>>>> * checking auxfile checksums ;-) ...
>>>> [ ok ]
>>>> * checking miscfile checksums ;-) ...
>>>> [ ok ]
>>>> c2stable ~ # emerge -DuN @world
>>>> Calculating dependencies... done!
>>>>
>>>>
>>>>>>>
>>>>>>> Auto-cleaning packages...
>>>>>>>
>>>>>>>
>>>>
>>>>
>>>>>>>
>>>>>>> No outdated packages were found on your system.
>>>>>>>
>>>>>>>
>>>>
>>>> c2stable ~ # emerge -fDuN @world
>>>> Calculating dependencies... done!
>>>>
>>>>
>>>>
>>>>>>>
>>>>>>> Fetching (1 of 1) gnome-base/gvfs-1.4.3-r1
>>>>>>>
>>>>>>>
>>>>
>>>> * gvfs-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
>>>> [ ok ]
>>>> * checking ebuild checksums ;-) ...
>>>> [ ok ]
>>>> * checking auxfile checksums ;-) ...
>>>> [ ok ]
>>>> * checking miscfile checksums ;-) ...
>>>> [ ok ]
>>>> c2stable ~ #
>>>>
>>>>
>>>> What controls this?
>>>>
>>>> I've tried removing the distfile. Then it downloads the file but still
>>>> doesn't build it because, as you guessed, it's already installed:
>>>>
>>>> c2stable ~ # eix -I gvfs
>>>> [I] gnome-base/gvfs
>>>> Available versions: 1.2.3 1.4.3-r1 ~1.6.3 {archive avahi
>>>> bash-completion bluetooth cdda debug doc fuse gdu gnome gnome-keyring
>>>> gphoto2 hal +http iphone samba +udev}
>>>> Installed versions: 1.4.3-r1(07:15:15 05/06/10)(gdu gnome http
>>>> udev -archive -avahi -bash-completion -bluetooth -cdda -doc -fuse
>>>> -gnome-keyring -gphoto2 -hal -samba)
>>>> Homepage: http://www.gnome.org
>>>> Description: GNOME Virtual Filesystem Layer
>>>>
>>>> c2stable ~ #
>>>>
>>>> Thanks,
>>>> Mark
>>>>
>>>>
>>>>
>>>
>>> Well, the -f option tells it to only fetch the file. Also, if the
>>> package
>>> is already installed and up to date, you would need to remove the -u as
>>> well, since there is no update.
>>>
>>> If this package is not something you want in the world file, you may want
>>> to
>>> use the -1 option, after removing the other options of course.
>>>
>>> Dale
>>>
>>> :-) :-)
>>>
>>
>> The package in not in my world file and it's being 'fetched' even
>> though it's already on the system.
>>
>> Using your logic emerge -fDuN @world (meaning 'fetch everything I need
>> to do emerge -DuN @world) would 'fetch' everything. It should only
>> fetch files that are new (I.e. - meet the -DuN criteria) and indeed
>> for all other files it does not fetch them.
>>
>> The -u option has no effect WRT this problem:
>>
>> .c2stable ~ # emerge -fDN @world
>> Calculating dependencies... done!
>>
>>
>>>>>
>>>>> Fetching (1 of 1) gnome-base/gvfs-1.4.3-r1
>>>>>
>>
>> * gvfs-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
>> [ ok ]
>> * checking ebuild checksums ;-) ...
>> [ ok ]
>> * checking auxfile checksums ;-) ...
>> [ ok ]
>> * checking miscfile checksums ;-) ...
>> [ ok ]
>> c2stable ~ #
>>
>> The 'fetch' is acting like it's 'new' as the -N option is what's
>> kicking this off:
>>
>> c2stable ~ # emerge -fDu @world
>> Calculating dependencies... done!
>> c2stable ~ #
>>
>> However, it's not 'new'. It's already installed.
>>
>> I suspect this is some weird manifest issue or something having to do
>> with the ebuilds but I personally don't want to touch any of that by
>> hand.
>>
>> The problem has existed for 2-3 weeks at least.
>>
>> Cheers,
>> Mark
>>
>
> In the past, if something has a digest failure, there is a error. Maybe
> that has changed but that is what I have got in the past. I see this a lot
> with googleearth for example.
>
> Maybe I am misreading something regarding the error but it seems it is doing
> what you tell it to do to me. The -N option is for USE flags not new
> packages. From the man page:
>
> --newuse (-N)
> Tells emerge to include installed packages where USE flags have
> changed since compilation. This
> option also implies the --selective option. USE flag changes
> include:
>
> A USE flag was added to a package. A USE flag was removed
> from a package. A USE flag was turned
> on for a package. A USE flag was turned off for a package.
>
> USE flags may be toggled by your profile as well as your USE
> and package.use settings.
>
>
> The -f option will only fetch so the reason it is not compiling it again is
> because you are not telling it to compile but only to fetch.
>
> Maybe someone else will come along and read this differently and see
> something I am missing.
>
> Dale
Right. I misspoke. New use flags, not new a package.
However the outcome is consistent. It says it's 'fetching' because
it's responding to the idea that there's a new use flag, but then
fetches nothing because the file is already here and builds nothing
because it's already been built.
It's not a big deal. The machine is fine. Everything is consistent as
far as I know. However some portion of the download logic in emerge is
confused.
I've seen this sort of thing a few times in the past but it's always
cleared up in a day or two. This one has gone on for weeks.
Note that I do use ~amd64 on portage & eix. Maybe it's a bug that
hasn't been cleaned up yet.
So, following through, there does appear to be a new flag setting
(-gdu) however it's not triggered emerging @world even though packages
on the system require gvfs according to equery.
Somethings inconsistent. (Possibly my brain!)
Cheers,
Mark
c2stable ~ # emerge -pvDuN gvfs
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] gnome-base/gvfs-1.4.3-r1 USE="gnome http udev
-archive -avahi -bash-completion -bluetooth -cdda -doc -fuse -gdu*
-gnome-keyring -gphoto2 -hal -samba" 0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kB
c2stable ~ # emerge -pvDuN @world
These are the packages that would be merged, in order:
Calculating dependencies... done!
Total: 0 packages, Size of downloads: 0 kB
c2stable ~ # equery depends gvfs
* These packages depend on gvfs:
app-cdr/brasero-2.28.3 (gnome-base/gvfs)
gnome-base/gnome-2.28.2 (>=gnome-base/gvfs-1.4.3[gdu])
gnome-base/libgnome-2.28.0 (gnome-base/gvfs)
gnome-base/nautilus-2.28.4-r1 (>=gnome-base/gvfs-0.1.2)
c2stable ~ #
Just curious.
Cheers,
Mark
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge keeps 'fetching' gvfs-1.4.3-r1
2010-07-13 18:06 ` Mark Knecht
@ 2010-07-13 18:29 ` Dale
2010-07-13 18:43 ` Mark Knecht
2010-07-13 19:03 ` Arttu V.
1 sibling, 1 reply; 10+ messages in thread
From: Dale @ 2010-07-13 18:29 UTC (permalink / raw
To: gentoo-user
Mark Knecht wrote:
> Right. I misspoke. New use flags, not new a package.
>
> However the outcome is consistent. It says it's 'fetching' because
> it's responding to the idea that there's a new use flag, but then
> fetches nothing because the file is already here and builds nothing
> because it's already been built.
>
> It's not a big deal. The machine is fine. Everything is consistent as
> far as I know. However some portion of the download logic in emerge is
> confused.
>
> I've seen this sort of thing a few times in the past but it's always
> cleared up in a day or two. This one has gone on for weeks.
>
> Note that I do use ~amd64 on portage& eix. Maybe it's a bug that
> hasn't been cleaned up yet.
>
> So, following through, there does appear to be a new flag setting
> (-gdu) however it's not triggered emerging @world even though packages
> on the system require gvfs according to equery.
>
> Somethings inconsistent. (Possibly my brain!)
>
> Cheers,
> Mark
>
> c2stable ~ # emerge -pvDuN gvfs
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild R ] gnome-base/gvfs-1.4.3-r1 USE="gnome http udev
> -archive -avahi -bash-completion -bluetooth -cdda -doc -fuse -gdu*
> -gnome-keyring -gphoto2 -hal -samba" 0 kB
>
> Total: 1 package (1 reinstall), Size of downloads: 0 kB
> c2stable ~ # emerge -pvDuN @world
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
>
> Total: 0 packages, Size of downloads: 0 kB
> c2stable ~ # equery depends gvfs
> * These packages depend on gvfs:
> app-cdr/brasero-2.28.3 (gnome-base/gvfs)
> gnome-base/gnome-2.28.2 (>=gnome-base/gvfs-1.4.3[gdu])
> gnome-base/libgnome-2.28.0 (gnome-base/gvfs)
> gnome-base/nautilus-2.28.4-r1 (>=gnome-base/gvfs-0.1.2)
> c2stable ~ #
>
>
> Just curious.
>
> Cheers,
> Mark
>
>
What does it do when you run:
emerge -vDuN gvfs
It should start to compile the package. Keep in mind, if you use the -f
option, it will fetch but not compile or anything else. I used to use
that back when I was on dial-up, which sucked by the way. Even this
slow DSL is about 30 times faster than my old dial-up. lol It *should*
only fetch it once tho unless it fails the checksum thingy. Portage
should give you a error message tho.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge keeps 'fetching' gvfs-1.4.3-r1
2010-07-13 18:29 ` Dale
@ 2010-07-13 18:43 ` Mark Knecht
2010-07-13 18:56 ` Dale
0 siblings, 1 reply; 10+ messages in thread
From: Mark Knecht @ 2010-07-13 18:43 UTC (permalink / raw
To: gentoo-user
On Tue, Jul 13, 2010 at 11:29 AM, Dale <rdalek1967@gmail.com> wrote:
> Mark Knecht wrote:
>>
>> Right. I misspoke. New use flags, not new a package.
>>
>> However the outcome is consistent. It says it's 'fetching' because
>> it's responding to the idea that there's a new use flag, but then
>> fetches nothing because the file is already here and builds nothing
>> because it's already been built.
>>
>> It's not a big deal. The machine is fine. Everything is consistent as
>> far as I know. However some portion of the download logic in emerge is
>> confused.
>>
>> I've seen this sort of thing a few times in the past but it's always
>> cleared up in a day or two. This one has gone on for weeks.
>>
>> Note that I do use ~amd64 on portage& eix. Maybe it's a bug that
>> hasn't been cleaned up yet.
>>
>> So, following through, there does appear to be a new flag setting
>> (-gdu) however it's not triggered emerging @world even though packages
>> on the system require gvfs according to equery.
>>
>> Somethings inconsistent. (Possibly my brain!)
>>
>> Cheers,
>> Mark
>>
>> c2stable ~ # emerge -pvDuN gvfs
>>
>> These are the packages that would be merged, in order:
>>
>> Calculating dependencies... done!
>> [ebuild R ] gnome-base/gvfs-1.4.3-r1 USE="gnome http udev
>> -archive -avahi -bash-completion -bluetooth -cdda -doc -fuse -gdu*
>> -gnome-keyring -gphoto2 -hal -samba" 0 kB
>>
>> Total: 1 package (1 reinstall), Size of downloads: 0 kB
>> c2stable ~ # emerge -pvDuN @world
>>
>> These are the packages that would be merged, in order:
>>
>> Calculating dependencies... done!
>>
>> Total: 0 packages, Size of downloads: 0 kB
>> c2stable ~ # equery depends gvfs
>> * These packages depend on gvfs:
>> app-cdr/brasero-2.28.3 (gnome-base/gvfs)
>> gnome-base/gnome-2.28.2 (>=gnome-base/gvfs-1.4.3[gdu])
>> gnome-base/libgnome-2.28.0 (gnome-base/gvfs)
>> gnome-base/nautilus-2.28.4-r1 (>=gnome-base/gvfs-0.1.2)
>> c2stable ~ #
>>
>>
>> Just curious.
>>
>> Cheers,
>> Mark
>>
>>
>
> What does it do when you run:
>
> emerge -vDuN gvfs
>
> It should start to compile the package. Keep in mind, if you use the -f
> option, it will fetch but not compile or anything else. I used to use that
> back when I was on dial-up, which sucked by the way. Even this slow DSL is
> about 30 times faster than my old dial-up. lol It *should* only fetch it
> once tho unless it fails the checksum thingy. Portage should give you a
> error message tho.
>
> Dale
That probably does build. (The machine is now powered down so I'll
save that for tomorrow.)
I understand (or thought I did!) ;-) the use of -f. I use it every day
to download any packages that are needed to update the system before
starting the actual updates. I don't like the updates to get held up
by some server that's not responding and giving me the files.
So, every day I do updates (2-3 days a week maybe) the basic set of
commands I consider running through looks like:
eix-sync
emerge -fDuN @world
emerge -pvDuN @system
emerge -DuN @system
emerge -pvDuN @world
emerge -DuN @world
revdep-rebuild -ip
eix-test-obsolete -d
emerge -p --depclean
Usually it takes 10-15 minutes if it's not a big day and it has ALWAYS
resulted in
emerge -fDuN @world
fetching NOTHING new, at least until gvfs came along...
Cheers,
Mark
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge keeps 'fetching' gvfs-1.4.3-r1
2010-07-13 18:43 ` Mark Knecht
@ 2010-07-13 18:56 ` Dale
0 siblings, 0 replies; 10+ messages in thread
From: Dale @ 2010-07-13 18:56 UTC (permalink / raw
To: gentoo-user
Mark Knecht wrote:
> On Tue, Jul 13, 2010 at 11:29 AM, Dale<rdalek1967@gmail.com> wrote:
>
>> Mark Knecht wrote:
>>
>>> Right. I misspoke. New use flags, not new a package.
>>>
>>> However the outcome is consistent. It says it's 'fetching' because
>>> it's responding to the idea that there's a new use flag, but then
>>> fetches nothing because the file is already here and builds nothing
>>> because it's already been built.
>>>
>>> It's not a big deal. The machine is fine. Everything is consistent as
>>> far as I know. However some portion of the download logic in emerge is
>>> confused.
>>>
>>> I've seen this sort of thing a few times in the past but it's always
>>> cleared up in a day or two. This one has gone on for weeks.
>>>
>>> Note that I do use ~amd64 on portage& eix. Maybe it's a bug that
>>> hasn't been cleaned up yet.
>>>
>>> So, following through, there does appear to be a new flag setting
>>> (-gdu) however it's not triggered emerging @world even though packages
>>> on the system require gvfs according to equery.
>>>
>>> Somethings inconsistent. (Possibly my brain!)
>>>
>>> Cheers,
>>> Mark
>>>
>>> c2stable ~ # emerge -pvDuN gvfs
>>>
>>> These are the packages that would be merged, in order:
>>>
>>> Calculating dependencies... done!
>>> [ebuild R ] gnome-base/gvfs-1.4.3-r1 USE="gnome http udev
>>> -archive -avahi -bash-completion -bluetooth -cdda -doc -fuse -gdu*
>>> -gnome-keyring -gphoto2 -hal -samba" 0 kB
>>>
>>> Total: 1 package (1 reinstall), Size of downloads: 0 kB
>>> c2stable ~ # emerge -pvDuN @world
>>>
>>> These are the packages that would be merged, in order:
>>>
>>> Calculating dependencies... done!
>>>
>>> Total: 0 packages, Size of downloads: 0 kB
>>> c2stable ~ # equery depends gvfs
>>> * These packages depend on gvfs:
>>> app-cdr/brasero-2.28.3 (gnome-base/gvfs)
>>> gnome-base/gnome-2.28.2 (>=gnome-base/gvfs-1.4.3[gdu])
>>> gnome-base/libgnome-2.28.0 (gnome-base/gvfs)
>>> gnome-base/nautilus-2.28.4-r1 (>=gnome-base/gvfs-0.1.2)
>>> c2stable ~ #
>>>
>>>
>>> Just curious.
>>>
>>> Cheers,
>>> Mark
>>>
>>>
>>>
>> What does it do when you run:
>>
>> emerge -vDuN gvfs
>>
>> It should start to compile the package. Keep in mind, if you use the -f
>> option, it will fetch but not compile or anything else. I used to use that
>> back when I was on dial-up, which sucked by the way. Even this slow DSL is
>> about 30 times faster than my old dial-up. lol It *should* only fetch it
>> once tho unless it fails the checksum thingy. Portage should give you a
>> error message tho.
>>
>> Dale
>>
> That probably does build. (The machine is now powered down so I'll
> save that for tomorrow.)
>
> I understand (or thought I did!) ;-) the use of -f. I use it every day
> to download any packages that are needed to update the system before
> starting the actual updates. I don't like the updates to get held up
> by some server that's not responding and giving me the files.
>
> So, every day I do updates (2-3 days a week maybe) the basic set of
> commands I consider running through looks like:
>
> eix-sync
> emerge -fDuN @world
> emerge -pvDuN @system
> emerge -DuN @system
> emerge -pvDuN @world
> emerge -DuN @world
> revdep-rebuild -ip
> eix-test-obsolete -d
> emerge -p --depclean
>
> Usually it takes 10-15 minutes if it's not a big day and it has ALWAYS
> resulted in
>
> emerge -fDuN @world
>
> fetching NOTHING new, at least until gvfs came along...
>
> Cheers,
> Mark
>
>
Well, I do mine a bit differently. I do this way:
eix-sync && emerge -uvDNa world
You may want to add the -f to that then come back and do the actual
emerge. If you use world instead of @world, you don't need to worry
about @system since it is included in the world file.
Then when that is done you can run emerge -p --depclean and
revdep-rebuild. I would run revdep-rebuild last since --depclean could
cause a problem. I only had that once but it may be even safer to run
revdep-rebuild then --depclean then revdep-rebuild again just to
alleviate any paranoia.
Making sure portage didn't tell you to fix anything broken is a good
idea too. I use either elogv or elogviewer to check those.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge keeps 'fetching' gvfs-1.4.3-r1
2010-07-13 18:06 ` Mark Knecht
2010-07-13 18:29 ` Dale
@ 2010-07-13 19:03 ` Arttu V.
2010-07-13 19:32 ` Mark Knecht
1 sibling, 1 reply; 10+ messages in thread
From: Arttu V. @ 2010-07-13 19:03 UTC (permalink / raw
To: gentoo-user
On 7/13/10, Mark Knecht <markknecht@gmail.com> wrote:
> It's not a big deal. The machine is fine. Everything is consistent as
> far as I know. However some portion of the download logic in emerge is
> confused.
>
> I've seen this sort of thing a few times in the past but it's always
> cleared up in a day or two. This one has gone on for weeks.
>
> Note that I do use ~amd64 on portage & eix. Maybe it's a bug that
> hasn't been cleaned up yet.
>
> So, following through, there does appear to be a new flag setting
> (-gdu) however it's not triggered emerging @world even though packages
> on the system require gvfs according to equery.
>
> Somethings inconsistent. (Possibly my brain!)
Please tell us if these two files differ on the system:
/var/db/pkg/gnome-base/gnome-2.28.2.ebuild
/usr/portage/gnome-base/gnome-2.28.2.ebuild
(Please adjust paths etc accordingly if you don't use regular
locations or if I got the versions installed on the system wrong.)
What we might have here is the fun of silent revbumps.
--
Arttu V. -- Running Gentoo is like running with scissors
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge keeps 'fetching' gvfs-1.4.3-r1
2010-07-13 19:03 ` Arttu V.
@ 2010-07-13 19:32 ` Mark Knecht
0 siblings, 0 replies; 10+ messages in thread
From: Mark Knecht @ 2010-07-13 19:32 UTC (permalink / raw
To: gentoo-user
On Tue, Jul 13, 2010 at 12:03 PM, Arttu V. <arttuv69@gmail.com> wrote:
> On 7/13/10, Mark Knecht <markknecht@gmail.com> wrote:
>> It's not a big deal. The machine is fine. Everything is consistent as
>> far as I know. However some portion of the download logic in emerge is
>> confused.
>>
>> I've seen this sort of thing a few times in the past but it's always
>> cleared up in a day or two. This one has gone on for weeks.
>>
>> Note that I do use ~amd64 on portage & eix. Maybe it's a bug that
>> hasn't been cleaned up yet.
>>
>> So, following through, there does appear to be a new flag setting
>> (-gdu) however it's not triggered emerging @world even though packages
>> on the system require gvfs according to equery.
>>
>> Somethings inconsistent. (Possibly my brain!)
>
> Please tell us if these two files differ on the system:
>
> /var/db/pkg/gnome-base/gnome-2.28.2.ebuild
> /usr/portage/gnome-base/gnome-2.28.2.ebuild
>
> (Please adjust paths etc accordingly if you don't use regular
> locations or if I got the versions installed on the system wrong.)
>
> What we might have here is the fun of silent revbumps.
>
> --
> Arttu V. -- Running Gentoo is like running with scissors
>
>
Different sizes and slightly different contents:
c2stable ~ # ls -la /usr/portage/gnome-base/gnome/gnome-2.28.2.ebuild
-rw-r--r-- 1 root root 5574 Jul 6 07:36
/usr/portage/gnome-base/gnome/gnome-2.28.2.ebuild
c2stable ~ # diff
/var/db/pkg/gnome-base/gnome-2.28.2/gnome-2.28.2.ebuild
/usr/portage/gnome-base/gnome/gnome-2.28.2.ebuild
3c3
< # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.28.2.ebuild,v
1.7 2010/05/04 16:31:31 tester Exp $
---
> # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.28.2.ebuild,v 1.10 2010/07/06 14:14:50 ssuominen Exp $
15c15
< KEYWORDS="amd64 ~x86"
---
> KEYWORDS="~alpha amd64 ~ia64 ~ppc64 ~sparc x86"
c2stable ~ #
similar differences for the gvfs package:
c2stable ~ # diff
/var/db/pkg/gnome-base/gvfs-1.4.3-r1/gvfs-1.4.3-r1.ebuild
/usr/portage/gnome-base/gvfs/gvfs-1.4.3-r1.ebuild
3c3
< # $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.4.3-r1.ebuild,v
1.2 2010/05/05 17:56:14 pacho Exp $
---
> # $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.4.3-r1.ebuild,v 1.5 2010/07/06 13:22:53 ssuominen Exp $
15c15
< KEYWORDS="amd64 ~x86"
---
> KEYWORDS="~alpha amd64 ~ia64 ~ppc64 ~sparc x86"
c2stable ~ #
- Mark
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2010-07-13 19:32 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-13 17:01 [gentoo-user] emerge keeps 'fetching' gvfs-1.4.3-r1 Mark Knecht
2010-07-13 17:11 ` Dale
2010-07-13 17:21 ` Mark Knecht
2010-07-13 17:54 ` Dale
2010-07-13 18:06 ` Mark Knecht
2010-07-13 18:29 ` Dale
2010-07-13 18:43 ` Mark Knecht
2010-07-13 18:56 ` Dale
2010-07-13 19:03 ` Arttu V.
2010-07-13 19:32 ` Mark Knecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox