Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#41932 closed defect (bug) (invalid)

WordPress US build has something problem to extract

Reported by: miyauchi's profile miyauchi Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.8.2
Component: Upgrade/Install Keywords:
Focuses: Cc:

Description

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?

Change History (6)

#1 @miyauchi
7 years ago

Ah, I guess I made mistake. Should it be posted to meta?
https://meta.trac.wordpress.org/newticket

This ticket was mentioned in Slack in #core by miyauchi. View the logs.


7 years ago

#3 @miyauchi
7 years ago

  • Resolution set to invalid
  • Status changed from new to closed

I'll report it to meta.
Thanks!

This ticket was mentioned in Slack in #core by sergey. View the logs.


7 years ago

#5 @netweb
7 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.