Page MenuHomePhabricator

Patch upgrade from 1.43.1 to 1.43.2 fails with "symfony/polyfill not installed"
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

Upgrade from 1.43.1 to 1.43.2 using patch release

php maintenance/run.php update

What happens?:

MediaWiki 1.43.2 Updater

symfony/polyfill-php80: not installed, 1.31.0 required.

symfony/polyfill-php81: not installed, 1.31.0 required.

symfony/polyfill-php82: not installed, 1.31.0 required.

symfony/polyfill-php83: not installed, 1.31.0 required.

Error: your composer.lock file is not up to date. Run "composer update --no-dev" to install newer dependencies

Event Timeline

Aklapper renamed this task from Patch upgrade from 1.43.1 to 1.43.2 fails to Patch upgrade from 1.43.1 to 1.43.2 fails with "symfony/polyfill not installed".Tue, Jul 1, 9:32 AM

Change #1165500 had a related patch set uploaded (by Reedy; author: Reedy):

[mediawiki/vendor@REL1_43] Re-add symfony/polyfill-php82/symfony/polyfill-php83

https://gerrit.wikimedia.org/r/1165500

Is the plan to do a release 1.43.3 for this issue?

Change #1165504 had a related patch set uploaded (by Reedy; author: Reedy):

[mediawiki/core@master] composer.json: Replace away symfony php polyfills for PHP8/8.1

https://gerrit.wikimedia.org/r/1165504

Change #1165500 merged by Reedy:

[mediawiki/vendor@REL1_43] Re-add symfony/polyfill-php82/symfony/polyfill-php83

https://gerrit.wikimedia.org/r/1165500

Change #1165505 had a related patch set uploaded (by Reedy; author: Reedy):

[mediawiki/core@REL1_44] composer.json: Replace away symfony php polyfills for PHP8/8.1

https://gerrit.wikimedia.org/r/1165505

Change #1165506 had a related patch set uploaded (by Reedy; author: Reedy):

[mediawiki/core@REL1_43] composer.json: Replace away symfony php polyfills for PHP8/8.1

https://gerrit.wikimedia.org/r/1165506

Change #1165506 merged by jenkins-bot:

[mediawiki/core@REL1_43] composer.json: Replace away symfony php polyfills for PHP8/8.1

https://gerrit.wikimedia.org/r/1165506

Change #1165505 merged by jenkins-bot:

[mediawiki/core@REL1_44] composer.json: Replace away symfony php polyfills for PHP8/8.1

https://gerrit.wikimedia.org/r/1165505

Change #1165504 merged by jenkins-bot:

[mediawiki/core@master] composer.json: Replace away symfony php polyfills for PHP8/8.1

https://gerrit.wikimedia.org/r/1165504

Reedy claimed this task.

Is the plan to do a release 1.43.3 for this issue?

Noting for the task's record, 1.43.3 was released.

Verified as fixed. Thank you!