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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to