Gentoo Archives: gentoo-user

From: Daniel da Veiga <danieldaveiga@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge problem.
Date: Tue, 09 May 2006 19:47:02
Message-Id: 342e1090605091223m36d4360esb1590e1c31085e62@mail.gmail.com
In Reply to: Re: [gentoo-user] emerge problem. by Jeremy Olexa
1 On 5/9/06, Jeremy Olexa <olexa@××××××.edu> wrote:
2 > -----BEGIN PGP SIGNED MESSAGE-----
3 > Hash: SHA1
4 >
5 > Wagoner, Darryl wrote:
6 > > Greetings,
7 > >
8 > > I am trying to get my team to switch to Gentoo from RH and I wanted to setup
9 > > a http-replicator to avoid pulling all the packages over and over again.
10 > >
11 > > Once I did this then all of sudden emerge started to fail with:
12 > >
13 > > !!! Digest verification Failed:
14 > > !!! /usr/portage/distfiles/ruby-1.8.4.tar.gz
15 > > !!! Reason: Failed on MD5 verification
16 > >
17 > > Doesn't really matter what package is being installed. I have tried doing
18 > > a web-sync.
19 > >
20 > > What has happen and how can I debug it?
21 > >
22 > > thanks
23 > >
24 > > --
25 > > Darryl Wagoner
26 > > Office: 603-891-3068
27 > >
28 > >
29 >
30 > This should help: http://bugs.gentoo.org/show_bug.cgi?id=131293
31 >
32 > It is a known issue and looks like it can be fixed by setting
33 > FEATURES="-strict"
34 >
35 > I have not had this problem, maybe someone else will chime in about this.
36 >
37 > - --
38 > Jeremy Olexa
39 > (olexa@××××××.edu)
40 > Office: EE/CS 1-201
41 > CS/IT Systems Staff
42 > University of Minnesota
43 >
44 > -----BEGIN PGP SIGNATURE-----
45 > Version: GnuPG v1.4.2.2 (GNU/Linux)
46 > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
47 >
48 > iD8DBQFEYOOmFN7pD9kMi/URAo/pAJ4lTIjcq7vswuGx+2i6NtGxPCSfAQCfUGul
49 > 4zOcUmH9Kfta11jsZsgePS0=
50 > =c11J
51 > -----END PGP SIGNATURE-----
52 > --
53 > gentoo-user@g.o mailing list
54 >
55 >
56
57 Sync one of the machines and use RSYNC locally:
58 http://gentoo-wiki.com/HOWTO_Local_Rsync_Mirror
59
60 Also you can use NFS to mount /usr/portage/distfiles over the network
61 avoiding downloading the same file twice and ensuring that once any
62 machine download it, it will be available to the others.
63
64 You can use Portage Binhost
65 (http://gentoo-wiki.com/HOWTO_setup_a_PORTAGE_BINHOST_server and
66 http://gentoo-wiki.com/TIP_Using_PORTAGE_BINHOST) if you have same
67 arch and compiler (I personally gave up some optimizations and ended
68 up using gcc 586 on all machines) to save some compile time (a lot),
69 also setup distcc (if you have slow machines) and ccache (that is VERY
70 GOOD, I also mount its dir over NFS /var/tmp/ccache, so all machines
71 benefit from it).
72
73 --
74 Daniel da Veiga
75 Computer Operator - RS - Brazil
76 -----BEGIN GEEK CODE BLOCK-----
77 Version: 3.1
78 GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
79 PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
80 ------END GEEK CODE BLOCK------
81
82 --
83 gentoo-user@g.o mailing list