Topic: Dependency error: php-pecl-memcached-2.1.0-2.el6 (remi-test)

# yum --enablerepo=remi-test install php-pecl-memcached
...
Error: Package: php-pecl-memcached-2.1.0-2.el6.remi.x86_64 (remi-test)
           Requires: php(api) = 20090626-x86-64
           Installed: php-common-5.4.6-1.el6.remi.x86_64 (@remi-test)
               php(api) = 20100412-x86-64
           Available: php-common-5.3.3-3.el6_2.8.x86_64 (base)
               php(api) = 20090626
           Available: php-common-5.3.3-14.el6_3.x86_64 (updates)
               php(api) = 20090626
           Available: php-common-5.3.16-2.el6.remi.x86_64 (remi-test)
               php(api) = 20090626-x86-64
               php(api) = 20090626
           Available: php-common-5.3.16-3.el6.remi.x86_64 (remi-test)
               php(api) = 20090626-x86-64
               php(api) = 20090626
...

But in another server (I have installed php-pecl-memcached some months ago):

# yum --enablerepo=remi,remi-test info php-pecl-memcached
Installed Packages
Name        : php-pecl-memcached
Arch        : x86_64
Version     : 2.1.0
Release     : 1.el6.remi.1
Size        : 198 k
Repo        : installed
From repo   : remi-test
...Summary,...

Available Packages
Name        : php-pecl-memcached
Arch        : x86_64
Version     : 2.1.0
Release     : 2.el6.remi.1
Size        : 56 k
Repo        : remi-test
..Summary,...

Re: Dependency error: php-pecl-memcached-2.1.0-2.el6 (remi-test)

Hum... don't understand

php-pecl-memcached-2.1.0-2.el6.remi.x86_64.rpm in remi works with php 5.3.x
php-pecl-memcached-2.1.0-2.el6.remi.1.x86_64.rpm in remi-test works with php 5.4.x

It seems the first server have detected new packages in "remi" but not in "remi-test"
Try a "yum clean all".

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: Dependency error: php-pecl-memcached-2.1.0-2.el6 (remi-test)

I have tried "yum clean all" but still have the same error.
Then I must manually download the package from remi-test repo & yum localinstall

Re: Dependency error: php-pecl-memcached-2.1.0-2.el6 (remi-test)

As your second server found it (as my test server), I think this is not a issue with the repo data, but a network issue (proxy ?)

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