Git Update Failing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eposta
    Junior Member
    Forum Explorer
    • Mar 2021
    • 14

    #1

    Git Update Failing

    There appears to be a problem with the updated version of Git included with the CloudLinux 6.9 update as its failing on all of my CloudLinux 6 servers with the following error:

    --> Running transaction check
    ---> Package git.x86_64 0:1.7.1-4.el6_7.1 will be updated
    --> Processing Dependency: git = 1.7.1-4.el6_7.1 for package: perl-Git-1.7.1-4.el6_7.1.noarch
    ---> Package git.x86_64 0:1.7.1-8.el6 will be an update
    --> Processing Dependency: perl-Git = 1.7.1-8.el6 for package: git-1.7.1-8.el6.x86_64
    --> Finished Dependency Resolution
    Error: Package: perl-Git-1.7.1-4.el6_7.1.noarch (@cloudlinux-x86_64-server-6)
    Requires: git = 1.7.1-4.el6_7.1
    Removing: git-1.7.1-4.el6_7.1.x86_64 (@cloudlinux-x86_64-server-6)
    git = 1.7.1-4.el6_7.1
    Updated By: git-1.7.1-8.el6.x86_64 (cloudlinux-x86_64-server-6)
    git = 1.7.1-8.el6
    Available: git-1.7.1-2.el6.1.x86_64 (cloudlinux-x86_64-server-6)
    git = 1.7.1-2.el6.1
    Available: git-1.7.1-3.el6_4.1.x86_64 (cloudlinux-x86_64-server-6)
    git = 1.7.1-3.el6_4.1
    Error: Package: git-1.7.1-8.el6.x86_64 (cloudlinux-x86_64-server-6)
    Requires: perl-Git = 1.7.1-8.el6
    Installed: perl-Git-1.7.1-4.el6_7.1.noarch (@cloudlinux-x86_64-server-6)
    perl-Git = 1.7.1-4.el6_7.1
    You could try using --skip-broken to work around the problem
    You could try running: rpm -Va --nofiles --nodigest

    Any suggestions to resolve this?
  • bogdan.sh
    Administrator
    • Nov 2016
    • 1221

    #2
    Hello,

    As far as I understand the perl-Git version 1.7.1-8 could not be found. However definitely it is available in our repost. Please check excludes in /etc/yum.conf file.

    Comment

    • admin
      Member
      • Mar 2018
      • 52

      #3
      Ahh yes, perl* had been excluded. Thanks!

      Comment

      Working...