[ixpmanager] ixpmanager Digest, Vol 30, Issue 8

Mohamed Faye mohamed.faye at qcell.gm
Fri Apr 17 13:36:54 IST 2015


I ended up editing the file /usr/share/php/Archive/Tar.php and added the
below lines this fixed my problem. Thanks everyone for your help.

/**
 * Missing zlib functions.
 */
function gzopen($filename, $mode, $use_include_path = 0) {
  return gzopen64($filename, $mode, $use_include_path);
};
function gzseek($zp, $offset, $whence = SEEK_SET) {
  return gzseek64($zp, $offset, $whence);
}
function gztell($zp) {
  return gztell64($zp);
}
</code>



‹ ³Turning a challenge into  learning curve"






On 4/17/15, 11:00 AM, "ixpmanager-request at inex.ie"
<ixpmanager-request at inex.ie> wrote:

>Send ixpmanager mailing list submissions to
>	ixpmanager at inex.ie
>
>To subscribe or unsubscribe via the World Wide Web, visit
>	https://www.inex.ie/mailman/listinfo/ixpmanager
>or, via email, send a message with subject or body 'help' to
>	ixpmanager-request at inex.ie
>
>You can reach the person managing the list at
>	ixpmanager-owner at inex.ie
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of ixpmanager digest..."
>
>
>Today's Topics:
>
>   1. Package installation failing on Doctrine (Mohamed Faye)
>   2. Re: Package installation failing on Doctrine (Martin J. Levy)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Fri, 17 Apr 2015 10:51:45 +0000
>From: Mohamed Faye <mahafaye at gmail.com>
>To: ixpmanager at inex.ie
>Subject: [ixpmanager] Package installation failing on Doctrine
>Message-ID:
>	<CAJf_HJweO4PbEovSZ0s2vR18ZxEJFfmTWsGuh08cM2uL9=pk3Q at mail.gmail.com>
>Content-Type: text/plain; charset="utf-8"
>
>Hi INEX,
>
>I am trying to install pear install doctrine/DoctrineORM its giving error
>below is what the error reads.
>
>downloading DoctrineORM-2.3.3.tgz ...
>
>Starting to download DoctrineORM-2.3.3.tgz (261,928 bytes)
>
>......done: 261,928 bytes
>
>could not extract the package.xml file from
>"/build/buildd/php5-5.5.9+dfsg/pear-build-download/DoctrineORM-2.3.3.tgz"
>
>Download of "doctrine/DoctrineORM" succeeded, but it is not a valid
>package
>archive
>
>Error: cannot download "doctrine/DoctrineORM"
>
>downloading DoctrineCommon-2.3.0.tgz ...
>
>Starting to download DoctrineCommon-2.3.0.tgz (59,473 bytes)
>
>...done: 59,473 bytes
>
>could not extract the package.xml file from
>"/build/buildd/php5-5.5.9+dfsg/pear-build-download/DoctrineCommon-2.3.0.tg
>z"
>
>Download of "doctrine/DoctrineCommon" succeeded, but it is not a valid
>package archive
>
>Error: cannot download "doctrine/DoctrineCommon"
>
>downloading DoctrineDBAL-2.3.4.tgz ...
>
>Starting to download DoctrineDBAL-2.3.4.tgz (145,485 bytes)
>
>...done: 145,485 bytes
>
>could not extract the package.xml file from
>"/build/buildd/php5-5.5.9+dfsg/pear-build-download/DoctrineDBAL-2.3.4.tgz"
>
>Download of "doctrine/DoctrineDBAL" succeeded, but it is not a valid
>package archive
>
>Error: cannot download "doctrine/DoctrineDBAL"
>
>downloading Console-2.4.4.tgz ...
>
>Starting to download Console-2.4.4.tgz (88,372 bytes)
>
>...done: 88,372 bytes
>
>could not extract the package.xml file from
>"/build/buildd/php5-5.5.9+dfsg/pear-build-download/Console-2.4.4.tgz"
>
>Download of "symfony2/Console" succeeded, but it is not a valid package
>archive
>
>Error: cannot download "symfony2/Console"
>
>downloading Yaml-2.4.4.tgz ...
>
>Starting to download Yaml-2.4.4.tgz (40,486 bytes)
>
>...done: 40,486 bytes
>
>could not extract the package.xml file from
>"/build/buildd/php5-5.5.9+dfsg/pear-build-download/Yaml-2.4.4.tgz"
>
>Download of "symfony2/Yaml" succeeded, but it is not a valid package
>archive
>
>Error: cannot download "symfony2/Yaml"
>
>Download failed
>
>install failed
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: 
><https://www.inex.ie/pipermail/ixpmanager/attachments/20150417/293a6709/at
>tachment-0001.html>
>
>------------------------------
>
>Message: 2
>Date: Fri, 17 Apr 2015 11:58:12 +0100
>From: "Martin J. Levy" <mahtin at mahtin.com>
>To: INEX IXP Manager Mailing List <ixpmanager at inex.ie>
>Subject: Re: [ixpmanager] Package installation failing on Doctrine
>Message-ID: <9A801ABF-C348-4045-AE49-9E31FF9FAA0E at mahtin.com>
>Content-Type: text/plain; charset="us-ascii"
>
>http://stackoverflow.com/questions/23762141/pear-succeeded-but-it-is-not-a
>-valid-package
>
>It's findable via Google ... enjoy.
>
>> On Apr 17, 2015, at 11:51 AM, Mohamed Faye <mahafaye at gmail.com> wrote:
>> 
>> Hi INEX,
>> 
>> I am trying to install pear install doctrine/DoctrineORM its giving
>>error below is what the error reads.
>> 
>> downloading DoctrineORM-2.3.3.tgz ...
>> Starting to download DoctrineORM-2.3.3.tgz (261,928 bytes)
>> ......done: 261,928 bytes
>> could not extract the package.xml file from
>>"/build/buildd/php5-5.5.9+dfsg/pear-build-download/DoctrineORM-2.3.3.tgz"
>> Download of "doctrine/DoctrineORM" succeeded, but it is not a valid
>>package archive
>> Error: cannot download "doctrine/DoctrineORM"
>> downloading DoctrineCommon-2.3.0.tgz ...
>> Starting to download DoctrineCommon-2.3.0.tgz (59,473 bytes)
>> ...done: 59,473 bytes
>> could not extract the package.xml file from
>>"/build/buildd/php5-5.5.9+dfsg/pear-build-download/DoctrineCommon-2.3.0.t
>>gz"
>> Download of "doctrine/DoctrineCommon" succeeded, but it is not a valid
>>package archive
>> Error: cannot download "doctrine/DoctrineCommon"
>> downloading DoctrineDBAL-2.3.4.tgz ...
>> Starting to download DoctrineDBAL-2.3.4.tgz (145,485 bytes)
>> ...done: 145,485 bytes
>> could not extract the package.xml file from
>>"/build/buildd/php5-5.5.9+dfsg/pear-build-download/DoctrineDBAL-2.3.4.tgz
>>"
>> Download of "doctrine/DoctrineDBAL" succeeded, but it is not a valid
>>package archive
>> Error: cannot download "doctrine/DoctrineDBAL"
>> downloading Console-2.4.4.tgz ...
>> Starting to download Console-2.4.4.tgz (88,372 bytes)
>> ...done: 88,372 bytes
>> could not extract the package.xml file from
>>"/build/buildd/php5-5.5.9+dfsg/pear-build-download/Console-2.4.4.tgz"
>> Download of "symfony2/Console" succeeded, but it is not a valid package
>>archive
>> Error: cannot download "symfony2/Console"
>> downloading Yaml-2.4.4.tgz ...
>> Starting to download Yaml-2.4.4.tgz (40,486 bytes)
>> ...done: 40,486 bytes
>> could not extract the package.xml file from
>>"/build/buildd/php5-5.5.9+dfsg/pear-build-download/Yaml-2.4.4.tgz"
>> Download of "symfony2/Yaml" succeeded, but it is not a valid package
>>archive
>> Error: cannot download "symfony2/Yaml"
>> Download failed
>> install failed
>> 
>> _______________________________________________
>> INEX IXP Manager mailing list
>> ixpmanager at inex.ie
>> https://www.inex.ie/mailman/listinfo/ixpmanager
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: 
><https://www.inex.ie/pipermail/ixpmanager/attachments/20150417/aa15d1d2/at
>tachment-0001.html>
>
>------------------------------
>
>Subject: Digest Footer
>
>_______________________________________________
>ixpmanager mailing list
>ixpmanager at inex.ie
>https://www.inex.ie/mailman/listinfo/ixpmanager
>
>
>------------------------------
>
>End of ixpmanager Digest, Vol 30, Issue 8
>*****************************************




More information about the ixpmanager mailing list