On 5/9/06, Jeremy Olexa <[EMAIL PROTECTED]> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Wagoner, Darryl wrote:
> Greetings,
>
> I am trying to get my team to switch to Gentoo from RH and I wanted to setup
> a http-replicator to avoid pulling all the packages over and over again.
>
> Once I did this then all of sudden emerge started to fail with:
>
> !!! Digest verification Failed:
> !!!    /usr/portage/distfiles/ruby-1.8.4.tar.gz
> !!! Reason: Failed on MD5 verification
>
> Doesn't really matter what package is being installed.  I have tried doing
> a web-sync.
>
> What has happen and how can I debug it?
>
> thanks
>
> --
> Darryl Wagoner
> Office:  603-891-3068
>
>

This should help: http://bugs.gentoo.org/show_bug.cgi?id=131293

It is a known issue and looks like it can be fixed by setting
FEATURES="-strict"

I have not had this problem, maybe someone else will chime in about this.

- --
Jeremy Olexa
([EMAIL PROTECTED])
Office: EE/CS 1-201
CS/IT Systems Staff
University of Minnesota

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEYOOmFN7pD9kMi/URAo/pAJ4lTIjcq7vswuGx+2i6NtGxPCSfAQCfUGul
4zOcUmH9Kfta11jsZsgePS0=
=c11J
-----END PGP SIGNATURE-----
--
gentoo-user@gentoo.org mailing list



Sync one of the machines and use RSYNC locally:
http://gentoo-wiki.com/HOWTO_Local_Rsync_Mirror

Also you can use NFS to mount /usr/portage/distfiles over the network
avoiding downloading the same file twice and ensuring that once any
machine download it, it will be available to the others.

You can use Portage Binhost
(http://gentoo-wiki.com/HOWTO_setup_a_PORTAGE_BINHOST_server and
http://gentoo-wiki.com/TIP_Using_PORTAGE_BINHOST) if you have same
arch and compiler (I personally gave up some optimizations and ended
up using gcc 586 on all machines) to save some compile time (a lot),
also setup distcc (if you have slow machines) and ccache (that is VERY
GOOD, I also mount its dir over NFS /var/tmp/ccache, so all machines
benefit from it).

--
Daniel da Veiga
Computer Operator - RS - Brazil
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
------END GEEK CODE BLOCK------

--
gentoo-user@gentoo.org mailing list

Reply via email to