Gentoo Archives: gentoo-user

From: Ronald Vincent Vazquez <rvazquez@×××××××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Help emerging PEAR-DB
Date: Sat, 11 Mar 2006 20:24:38
Message-Id: 200603112018.k2BKI756006007@ctcministries.org
1 Hello list:
2
3 I am experiencing the error below while attempting to install PEAR-DB on my Gentoo system.
4
5 # php -v
6 PHP 5.1.1-gentoo with Hardening-Patch 0.4.8 (cli) (built: Mar 2 2006 21:40:36) (DEBUG)
7 Copyright (c) 1997-2004 The PHP Group
8 Zend Engine v2.1.0, Copyright (c) 1998-2005 Zend Technologies
9
10 # emerge PEAR-DB
11 Calculating dependencies ...done!
12 >>> emerge (1 of 1) dev-php/PEAR-DB-1.7.6-r1 to /
13 >>> md5 files ;-) PEAR-DB-1.6.8.ebuild
14 >>> md5 files ;-) PEAR-DB-1.7.6-r1.ebuild
15 >>> md5 files ;-) PEAR-DB-1.7.6.ebuild
16 >>> md5 files ;-) files/digest-PEAR-DB-1.7.6-r1
17 >>> md5 files ;-) files/digest-PEAR-DB-1.6.8
18 >>> md5 files ;-) files/digest-PEAR-DB-1.7.6
19 >>> md5 src_uri ;-) DB-1.7.6.tgz
20 >>> Unpacking source...
21 >>> Unpacking DB-1.7.6.tgz to /var/tmp/portage/PEAR-DB-1.7.6-r1/work
22 tar: A lone zero block at 1436
23 >>> Source unpacked.
24 >>> Test phase [not enabled]: dev-php/PEAR-DB-1.7.6-r1
25
26 >>> Install PEAR-DB-1.7.6-r1 into /var/tmp/portage/PEAR-DB-1.7.6-r1/image/ category dev-php
27 ACCESS DENIED access_wr: /usr/share/php/.depdb
28 man:
29 prepallstrip:
30 >>> Completed installing PEAR-DB-1.7.6-r1 into /var/tmp/portage/PEAR-DB-1.7.6-r1/image/
31
32 --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
33 LOG FILE = "/var/log/sandbox/sandbox-dev-php_-_PEAR-DB-1.7.6-r1-15768.log"
34
35 access_wr: /usr/share/php/.depdb
36 --------------------------------------------------------------------------------
37
38 # emerge PEAR-DB
39 Calculating dependencies ...done!
40 >>> emerge (1 of 1) dev-php/PEAR-DB-1.7.6-r1 to /
41
42 I am attempting to create an overlay but I get the following error after I edit the ebuild file to add the needed option (addpredict "/usr/share/php/.depdb"):
43
44 !!! Digest verification Failed:
45 !!! /usr/local/portage/dev-php/PEAR-DB/PEAR-DB-1.7.6-r1.ebuild
46 !!! Reason: Filesize does not match recorded size
47
48 >>> Please ensure you have sync'd properly. Please try 'emerge sync' and
49 >>> optionally examine the file(s) for corruption. A sync will fix most cases.
50
51 How do I fix the "Filesize does not match recorded size" problem?
52
53 Thanks in advance,
54 Ronald Vazquez
55 --
56 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Help emerging PEAR-DB James Ausmus <james.ausmus@×××××.com>