Topic: libtokyocabinet.so.7

There seems to be a problem with the latest updates  with installing php-dba if epel is installed. This on both an i386 and x86_64 - CentOS 5.

# yum upgrade
....
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: libtokyocabinet.so.7()(64bit) for package: php-dba
---> Package tokyocabinet.x86_64 0:1.4.33-6.el5 set to be updated
--> Finished Dependency Resolution
php-dba-5.5.22-1.el5.remi.x86_64 from installed has depsolving problems
  --> Missing Dependency: libtokyocabinet.so.7()(64bit) is needed by package php-dba-5.5.22-1.el5.remi.x86_64 (installed)
Error: Missing Dependency: libtokyocabinet.so.7()(64bit) is needed by package php-dba-5.5.22-1.el5.remi.x86_64 (installed)
 .....

but

# yum list tokyocabinet
...
Installed Packages
tokyocabinet.x86_64                                1.4.9-1.el5.remi                                installed
Available Packages
tokyocabinet.i386                                  1.4.33-6.el5                                    epel     
tokyocabinet.x86_64                                1.4.33-6.el5                                    epel 

Using yum --disablerepo=epel upgrade is OK.

The Epel version is so.8.

Re: libtokyocabinet.so.7

Thanks for the notice.

Long story...
* tokyocabinet 1.4.9 was in EPEL-5
* tokyocabinet was orphaned / removed from EPEL-5
* I rebuild tokyocabinet 1.4.9 in remi repo to keep everything consistent
* tokyocabinet have be resurrected in EPEL-5 but updated to version 1.4.33

For now, keep version from remi repo.
On next build, version 1.4.33 will be used.

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: libtokyocabinet.so.7

New build are just uploaded (5.4.38-1.el5.remi.1, 5.5.22-1.el5.remi.1 and php-5.6.6-1.el5.remi.1)

$ rpmdiff php-dba-5.4.38-1.el5.remi.x86_64.rpm php-dba-5.4.38-1.el5.remi.1.x86_64.rpm | grep tokyo
removed     REQUIRES libtokyocabinet.so.7()(64bit)  
added       REQUIRES libtokyocabinet.so.8()(64bit)  
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

4 (edited by pcollinson 2015-02-21 07:33:02)

Re: libtokyocabinet.so.7

This morning's release has fixed this problem. Many thanks -- and also thanks for all you do

Re: libtokyocabinet.so.7

pcollinson wrote:

This morning's release has fixed this problem.

Thanks for the feedback which confirm the fix.

pcollinson wrote:

Many thanks -- and also thanks for all you do

smile


Closing tis one.

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