Actions
Bug #99260
closedRunning composer install with 11.5 branch fails on applying a patch
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
composer
Target version:
-
Start date:
2022-12-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Applying the patch postgres-platform-variable-interpolation-php82-fix.diff fails
Following instructions from contribution guide (but for 11.5 branch).
- https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/Setup/Git/Index.html#git-clone
- https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/Appendix/SettingUpTypo3Ddev.html
Executed commands:
git checkout 11.5
git clone git@github.com:typo3/typo3 .
Build/Scripts/runTests.sh -s composerInstall
output:
Creating network "local_default" with the default driver Gathering patches from patch file. Removing package doctrine/dbal so that it can be re-installed and re-patched. - Removing doctrine/dbal (2.13.8) Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Package operations: 1 install, 0 updates, 0 removals Gathering patches from patch file. Gathering patches for dependencies. This might take a minute. - Installing doctrine/dbal (2.13.8): Extracting archive - Applying patches for doctrine/dbal Build/patches/postgres-platform-variable-interpolation-php82-fix.diff ([BUGFIX] Avoid deprecated variable interpolation with PHP8.2) Could not apply patch! Skipping. The error was: Cannot apply patch Build/patches/postgres-platform-variable-interpolation-php82-fix.diff [Exception] Cannot apply patch [BUGFIX] Avoid deprecated variable interpolation with PHP8.2 (Build/patches/postgres-platform-variable-interpolation-php82-fix.diff)!
Updated by Sybille Peters almost 2 years ago
- Related to Task #99173: Extend testing range to PHP8.2 with more dbms versions added
Updated by Sybille Peters almost 2 years ago
- Description updated (diff)
- Is Regression set to Yes
Updated by Sybille Peters almost 2 years ago
- Status changed from New to Closed
works after running:
Build/Scripts/runTests.sh -u
Actions