Kde-runtime Fails To Install On Custom ISO Due To Dependency Error

Home » CentOS » Kde-runtime Fails To Install On Custom ISO Due To Dependency Error
CentOS 1 Comment

Hi,

I have built successfully all the dependent packages of kde-runtime.

Following is the list of RPMs cloned and built from GIT:-

kde-runtime-4.10.5-8.el7.CentOS.x86_64.rpm kde-runtime-drkonqi-4.10.5-8.el7.CentOS.x86_64.rpm kde-runtime-libs-4.10.5-8.el7.CentOS.x86_64.rpm kde-baseapps-4.10.5-4.el7.CentOS.x86_64.rpm kde-baseapps-libs-4.10.5-4.el7.CentOS.x86_64.rpm

However, when we copy these RPMS to our ISO, anaconda installer fails to install due to dependency error:

package: kde-baseapps-4.10.5-4.el7.CentOS.x86_64
unresolved deps:
kde-runtime >= 0:4.14.8

On GIT kde-runtime has 4.10.5 latest version. How is it possible, to get this error, how come package is not satisfying minimum dependency ?

If i do yumdownloader for all these above RPMs, then i get following RPMs without “CentOS” name:-

kde-runtime-4.10.5-8.el7.x86_64.rpm kde-runtime-drkonqi-4.10.5-8.el7.x86_64.rpm kde-runtime-libs-4.10.5-8.el7.x86_64.rpm kde-baseapps-4.10.5-4.el7.x86_64.rpm kde-baseapps-libs-4.10.5-4.el7.x86_64.rpm

If i copy paste above RPMS to my custom ISO, then anaconda successfully installs these packages, without any errors.

Regards, Shagun

One thought on - Kde-runtime Fails To Install On Custom ISO Due To Dependency Error

  • Hello Shagun,

    $ grep kde-runtime kde-baseapps.spec Requires: kde-runtime%{?_kde4_version: >= %{_kde4_version}}

    That would suggest that you have built your rpms on a system that has kde 0:4.14.8 installed. It is probably a good idea to have your build system match your production environment, so build on C7 if you deploy on C7.

    Regards, Leonard.