Gentoo Archives: gentoo-amd64

From: Joerg Gollnick <gentoo102004@×××××××××××××××.de>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Is 2005 broken?
Date: Sat, 09 Jul 2005 07:18:51
Message-Id: 200507090916.50731.gentoo102004@joerg.in-berlin.de
In Reply to: Re: [gentoo-amd64] Is 2005 broken? by Tim Ames
1 Am Samstag 09 Juli 2005 08:54 schrieb Tim Ames:
2 > At 11:44 PM 7/8/2005, you wrote:
3 > >Errors with both md5 and gzip? Can you use a separate computer to
4 > >determine if the problem is with md5/gzip programs or corruption of the
5 > >distfiles themselves?
6 > >
7 > >Zac
8 >
9 >
10 > I was able to download the gzip from the mirror and put them in my
11 > /distfiles dir and for example I was able to do that to wvdial and emerge
12 > it on the system and get it working. But I couldn't download anything from
13 > a mirror on the sk8v machine and emerge it on that machine. I was able to
14 > start all over again move a stage 3 tarball over and run it, compile the
15 > kernel, but then the same problem started all over again after the first
16 > emerge sync.
17 >
18 > still scratching my head
19 >
20 > thanks
21 >
22 > Tim
23 >
24 > --
25 > gentoo-amd64@g.o mailing list
26 >
27 >
28 Hello,
29 please have a look on your FETCHCOMMAND / RESUMECOMMAND in /etc/make.conf.
30
31 (emerge --info -v | grep COMMAND)
32
33 FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp -P ${DISTDIR} ${URI}"
34 RESUMECOMMAND="/usr/bin/wget -c -t 5 --passive-ftp -P ${DISTDIR} ${URI}"
35
36 You should be really sure, thaht you have removed any old files from
37 your /distfiles dir. I had also strange problems with a wrong RESUMECOMMAND
38 and partilly download files.
39
40 To get an idea what is wrong, try to download a small packages.
41 Please make an emerge -f app-admin/perl-cleaner.
42 After that compare the
43 digest /usr/portage/app-admin/perl-cleaner/files/digest-perl-cleaner-1.01
44 with thhe downloaded file.
45 cd /usr/portage/distfiles
46 md5sum perl-cleaner-1.01.tar.gz
47 a657d9e9264cd9f550bd2c55c1220785 perl-cleaner-1.01.tar.gz
48 ls -l perl-cleaner-1.01.tar.gz
49 I hope this will clarify, if you have problem with downloading the file or
50 with gzip/md5sum.
51
52 Best regards Joerg
53
54 --
55 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Is 2005 broken? Tim Ames <lls@×××××××××××××.org>