Gentoo Archives: gentoo-alt

From: Robert David <robert.david.public@×××××.com>
To: gentoo-alt@l.g.o
Cc: osamu.ogasawara@×××××.com
Subject: Re: [gentoo-alt] gentoo prefix "Filesize does not match recorded size" error : binutils-config-3
Date: Fri, 16 Nov 2012 15:06:56
Message-Id: 20121116154038.287d4b0e@gmail.com
In Reply to: [gentoo-alt] gentoo prefix "Filesize does not match recorded size" error : binutils-config-3 by Osamu Ogasawara
1 Hi got the same problem setting new be on Solaris.
2
3 Robert.
4
5
6 On Fri, 16 Nov 2012 23:28:03 +0900
7 Osamu Ogasawara <osamu.ogasawara@×××××.com> wrote:
8
9 > Dear all,
10 >
11 > I'm trying to install gentoo prefix on a host: x86_64-pc-linux-gnu.
12 >
13 > In the stage1, I got compile error when building python.
14 > In order to workaround this error, I edited bootstrap-prefix.sh as
15 > follows. bootstrap_python() {
16 > #PV=2.7.2
17 > PV=2.7.3
18 > #A=python-${PV}-patched.tar.bz2
19 > A=Python-${PV}.tar.bz2
20 > einfo "Bootstrapping ${A%-*}"
21 >
22 > # don't really want to put this on the mirror, since they are
23 > # non-vanilla sources, bit specific for us
24 > #efetch ${DISTFILES_URL}/${A} || return 1
25 > PYTHON_URL="http://www.python.org/ftp/python/2.7.3"
26 > efetch ${PYTHON_URL}/${A} || return 1
27 >
28 > Then the stage 1, 2, 3 worked fine.
29 >
30 > But, in the last step of the gentoo prefix installation,
31 > I got the following error.
32 >
33 > $ emerge -e system
34 >
35 > * IMPORTANT: 4 news items need reading for repository
36 > 'gentoo_prefix'.
37 > * Use eselect news to read news items.
38 >
39 > Calculating dependencies... done!
40 >
41 > >>> Verifying ebuild manifests
42 >
43 > !!! Digest verification failed:
44 > !!! /lustre2/home/oogasawa/gentoo/usr/portage/sys-devel/binutils-config/files/binutils-config-3
45 > !!! Reason: Filesize does not match recorded size
46 > !!! Got: 14659
47 > !!! Expected: 14623
48 >
49 > Would someone tell me how to resolve this error?
50 > I tried emerge --sync command, but the same error occurred again.
51 >
52 > Sincerely,
53 >
54 > Osamu Ogasawara
55 > National Institute of Genetics
56 > Japan
57 >