Hi,
I'm currently installing a dozen CentOS 7 + KDE desktops in our local school. I've already installed a minimal X11 + WindowMaker, and now I want to install KDE on top of that, but the installation fails. There's some broken dependency in the repos. I've narrowed the problem down to the libkexiv2 package. Here's that I get.
# yum install libkexiv2 ... --> Running transaction check ---> Package kde-l10n.noarch 0:4.10.5-2.el7 will be installed ---> Package libkexiv2.x86_64 0:4.10.5-4.el7 will be installed --> Processing Dependency: libexiv2.so.26()(64bit) for package: libkexiv2-4.10.5-4.el7.x86_64 ---> Package strigi-libs.x86_64 0:0.7.7-13.20120626.el7 will be installed --> Processing Dependency: libexiv2.so.26()(64bit) for package: strigi-libs-0.7.7-13.20120626.el7.x86_64 --> Finished Dependency Resolution Error: Package: strigi-libs-0.7.7-13.20120626.el7.x86_64 (base) Requires: libexiv2.so.26()(64bit) Error: Package: libkexiv2-4.10.5-4.el7.x86_64 (base) Requires: libexiv2.so.26()(64bit) You could try using --skip-broken to work around the problem
What now ?
Niki
Le 02/05/2019 à 13:59, Nicolas Kovacs a écrit :
# yum install libkexiv2 ... --> Running transaction check ---> Package kde-l10n.noarch 0:4.10.5-2.el7 will be installed ---> Package libkexiv2.x86_64 0:4.10.5-4.el7 will be installed --> Processing Dependency: libexiv2.so.26()(64bit) for package: libkexiv2-4.10.5-4.el7.x86_64 ---> Package strigi-libs.x86_64 0:0.7.7-13.20120626.el7 will be installed --> Processing Dependency: libexiv2.so.26()(64bit) for package: strigi-libs-0.7.7-13.20120626.el7.x86_64 --> Finished Dependency Resolution Error: Package: strigi-libs-0.7.7-13.20120626.el7.x86_64 (base) Requires: libexiv2.so.26()(64bit) Error: Package: libkexiv2-4.10.5-4.el7.x86_64 (base) Requires: libexiv2.so.26()(64bit) You could try using --skip-broken to work around the problem
What now ?
I think I found the solution to the problem. It looks like the exiv2-libs package has mysteriously vanished from the CentOS mirrors, causing some trouble.
Cheers,
Niki
Le 02/05/2019 à 14:24, Nicolas Kovacs a écrit :
I think I found the solution to the problem. It looks like the exiv2-libs package has mysteriously vanished from the CentOS mirrors, causing some trouble.
OK, my bad, and please excuse the noise. The thing is, I just migrated these desktops from GNOME to KDE and completely forgot I initially blacklisted exiv2-libs because of some incompatibility with gthumb a year ago or so.
Problem solved.
Sorry.