Topic: Centos 7.6 - php5.6 - Multilib version problems found

Hello

It's impossible to update our centos web servers for this dependency problem:

Error:  Multilib version problems found. This often means that the root
       cause is something else and multilib version checking is just
       pointing out that there is a problem. Eg.:
       
         1. You have an upgrade for php-pear which is missing some
            dependency that another package requires. Yum is trying to
            solve this by installing an older version of php-pear of the
            different architecture. If you exclude the bad architecture
            yum will tell you what the root cause is (which package
            requires what). You can try redoing the upgrade with
            --exclude php-pear.otherarch ... this should give you an error
            message showing the root cause of the problem.
       
         2. You have multiple architectures of php-pear installed, but
            yum can only see an upgrade for one of those architectures.
            If you don't want/need both architectures anymore then you
            can remove the one with the missing update and everything
            will work.
       
         3. You have duplicate versions of php-pear installed already.
            You can use "yum check" to get yum show these errors.
       
       ...you can also use --setopt=protected_multilib=false to remove
       this checking, however this is almost never the correct thing to
       do as something else is very likely to go wrong (often causing
       much more problems).
       
       Protected multilib versions: 1:php-pear-1.10.7-1.el7.remi.noarch != 1:php-pear-1.10.6-1.el7.remi.noarch

Do you have an idea of the problem?
Would not it be a problem on the repo?

Thanks
Will

Re: Centos 7.6 - php5.6 - Multilib version problems found

php-pear is a noarch package, so is not "multi-lib"

Full yum output needed.

Also:
* rpm -q php-pear
* rpm -qa php\* | sort
* yum check all
* yum repolist

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.6 - php5.6 - Multilib version problems found

Hello remi

Sorry for the inconvenience, the problem came from the kernel (I lock this updates)
When I do my disable exclude, the package is updated

Thank you
Will