[Bug 1310552] Re: could not extract the package.xml file from "/build/buildd/php5-5.5.9+dfsg/pear-build-download/packagename.tgz"

Dave Mausner 1310552 at bugs.launchpad.net
Tue Jul 22 17:19:01 UTC 2014


If the build problem is too hard to solve, the gross solution is to
modify the PEAR file Tar.php so that each reference to compression type
'gz' also tests for the build's function, like this:

        if ($this->_compress_type == 'gz' && function_exists('gzopen'))
            $this->_file = @gzopen($this->_tarname, "wb9");
        else if ($this->_compress_type == 'gz' && function_exists('gzopen64'))
            $this->_file = @gzopen64($this->_tarname, "wb9");

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1310552

Title:
  could not extract the package.xml file from
  "/build/buildd/php5-5.5.9+dfsg/pear-build-download/packagename.tgz"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1310552/+subscriptions



More information about the Ubuntu-server-bugs mailing list