Topic: Last php-symfony-expression-language package broken?

Hello,
an yum update will fail with broken dependency's.
Error: Package: php-symfony-expression-language-2.8.9-1.el6.remi.noarch (RemiRepo)
           Requires: php-symfony-common = 2.8.9-1.el6.remi
           Installed: php-symfony-common-2.8.8-1.el6.remi.noarch (@RemiRepo)
               php-symfony-common = 2.8.8-1.el6.remi
           Available: php-symfony-common-2.3.31-1.el6.noarch (epel)
               php-symfony-common = 2.3.31-1.el6
Error: Package: php-symfony-dependency-injection-2.8.8-1.el6.remi.noarch (@RemiRepo)
           Requires: php-composer(symfony/expression-language) = 2.8.8
           Removing: php-symfony-expression-language-2.8.8-1.el6.remi.noarch (@RemiRepo)
               php-composer(symfony/expression-language) = 2.8.8
           Updated By: php-symfony-expression-language-2.8.9-1.el6.remi.noarch (RemiRepo)
               php-composer(symfony/expression-language) = 2.8.9
Error: Package: php-symfony-http-kernel-2.8.8-1.el6.remi.noarch (@RemiRepo)
           Requires: php-composer(symfony/var-dumper) = 2.8.8
           Removing: php-symfony-var-dumper-2.8.8-1.el6.remi.noarch (@RemiRepo)
               php-composer(symfony/var-dumper) = 2.8.8
           Updated By: php-symfony-var-dumper-2.8.9-1.el6.remi.noarch (RemiRepo)
               php-composer(symfony/var-dumper) = 2.8.9
Error: Package: php-symfony-var-dumper-2.8.9-1.el6.remi.noarch (RemiRepo)
           Requires: php-symfony-common = 2.8.9-1.el6.remi
           Installed: php-symfony-common-2.8.8-1.el6.remi.noarch (@RemiRepo)
               php-symfony-common = 2.8.8-1.el6.remi
           Available: php-symfony-common-2.3.31-1.el6.noarch (epel)
               php-symfony-common = 2.3.31-1.el6


The full output can't be be posted, because of forum limitation:
Warning! The following errors must be corrected before your message can be posted:
    Too more links in message. Allowed 1 links. Reduce number of links and post it again.

Or are the mirror server out of sync?
OS: CentOS 6.8

Re: Last php-symfony-expression-language package broken?

All pakages are available at version 2.8.9

It looks like some packages are blocked, do you have some yum plugins enabled (especially the "priorities" ones)

Try without.

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: Last php-symfony-expression-language package broken?

Thanks, this was it.
yum update --disableplugin=priorities
will work.

Re: Last php-symfony-expression-language package broken?

smile

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