[wp-trac] [WordPress Trac] #41932: WordPress US build has something problem to extract

WordPress Trac noreply at wordpress.org
Wed Sep 20 17:09:46 UTC 2017


#41932: WordPress US build has something problem to extract
-----------------------------+-----------------------------
 Reporter:  miyauchi         |      Owner:
     Type:  defect (bug)     |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  Upgrade/Install  |    Version:  4.8.2
 Severity:  normal           |   Keywords:
  Focuses:                   |
-----------------------------+-----------------------------
 `wp core download` is not working for the latest version of the WordPress
 from today.
 We are looking into the cause, but we don't have any idea for now.

 https://github.com/wp-cli/wp-cli/issues/4370

 {{{
 $ wp core download --force
 Downloading WordPress 4.8.2 (en_US)...
 md5 hash verified: 2e8744a702a3d9527782d9135a4c9544
 Error: Couldn't extract WordPress archive. unable to decompress gzipped
 phar archive "/tmp/wp_59c29eb0eb93a.tar.gz" to temporary file
 }}}


 * We see the problem on the linux, but it is working on MacOS.
 * This problem appears only US build, it is woking fine with de_DE or so.
 * The error is thrown on `PharData()`.

 Following is a result of the `PharData()` to pass the US build.

 {{{
 $ php -r "new PharData( '/tmp/wp_59c29538cbd9e.tar.gz' );"
 PHP Fatal error:  Uncaught UnexpectedValueException: unable to decompress
 gzipped phar archive "/tmp/wp_59c29538cbd9e.tar.gz" to temporary file in
 Command line code:1
 Stack trace:
 #0 Command line code(1): PharData->__construct('/tmp/wp_59c2953...')
 #1 {main}
   thrown in Command line code on line 1
 }}}

 Do you have any idea?

--
Ticket URL: <https://core.trac.wordpress.org/ticket/41932>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list