Project

General

Profile

Actions

Bug #99260

closed

Running composer install with 11.5 branch fails on applying a patch

Added by Sybille Peters almost 2 years ago. Updated almost 2 years ago.

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).

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)!  

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #99173: Extend testing range to PHP8.2 with more dbms versionsClosedStefan Bürk2022-11-23

Actions
Actions #1

Updated by Sybille Peters almost 2 years ago

  • Description updated (diff)
Actions #2

Updated by Sybille Peters almost 2 years ago

  • Description updated (diff)
Actions #3

Updated by Sybille Peters almost 2 years ago

  • Related to Task #99173: Extend testing range to PHP8.2 with more dbms versions added
Actions #4

Updated by Sybille Peters almost 2 years ago

  • Description updated (diff)
  • Is Regression set to Yes
Actions #5

Updated by Sybille Peters almost 2 years ago

  • Status changed from New to Closed

works after running:
Build/Scripts/runTests.sh -u

Actions

Also available in: Atom PDF