Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Filesize does not match recorded size
Date: Mon, 25 Oct 2010 18:24:14
Message-Id: 20101025182303.GV17225@syscon4.inet
In Reply to: Re: [gentoo-user] Filesize does not match recorded size by Robin Atwood
1 On 10/26/10 00:18, Robin Atwood wrote:
2 >On Monday 25 October 2010, Joseph wrote:
3 >> I'm trying to reinstall asterisk-1.4.22.1 but I get:
4 >>
5 >> ('Filesize does not match recorded size', 20776689, 11602819)
6 >> !!! Fetched file: asterisk-1.4.22.1.tar.gz VERIFY FAILED!
7 >> !!! Reason: Filesize does not match recorded size
8 >> !!! Got: 20776689
9 >> !!! Expected: 11602819
10 >> Refetching... File renamed to
11 >> '/usr/portage/distfiles/asterisk-1.4.22.1.tar.gz._checksum_failure_.eNAPDH
12 >> '
13 >>
14 >> The asterisk in portage stable is 1.2 (too old), unstable 1.6 does not work
15 >> with some providers for me so I'm trying sticking with 1.4 I had this
16 >> problem in the past and I did solve it by:
17 >>
18 >> cd /usr/local/portage/layman/voip/net-misc/asterisk/
19 >> ebuild --force asterisk-1.4.22.1.ebuild manifest
20 >>
21 >> but it is not working now?
22 >> Any suggestion?
23 >
24 >Try downloading a good copy of asterisk-1.4.22.1.tar.gz to your
25 >/usr/portage/distfiles and then
26 >
27 > cd /usr/local/portage/layman/voip/net-misc/asterisk/
28 > ebuild asterisk-1.4.22.1.ebuild digest
29 >
30 >which should get the tarball and the ebuild in sync.
31 >
32 >HTH
33 >-Robin
34 >--
35
36 I've tried that, it still fail
37
38 when I do
39 cd /usr/local/portage/layman/voip/net-misc/asterisk/
40 ebuild --force asterisk-1.4.22.1.ebuild manifest
41
42 it downloads a copy to: /usr/portage/distfiles
43 it creates manifest
44 I do:
45 ebuild asterisk-1.4.22.1.ebuild digest
46
47 but it still fails.
48
49 --
50 Joseph