For some reason, emerge is downloading kdebase-3.5.6.tar.bz2, but it looks like emerge was expecting to download a kdm file.
Here's the dump:
- Code: Select all
localhost ~ # emerge --update --newuse --deep --ask kdm
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] kde-base/kdm-3.5.6-r10 [3.5.6]
Would you like to merge these packages? [Yes/No]
>>> Verifying ebuild Manifests...
>>> Emerging (1 of 1) kde-base/kdm-3.5.6-r10 to /
!!! Previously fetched file: 'kdebase-3.5.6.tar.bz2'
!!! Reason: Filesize does not match recorded size
!!! Got: 24155599
!!! Expected: 1381392
Refetching...
>>> Downloading 'http://distfiles.gentoo.org/distfiles/kdebase-3.5.6.tar.bz2'
--20:05:26-- http://distfiles.gentoo.org/distfiles/kdebase-3.5.6.tar.bz2
=> `/usr/portage/distfiles/kdebase-3.5.6.tar.bz2'
Resolving distfiles.gentoo.org... 216.165.129.135, 156.56.247.195, 64.50.236.52, ...
Connecting to distfiles.gentoo.org|216.165.129.135|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 24,155,599 (23M) [application/x-tar]
100%[====================================>] 24,155,599 173.06K/s ETA 00:00
20:07:45 (170.53 KB/s) - `/usr/portage/distfiles/kdebase-3.5.6.tar.bz2' saved [24155599/24155599]
* kdebase-3.5-patchset-04.tar.bz2 MD5 ;-) ... [ ok ]
* kdebase-3.5-patchset-04.tar.bz2 RMD160 ;-) ... [ ok ]
* kdebase-3.5-patchset-04.tar.bz2 SHA1 ;-) ... [ ok ]
* kdebase-3.5-patchset-04.tar.bz2 SHA256 ;-) ... [ ok ]
* kdebase-3.5-patchset-04.tar.bz2 size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* checking kdebase-3.5.6.tar.bz2 ;-) ... [ !! ]
!!! Digest verification failed:
!!! /usr/portage/distfiles/kdebase-3.5.6.tar.bz2
!!! Reason: Filesize does not match recorded size
!!! Got: 24155599
!!! Expected: 1381392
I've tried unmerging kdm and re-emerging the package, but I get the same problem.
If I mask out the kde-base/kdm-3.5.6-r10 from the Sabayon overlay, it seems to work fine with the kde-base/kdm-3.5.6-r1 package from the gentoo portage tree.

