[wp-meta] [Making WordPress.org] #3150: PharData fails to extract latest.tar.gz on Ubuntu 14.04
Making WordPress.org
noreply at wordpress.org
Thu Sep 21 00:15:05 UTC 2017
#3150: PharData fails to extract latest.tar.gz on Ubuntu 14.04
-----------------------------+-----------------
Reporter: danielbachhuber | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: General | Keywords:
-----------------------------+-----------------
Steps to reproduce on Ubuntu 14.04:
{{{
wget https://wordpress.org/latest.tar.gz
php -r "new PharData( 'latest.tar.gz' );"
}}}
Result:
{{{
php -r "new PharData( 'latest.tar.gz' );"
PHP Fatal error: Uncaught UnexpectedValueException: unable to decompress
gzipped phar archive "/tmp/latest.tar.gz" to temporary file in Command
line code:1
Stack trace:
#0 Command line code(1): PharData->__construct('latest.tar.gz')
#1 {main}
thrown in Command line code on line 1
}}}
This problem is only reproducible with `latest.tar.gz`. Earlier `.tar.gz`
WordPress builds do not exhibit this problem, nor does it reproduce on
MacOS.
See discussion in https://github.com/wp-cli/wp-cli/issues/4370
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3150>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list