the repcacheman script is broken and seems to have been in a long while.. it expects to find MD5 digests in the files/ folder.. But portage has long since moved to having *other* digests in the Manifest file.. Reproducible: Always Steps to Reproduce: Actual Results: fails to import anything Expected Results: import nonecorrupted files
Created attachment 125887 [details, diff] new repcacheman This patch fixes the above mentioned issues with the repcacheman
Created attachment 125888 [details, diff] new ebuild One could copy the old ebuild, changing only the number... But there is *no* reason checking for a version of portage from ~2004 :)
(In reply to comment #1) > Created an attachment (id=125887) [edit] > new repcacheman > > This patch fixes the above mentioned issues with the repcacheman > How exactly to apply this patch? TIA
(In reply to comment #3) > (In reply to comment #1) > > Created an attachment (id=125887) [edit] > > new repcacheman > > > > This patch fixes the above mentioned issues with the repcacheman > > > > How exactly to apply this patch? > > TIA > Like always... Do cd /usr/portage/net-proxy/http-replicator/ wget "http://bugs.gentoo.org/attachment.cgi?id=125887&action=view" -O tmppatch patch -p0 < tmppatch mv files/http-replicator-3.0-repcacheman-0.33 files/http-replicator-3.0-repcacheman-0.34 And that should do the trick.. There is as always a bunch of other wayes to apply the patch...
I committed a new revision of http-replicator that includes a new version of repcacheman (0.44) that was sent to me by the original author. Thanks for the report.