I have yum-utils on two systems, but for some reason, it has dependency issues on another.
[root@onlo rgm]# yum install yum-utils Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Resolving Dependencies --> Running transaction check ---> Package yum-utils.noarch 0:1.1.31-50.el7 will be installed --> Processing Dependency: python-kitchen for package: yum-utils-1.1.31-50.el7.noarch --> Processing Dependency: libxml2-python for package: yum-utils-1.1.31-50.el7.noarch --> Running transaction check ---> Package libxml2-python.armv7hl 0:2.9.1-6.el7_2.3 will be installed --> Processing Dependency: libxml2 = 2.9.1-6.el7_2.3 for package: libxml2-python-2.9.1-6.el7_2.3.armv7hl ---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed --> Processing Dependency: python-chardet for package: python-kitchen-1.1.1-5.el7.noarch --> Running transaction check ---> Package libxml2-python.armv7hl 0:2.9.1-6.el7_2.3 will be installed --> Processing Dependency: libxml2 = 2.9.1-6.el7_2.3 for package: libxml2-python-2.9.1-6.el7_2.3.armv7hl ---> Package python-chardet.noarch 0:2.2.1-1.el7_1 will be installed --> Finished Dependency Resolution Error: Package: libxml2-python-2.9.1-6.el7_2.3.armv7hl (base) Requires: libxml2 = 2.9.1-6.el7_2.3 Installed: libxml2-2.9.1-6.el7.3.armv7hl (@centos-base_rbf) libxml2 = 2.9.1-6.el7.3 Available: libxml2-2.9.1-6.el7_2.3.armv7hl (base) libxml2 = 2.9.1-6.el7_2.3 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
What do I need to do to get it installed?
thanks
Robert, the original version of libxml2 had the wrong tag, that was fixed a few versions ago, but in order to fix the installed systems, you need to "yum downgrade libxml2*". If you look at the log, you'll see that you have installed libxml2-2.9.1-6.el7.3 and the available version is 2.9.1-6.el7_2.3 (which is lower).
Please let us know how it went.
Pablo.
El 9/1/19 a las 12:30, Robert Moskowitz escribió:
I have yum-utils on two systems, but for some reason, it has dependency issues on another.
[root@onlo rgm]# yum install yum-utils Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Resolving Dependencies --> Running transaction check ---> Package yum-utils.noarch 0:1.1.31-50.el7 will be installed --> Processing Dependency: python-kitchen for package: yum-utils-1.1.31-50.el7.noarch --> Processing Dependency: libxml2-python for package: yum-utils-1.1.31-50.el7.noarch --> Running transaction check ---> Package libxml2-python.armv7hl 0:2.9.1-6.el7_2.3 will be installed --> Processing Dependency: libxml2 = 2.9.1-6.el7_2.3 for package: libxml2-python-2.9.1-6.el7_2.3.armv7hl ---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed --> Processing Dependency: python-chardet for package: python-kitchen-1.1.1-5.el7.noarch --> Running transaction check ---> Package libxml2-python.armv7hl 0:2.9.1-6.el7_2.3 will be installed --> Processing Dependency: libxml2 = 2.9.1-6.el7_2.3 for package: libxml2-python-2.9.1-6.el7_2.3.armv7hl ---> Package python-chardet.noarch 0:2.2.1-1.el7_1 will be installed --> Finished Dependency Resolution Error: Package: libxml2-python-2.9.1-6.el7_2.3.armv7hl (base) Requires: libxml2 = 2.9.1-6.el7_2.3 Installed: libxml2-2.9.1-6.el7.3.armv7hl (@centos-base_rbf) libxml2 = 2.9.1-6.el7.3 Available: libxml2-2.9.1-6.el7_2.3.armv7hl (base) libxml2 = 2.9.1-6.el7_2.3 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
What do I need to do to get it installed?
thanks
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
Pablo,
Thanks. That worked.
On 1/9/19 10:40 AM, Pablo Sebastián Greco wrote:
Robert, the original version of libxml2 had the wrong tag, that was fixed a few versions ago, but in order to fix the installed systems, you need to "yum downgrade libxml2*". If you look at the log, you'll see that you have installed libxml2-2.9.1-6.el7.3 and the available version is 2.9.1-6.el7_2.3 (which is lower).
Please let us know how it went.
Pablo.
El 9/1/19 a las 12:30, Robert Moskowitz escribió:
I have yum-utils on two systems, but for some reason, it has dependency issues on another.
[root@onlo rgm]# yum install yum-utils Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Resolving Dependencies --> Running transaction check ---> Package yum-utils.noarch 0:1.1.31-50.el7 will be installed --> Processing Dependency: python-kitchen for package: yum-utils-1.1.31-50.el7.noarch --> Processing Dependency: libxml2-python for package: yum-utils-1.1.31-50.el7.noarch --> Running transaction check ---> Package libxml2-python.armv7hl 0:2.9.1-6.el7_2.3 will be installed --> Processing Dependency: libxml2 = 2.9.1-6.el7_2.3 for package: libxml2-python-2.9.1-6.el7_2.3.armv7hl ---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed --> Processing Dependency: python-chardet for package: python-kitchen-1.1.1-5.el7.noarch --> Running transaction check ---> Package libxml2-python.armv7hl 0:2.9.1-6.el7_2.3 will be installed --> Processing Dependency: libxml2 = 2.9.1-6.el7_2.3 for package: libxml2-python-2.9.1-6.el7_2.3.armv7hl ---> Package python-chardet.noarch 0:2.2.1-1.el7_1 will be installed --> Finished Dependency Resolution Error: Package: libxml2-python-2.9.1-6.el7_2.3.armv7hl (base) Requires: libxml2 = 2.9.1-6.el7_2.3 Installed: libxml2-2.9.1-6.el7.3.armv7hl (@centos-base_rbf) libxml2 = 2.9.1-6.el7.3 Available: libxml2-2.9.1-6.el7_2.3.armv7hl (base) libxml2 = 2.9.1-6.el7_2.3 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
What do I need to do to get it installed?
thanks
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev