* [gentoo-user] portage Digest verification failed
@ 2011-04-21 6:16 Coert Waagmeester
2011-04-21 6:26 ` Dale
0 siblings, 1 reply; 6+ messages in thread
From: Coert Waagmeester @ 2011-04-21 6:16 UTC (permalink / raw
To: gentoo-user
Hello all,
Since yesterday, when I try to update my gentoo box, certain ebuilds
give me the following error:
>>> Fetching (15 of 22) media-libs/libsdl-1.2.14-r6
!!! Digest verification failed:
!!! /mnt/data/portage/media-libs/libsdl/libsdl-1.2.14-r6.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 4606
!!! Expected: 4609
>>> Failed to emerge media-libs/libsdl-1.2.14-r6
>>> Fetching (20 of 22) sys-kernel/gentoo-sources-2.6.37-r4
!!! Digest verification failed:
!!!
/mnt/data/portage/sys-kernel/gentoo-sources/gentoo-sources-2.6.37-r2.ebuild
!!! Reason: Failed on RMD160 verification
!!! Got: 4bb11df2e42433f487aea2a1b5e139a042456da1
!!! Expected: 902d79f1a6f3635ae2b85f652a475ac6575d30e0
>>> Failed to emerge sys-kernel/gentoo-sources-2.6.37-r4
I checked in the portage manual, and it said to wait a day to see if
these problems disappear.
Could it be the specific mirror I am using?
Thank you,
Coert
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] portage Digest verification failed
2011-04-21 6:16 [gentoo-user] portage Digest verification failed Coert Waagmeester
@ 2011-04-21 6:26 ` Dale
2011-04-21 8:17 ` Coert Waagmeester
0 siblings, 1 reply; 6+ messages in thread
From: Dale @ 2011-04-21 6:26 UTC (permalink / raw
To: gentoo-user
Coert Waagmeester wrote:
> Hello all,
>
> Since yesterday, when I try to update my gentoo box, certain ebuilds
> give me the following error:
>
>
>>>> Fetching (15 of 22) media-libs/libsdl-1.2.14-r6
>>>>
> !!! Digest verification failed:
> !!! /mnt/data/portage/media-libs/libsdl/libsdl-1.2.14-r6.ebuild
> !!! Reason: Filesize does not match recorded size
> !!! Got: 4606
> !!! Expected: 4609
>
>
>>>> Failed to emerge media-libs/libsdl-1.2.14-r6
>>>>
>
>>>> Fetching (20 of 22) sys-kernel/gentoo-sources-2.6.37-r4
>>>>
> !!! Digest verification failed:
> !!!
> /mnt/data/portage/sys-kernel/gentoo-sources/gentoo-sources-2.6.37-r2.ebuild
> !!! Reason: Failed on RMD160 verification
> !!! Got: 4bb11df2e42433f487aea2a1b5e139a042456da1
> !!! Expected: 902d79f1a6f3635ae2b85f652a475ac6575d30e0
>
>
>>>> Failed to emerge sys-kernel/gentoo-sources-2.6.37-r4
>>>>
>
> I checked in the portage manual, and it said to wait a day to see if
> these problems disappear.
>
> Could it be the specific mirror I am using?
>
>
> Thank you,
> Coert
>
>
Have you tried syncing again? Sometimes that will fix it. Sync as in,
emerge --sync or whatever command you use since it can vary a bit.
There are two things that can cause this. One is the file itself and
one is the digest listed in the tree. If either one of them is out of
sync, it fails.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] portage Digest verification failed
2011-04-21 6:26 ` Dale
@ 2011-04-21 8:17 ` Coert Waagmeester
2011-04-21 16:41 ` Dale
0 siblings, 1 reply; 6+ messages in thread
From: Coert Waagmeester @ 2011-04-21 8:17 UTC (permalink / raw
To: gentoo-user
On 04/21/2011 08:26 AM, Dale wrote:
> Coert Waagmeester wrote:
>> Hello all,
>>
>> Since yesterday, when I try to update my gentoo box, certain ebuilds
>> give me the following error:
>>
>>
>>>>> Fetching (15 of 22) media-libs/libsdl-1.2.14-r6
>>>>>
>> !!! Digest verification failed:
>> !!! /mnt/data/portage/media-libs/libsdl/libsdl-1.2.14-r6.ebuild
>> !!! Reason: Filesize does not match recorded size
>> !!! Got: 4606
>> !!! Expected: 4609
>>
>>
>>>>> Failed to emerge media-libs/libsdl-1.2.14-r6
>>>>>
>>
>>>>> Fetching (20 of 22) sys-kernel/gentoo-sources-2.6.37-r4
>>>>>
>> !!! Digest verification failed:
>> !!!
>> /mnt/data/portage/sys-kernel/gentoo-sources/gentoo-sources-2.6.37-r2.ebuild
>>
>> !!! Reason: Failed on RMD160 verification
>> !!! Got: 4bb11df2e42433f487aea2a1b5e139a042456da1
>> !!! Expected: 902d79f1a6f3635ae2b85f652a475ac6575d30e0
>>
>>
>>>>> Failed to emerge sys-kernel/gentoo-sources-2.6.37-r4
>>>>>
>>
>> I checked in the portage manual, and it said to wait a day to see if
>> these problems disappear.
>>
>> Could it be the specific mirror I am using?
>>
>>
>> Thank you,
>> Coert
>>
>>
>
> Have you tried syncing again? Sometimes that will fix it. Sync as in,
> emerge --sync or whatever command you use since it can vary a bit.
>
> There are two things that can cause this. One is the file itself and
> one is the digest listed in the tree. If either one of them is out of
> sync, it fails.
>
> Dale
>
> :-) :-)
>
>
Hello Dale,
Managed to fix it.
I downloaded a new portage snapshot, extracted it, and used a completely
different mirror for the emerge --sync, and it worked.
Thanks,
Coert
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] portage Digest verification failed
2011-04-21 8:17 ` Coert Waagmeester
@ 2011-04-21 16:41 ` Dale
2011-04-23 0:50 ` Mark Shields
0 siblings, 1 reply; 6+ messages in thread
From: Dale @ 2011-04-21 16:41 UTC (permalink / raw
To: gentoo-user
Coert Waagmeester wrote:
>
> Hello Dale,
>
> Managed to fix it.
> I downloaded a new portage snapshot, extracted it, and used a completely
> different mirror for the emerge --sync, and it worked.
>
>
> Thanks,
> Coert
>
>
>
Any particular reason you downloaded a whole new snapshot? A emerge
--sync would do the same only faster.
Just curious.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] portage Digest verification failed
2011-04-21 16:41 ` Dale
@ 2011-04-23 0:50 ` Mark Shields
2011-04-23 14:22 ` [gentoo-user] SOLVED " Coert Waagmeester
0 siblings, 1 reply; 6+ messages in thread
From: Mark Shields @ 2011-04-23 0:50 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 595 bytes --]
On Thu, Apr 21, 2011 at 11:41 AM, Dale <rdalek1967@gmail.com> wrote:
> Coert Waagmeester wrote:
>
>>
>> Hello Dale,
>>
>> Managed to fix it.
>> I downloaded a new portage snapshot, extracted it, and used a completely
>> different mirror for the emerge --sync, and it worked.
>>
>>
>> Thanks,
>> Coert
>>
>>
>>
>>
>
> Any particular reason you downloaded a whole new snapshot? A emerge --sync
> would do the same only faster.
>
> Just curious.
>
> Dale
>
> :-) :-)
>
>
What he said. If changing to another rsync mirror is what really fixed it,
esyncing after that would've fixed the problem.
[-- Attachment #2: Type: text/html, Size: 1071 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] SOLVED portage Digest verification failed
2011-04-23 0:50 ` Mark Shields
@ 2011-04-23 14:22 ` Coert Waagmeester
0 siblings, 0 replies; 6+ messages in thread
From: Coert Waagmeester @ 2011-04-23 14:22 UTC (permalink / raw
To: gentoo-user
On 04/23/2011 02:50 AM, Mark Shields wrote:
> On Thu, Apr 21, 2011 at 11:41 AM, Dale <rdalek1967@gmail.com
> <mailto:rdalek1967@gmail.com>> wrote:
>
> Coert Waagmeester wrote:
>
>
> Hello Dale,
>
> Managed to fix it.
> I downloaded a new portage snapshot, extracted it, and used a
> completely
> different mirror for the emerge --sync, and it worked.
>
>
> Thanks,
> Coert
>
>
>
>
>
> Any particular reason you downloaded a whole new snapshot? A emerge
> --sync would do the same only faster.
>
> Just curious.
>
> Dale
>
> :-) :-)
>
>
> What he said. If changing to another rsync mirror is what really fixed
> it, esyncing after that would've fixed the problem.
Hello Dale,
You are right. I did just an emerge --sync later on another gentoo box
with the different mirror, and the problem disappeared.
Thanks,
Coert
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-04-23 14:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-21 6:16 [gentoo-user] portage Digest verification failed Coert Waagmeester
2011-04-21 6:26 ` Dale
2011-04-21 8:17 ` Coert Waagmeester
2011-04-21 16:41 ` Dale
2011-04-23 0:50 ` Mark Shields
2011-04-23 14:22 ` [gentoo-user] SOLVED " Coert Waagmeester
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox