Topic: Centos 7 symfony/php5.6 update broken

Hello
All my servers on centos 7 / php 5.6 with symfony have broken updates

Error: Package: php-twig-1.44.1-1.el7.remi.noarch (remi)
           Requires: php(language) >= 7.2.5
           Installed: php-common-5.6.40-23.el7.remi.x86_64 (@remi-php56)
               php(language) = 5.6.40
           Available: php-common-5.4.16-48.el7.x86_64 (base)
               php(language) = 5.4.16
           Available: php-common-5.4.45-18.el7.remi.x86_64 (remi)
               php(language) = 5.4.45
           Available: php-common-5.6.40-22.el7.remi.x86_64 (remi-php56)
               php(language) = 5.6.40
Error: Package: php-symfony-polyfill-1.20.0-1.el7.remi.noarch (remi)
           Requires: php(language) >= 7.1
           Installed: php-common-5.6.40-23.el7.remi.x86_64 (@remi-php56)
               php(language) = 5.6.40
           Available: php-common-5.4.16-48.el7.x86_64 (base)
               php(language) = 5.4.16
           Available: php-common-5.4.45-18.el7.remi.x86_64 (remi)
               php(language) = 5.4.45
           Available: php-common-5.6.40-22.el7.remi.x86_64 (remi-php56)
               php(language) = 5.6.40
Error: Package: php-symfony3-common-3.4.46-1.el7.remi.noarch (remi)
           Requires: php(language) >= 7.0.8
           Installed: php-common-5.6.40-23.el7.remi.x86_64 (@remi-php56)
               php(language) = 5.6.40
           Available: php-common-5.4.16-48.el7.x86_64 (base)
               php(language) = 5.4.16
           Available: php-common-5.4.45-18.el7.remi.x86_64 (remi)
               php(language) = 5.4.45
           Available: php-common-5.6.40-22.el7.remi.x86_64 (remi-php56)
               php(language) = 5.6.40
Error: Package: php-symfony-common-2.8.52-5.el7.remi.noarch (remi)
           Requires: php(language) >= 7.0
           Installed: php-common-5.6.40-23.el7.remi.x86_64 (@remi-php56)
               php(language) = 5.6.40
           Available: php-common-5.4.16-48.el7.x86_64 (base)
               php(language) = 5.4.16
           Available: php-common-5.4.45-18.el7.remi.x86_64 (remi)
               php(language) = 5.4.45
           Available: php-common-5.6.40-22.el7.remi.x86_64 (remi-php56)
               php(language) = 5.6.40
 You could try using --skip-broken to work around the problem

Thanks you in advance
Will

Re: Centos 7 symfony/php5.6 update broken

Sorry, but all version < 7.2 have now reached their end of life

So 7.2 is the minimal supported version for "noarch" package
And soon, 7.3

Read: https://blog.remirepo.net/post/2020/01/ … 2-required

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Centos 7 symfony/php5.6 update broken

Arfff ok
Thanks you hmm

Re: Centos 7 symfony/php5.6 update broken

BTW, you still can use the old version in EPEL

(so only keep "remi-php56" enabled, but not "remi")

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

5 (edited by LaWix 2020-11-17 10:30:37)

Re: Centos 7 symfony/php5.6 update broken

ah yes it' works !

but I don't know what it means for packages already installed

Thanks you Rémi