public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Help emerging PEAR-DB
@ 2006-03-11 20:18 Ronald Vincent Vazquez
  2006-03-12  3:00 ` James Ausmus
  0 siblings, 1 reply; 2+ messages in thread
From: Ronald Vincent Vazquez @ 2006-03-11 20:18 UTC (permalink / raw
  To: gentoo-user

Hello list:

I am experiencing the error below while attempting to install PEAR-DB on my Gentoo system.

# php -v
PHP 5.1.1-gentoo with Hardening-Patch 0.4.8 (cli) (built: Mar  2 2006 21:40:36) (DEBUG)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2005 Zend Technologies

# emerge PEAR-DB
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-php/PEAR-DB-1.7.6-r1 to /
>>> md5 files   ;-) PEAR-DB-1.6.8.ebuild
>>> md5 files   ;-) PEAR-DB-1.7.6-r1.ebuild
>>> md5 files   ;-) PEAR-DB-1.7.6.ebuild
>>> md5 files   ;-) files/digest-PEAR-DB-1.7.6-r1
>>> md5 files   ;-) files/digest-PEAR-DB-1.6.8
>>> md5 files   ;-) files/digest-PEAR-DB-1.7.6
>>> md5 src_uri ;-) DB-1.7.6.tgz
>>> Unpacking source...
>>> Unpacking DB-1.7.6.tgz to /var/tmp/portage/PEAR-DB-1.7.6-r1/work
tar: A lone zero block at 1436
>>> Source unpacked.
>>> Test phase [not enabled]: dev-php/PEAR-DB-1.7.6-r1

>>> Install PEAR-DB-1.7.6-r1 into /var/tmp/portage/PEAR-DB-1.7.6-r1/image/ category dev-php
ACCESS DENIED  access_wr: /usr/share/php/.depdb
man:
prepallstrip:
>>> Completed installing PEAR-DB-1.7.6-r1 into /var/tmp/portage/PEAR-DB-1.7.6-r1/image/

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-dev-php_-_PEAR-DB-1.7.6-r1-15768.log"

access_wr: /usr/share/php/.depdb
--------------------------------------------------------------------------------

# emerge PEAR-DB
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-php/PEAR-DB-1.7.6-r1 to /

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"):

!!! Digest verification Failed:
!!!    /usr/local/portage/dev-php/PEAR-DB/PEAR-DB-1.7.6-r1.ebuild
!!! Reason: Filesize does not match recorded size

>>> Please ensure you have sync'd properly. Please try 'emerge sync' and
>>> optionally examine the file(s) for corruption. A sync will fix most cases.

How do I fix the "Filesize does not match recorded size" problem?

Thanks in advance,
Ronald Vazquez
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-user] Help emerging PEAR-DB
  2006-03-11 20:18 [gentoo-user] Help emerging PEAR-DB Ronald Vincent Vazquez
@ 2006-03-12  3:00 ` James Ausmus
  0 siblings, 0 replies; 2+ messages in thread
From: James Ausmus @ 2006-03-12  3:00 UTC (permalink / raw
  To: gentoo-user

On 3/11/06, Ronald Vincent Vazquez <rvazquez@ctcministries.org> wrote:
> Hello list:
>
> I am experiencing the error below while attempting to install PEAR-DB on my Gentoo system.
>
> # php -v
> PHP 5.1.1-gentoo with Hardening-Patch 0.4.8 (cli) (built: Mar  2 2006 21:40:36) (DEBUG)
> Copyright (c) 1997-2004 The PHP Group
> Zend Engine v2.1.0, Copyright (c) 1998-2005 Zend Technologies
>
> # emerge PEAR-DB
> Calculating dependencies ...done!
> >>> emerge (1 of 1) dev-php/PEAR-DB-1.7.6-r1 to /
> >>> md5 files   ;-) PEAR-DB-1.6.8.ebuild
> >>> md5 files   ;-) PEAR-DB-1.7.6-r1.ebuild
> >>> md5 files   ;-) PEAR-DB-1.7.6.ebuild
> >>> md5 files   ;-) files/digest-PEAR-DB-1.7.6-r1
> >>> md5 files   ;-) files/digest-PEAR-DB-1.6.8
> >>> md5 files   ;-) files/digest-PEAR-DB-1.7.6
> >>> md5 src_uri ;-) DB-1.7.6.tgz
> >>> Unpacking source...
> >>> Unpacking DB-1.7.6.tgz to /var/tmp/portage/PEAR-DB-1.7.6-r1/work
> tar: A lone zero block at 1436
> >>> Source unpacked.
> >>> Test phase [not enabled]: dev-php/PEAR-DB-1.7.6-r1
>
> >>> Install PEAR-DB-1.7.6-r1 into /var/tmp/portage/PEAR-DB-1.7.6-r1/image/ category dev-php
> ACCESS DENIED  access_wr: /usr/share/php/.depdb
> man:
> prepallstrip:
> >>> Completed installing PEAR-DB-1.7.6-r1 into /var/tmp/portage/PEAR-DB-1.7.6-r1/image/
>
> --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
> LOG FILE = "/var/log/sandbox/sandbox-dev-php_-_PEAR-DB-1.7.6-r1-15768.log"
>
> access_wr: /usr/share/php/.depdb
> --------------------------------------------------------------------------------
>
> # emerge PEAR-DB
> Calculating dependencies ...done!
> >>> emerge (1 of 1) dev-php/PEAR-DB-1.7.6-r1 to /
>
> 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"):
>
> !!! Digest verification Failed:
> !!!    /usr/local/portage/dev-php/PEAR-DB/PEAR-DB-1.7.6-r1.ebuild
> !!! Reason: Filesize does not match recorded size
>
> >>> Please ensure you have sync'd properly. Please try 'emerge sync' and
> >>> optionally examine the file(s) for corruption. A sync will fix most cases.
>
> How do I fix the "Filesize does not match recorded size" problem?
>


ebuild /usr/local/portage/dev-php/PEAR-DB/PEAR-DB-1.7.6-r1.ebuild digest


-James



> Thanks in advance,
> Ronald Vazquez
> --
> gentoo-user@gentoo.org mailing list
>
>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-03-12  3:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-11 20:18 [gentoo-user] Help emerging PEAR-DB Ronald Vincent Vazquez
2006-03-12  3:00 ` James Ausmus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox