Centos 6 Yum Update Error:- Requires: python(abi) = 2.

Posted: March 16, 2013 in FX Pipeline, Linux

Centos 6 Yum Update Error:-  Requires: python(abi) = 2

[root@gts250 rajiv]# yum update
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: mirror.nbrc.ac.in
* elrepo: jur-linux.org
* extras: mirror.nbrc.ac.in
* rpmforge: mirror.nl.leaseweb.net
* updates: mirror.nbrc.ac.in
Setting up Update Process
Resolving Dependencies
–> Running transaction check
—> Package libsmbclient.x86_64 0:3.6.9-151.el6 will be obsoleted
—> Package libsmbclient0.x86_64 0:3.5.21-44.el5 will be obsoleting
–> Processing Dependency: libwbclient.so.0()(64bit) for package: libsmbclient0-3.5.21-44.el5.x86_64
–> Processing Dependency: libldap-2.3.so.0()(64bit) for package: libsmbclient0-3.5.21-44.el5.x86_64
–> Processing Dependency: liblber-2.3.so.0()(64bit) for package: libsmbclient0-3.5.21-44.el5.x86_64
—> Package python-beaker.noarch 0:1.3.1-6.el6 will be updated
—> Package python-beaker.noarch 0:1.5.3-1.el5.rf will be an update
–> Processing Dependency: python(abi) = 2.4 for package: python-beaker-1.5.3-1.el5.rf.noarch
—> Package python-mako.noarch 0:0.3.4-1.el6 will be updated
—> Package python-mako.noarch 0:0.3.5-1.el5.rf will be an update
–> Processing Dependency: python(abi) = 2.4 for package: python-mako-0.3.5-1.el5.rf.noarch
—> Package python-markupsafe.x86_64 0:0.9.2-4.el6 will be updated
—> Package python-markupsafe.x86_64 0:0.11-1.el5.rf will be an update
–> Processing Dependency: python(abi) = 2.4 for package: python-markupsafe-0.11-1.el5.rf.x86_64
—> Package python-paramiko.noarch 0:1.7.5-2.1.el6 will be updated
—> Package python-paramiko.noarch 0:1.7.6-1.el5.rf will be an update
–> Processing Dependency: python(abi) = 2.4 for package: python-paramiko-1.7.6-1.el5.rf.noarch
—> Package samba.x86_64 0:3.6.9-151.el6 will be obsoleted
—> Package samba-client.x86_64 0:3.6.9-151.el6 will be obsoleted
—> Package samba-common.x86_64 0:3.6.9-151.el6 will be obsoleted
—> Package samba-winbind.x86_64 0:3.6.9-151.el6 will be obsoleted
—> Package samba-winbind-clients.x86_64 0:3.6.9-151.el6 will be obsoleted
—> Package samba3.x86_64 0:3.5.21-44.el5 will be obsoleting
—> Package samba3-client.x86_64 0:3.5.21-44.el5 will be obsoleting
–> Processing Dependency: libreadline.so.5()(64bit) for package: samba3-client-3.5.21-44.el5.x86_64
—> Package samba3-winbind.x86_64 0:3.5.21-44.el5 will be obsoleting
–> Running transaction check
—> Package compat-openldap.x86_64 1:2.3.43-2.el6 will be installed
—> Package compat-readline5.x86_64 0:5.2-17.1.el6 will be installed
—> Package libwbclient0.x86_64 0:3.5.21-44.el5 will be installed
—> Package python-beaker.noarch 0:1.5.3-1.el5.rf will be an update
–> Processing Dependency: python(abi) = 2.4 for package: python-beaker-1.5.3-1.el5.rf.noarch
—> Package python-mako.noarch 0:0.3.5-1.el5.rf will be an update
–> Processing Dependency: python(abi) = 2.4 for package: python-mako-0.3.5-1.el5.rf.noarch
—> Package python-markupsafe.x86_64 0:0.11-1.el5.rf will be an update
–> Processing Dependency: python(abi) = 2.4 for package: python-markupsafe-0.11-1.el5.rf.x86_64
—> Package python-paramiko.noarch 0:1.7.6-1.el5.rf will be an update
–> Processing Dependency: python(abi) = 2.4 for package: python-paramiko-1.7.6-1.el5.rf.noarch
–> Processing Conflict: krb5-libs-1.10.3-10.el6.i686 conflicts libsmbclient < 3.5.10-124
–> Processing Conflict: krb5-libs-1.10.3-10.el6.x86_64 conflicts libsmbclient < 3.5.10-124
–> Finished Dependency Resolution
Error: Package: python-markupsafe-0.11-1.el5.rf.x86_64 (rpmforge)
Requires: python(abi) = 2.4
Installed: python-2.6.6-36.el6.x86_64 (@base)
python(abi) = 2.6
Error: krb5-libs conflicts with libsmbclient0-3.5.21-44.el5.x86_64
Error: Package: python-beaker-1.5.3-1.el5.rf.noarch (rpmforge)
Requires: python(abi) = 2.4
Installed: python-2.6.6-36.el6.x86_64 (@base)
python(abi) = 2.6
Error: Package: python-mako-0.3.5-1.el5.rf.noarch (rpmforge)
Requires: python(abi) = 2.4
Installed: python-2.6.6-36.el6.x86_64 (@base)
python(abi) = 2.6
Error: Package: python-paramiko-1.7.6-1.el5.rf.noarch (rpmforge)
Requires: python(abi) = 2.4
Installed: python-2.6.6-36.el6.x86_64 (@base)
python(abi) = 2.6
You could try using –skip-broken to work around the problem
You could try running: rpm -Va –nofiles –nodigest
[root@gts250 rajiv]#

The error message indicates yum is trying to install from the repoforge el5 repository instead of el6. This needs to be corrected.

Here is the solution for this problem:-

solution :- reinstall rpmforge

go to terminal

01.

[root@gts250 rajiv]# su

02.

[root@gts250 rajiv]# wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm

03.

[root@gts250 rajiv]# rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm

 

04.

[root@gts250 rajiv]# yum clean all

05.

[root@gts250 rajiv]# yum update

Comments
  1. Leonardo Ghizoni says:

    It works for me on Scientific Linux!! Thanks a lot!!

  2. John says:

    yum update finished off with :
    “Error: Package: python-netaddr-0.7.10-1.el5.rf.noarch (rpmforge)
    Requires: python(abi) = 2.4
    Installed: python-2.6.6-36.el6.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.4)
    python(abi) = 2.6
    You could try using –skip-broken to work around the problem
    You could try running: rpm -Va –nofiles –nodigest
    [root@CEntOS-TheBeast John]# ”

    im lost, dazed, confused, red haze everywhere as anger begins tearing up the roof, and the clock chimes 2 am…….

  3. Rajiv Sharma says:

    The error message indicates yum is trying to install from the repoforge el5 repository instead of el6. This needs to be corrected. please go through above solution

    • John says:

      i should have specified that yum update was after following the commands….

      here is the entire output:

      [John@CEntOS-TheBeast ~]$ su
      Password:
      [root@CEntOS-TheBeast John]# wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
      –2013-05-16 23:26:10– http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
      Resolving packages.sw.be… 78.46.17.228
      Connecting to packages.sw.be|78.46.17.228|:80… connected.
      HTTP request sent, awaiting response… 301 Moved Permanently
      Location: http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm [following]
      –2013-05-16 23:26:10– http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
      Resolving pkgs.repoforge.org… 78.46.17.228
      Connecting to pkgs.repoforge.org|78.46.17.228|:80… connected.
      HTTP request sent, awaiting response… 302 Found
      Location: http://rpmforge.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm [following]
      –2013-05-16 23:26:11– http://rpmforge.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
      Resolving rpmforge.sw.be… 78.46.17.228
      Connecting to rpmforge.sw.be|78.46.17.228|:80… connected.
      HTTP request sent, awaiting response… 301 Moved Permanently
      Location: http://tree.repoforge.org/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm [following]
      –2013-05-16 23:26:11– http://tree.repoforge.org/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
      Resolving tree.repoforge.org… 78.46.17.228
      Connecting to tree.repoforge.org|78.46.17.228|:80… connected.
      HTTP request sent, awaiting response… 301 Moved Permanently
      Location: http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm [following]
      –2013-05-16 23:26:12– http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
      Resolving apt.sw.be… 193.1.193.67
      Connecting to apt.sw.be|193.1.193.67|:80… connected.
      HTTP request sent, awaiting response… 200 OK
      Length: 12700 (12K) [application/x-redhat-package-manager]
      Saving to: “rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm.1”

      100%[======================================>] 12,700 –.-K/s in 0s

      2013-05-16 23:26:13 (98.5 MB/s) – “rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm.1” saved [12700/12700]

      [root@CEntOS-TheBeast John]# rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
      Preparing… ########################################### [100%]
      package rpmforge-release-0.5.3-1.el5.rf.x86_64 (which is newer than rpmforge-release-0.5.2-2.el6.rf.x86_64) is already installed
      [root@CEntOS-TheBeast John]# yum clean all
      Loaded plugins: fastestmirror, refresh-packagekit, security
      Cleaning repos: base extras playonlinux rpmforge updates
      Cleaning up Everything
      Cleaning up list of fastest mirrors
      [root@CEntOS-TheBeast John]# yum update
      Loaded plugins: fastestmirror, refresh-packagekit, security
      Determining fastest mirrors
      * base: mirror.clarkson.edu
      * extras: mirror.thelinuxfix.com
      * rpmforge: mirror.hmc.edu
      * updates: yum.phx.singlehop.com
      base | 3.7 kB 00:00
      base/primary_db | 4.4 MB 00:04
      extras | 3.5 kB 00:00
      extras/primary_db | 19 kB 00:00
      playonlinux | 951 B 00:00
      playonlinux/primary | 4.4 kB 00:00
      playonlinux 38/38
      rpmforge | 1.9 kB 00:00
      rpmforge/primary_db | 7.0 MB 00:06
      updates | 3.5 kB 00:00
      updates/primary_db | 2.5 MB 00:04
      Setting up Update Process
      Resolving Dependencies
      –> Running transaction check
      —> Package kernel.x86_64 0:2.6.32-358.6.2.el6 will be installed
      —> Package kernel-devel.x86_64 0:2.6.32-358.6.2.el6 will be installed
      —> Package kernel-firmware.noarch 0:2.6.32-358.6.1.el6 will be updated
      —> Package kernel-firmware.noarch 0:2.6.32-358.6.2.el6 will be an update
      —> Package kernel-headers.x86_64 0:2.6.32-358.6.1.el6 will be updated
      —> Package kernel-headers.x86_64 0:2.6.32-358.6.2.el6 will be an update
      —> Package python-beaker.noarch 0:1.3.1-6.el6 will be updated
      —> Package python-beaker.noarch 0:1.5.3-1.el5.rf will be an update
      –> Processing Dependency: python(abi) = 2.4 for package: python-beaker-1.5.3-1.el5.rf.noarch
      —> Package python-mako.noarch 0:0.3.4-1.el6 will be updated
      —> Package python-mako.noarch 0:0.3.5-1.el5.rf will be an update
      –> Processing Dependency: python(abi) = 2.4 for package: python-mako-0.3.5-1.el5.rf.noarch
      —> Package python-markupsafe.x86_64 0:0.9.2-4.el6 will be updated
      —> Package python-markupsafe.x86_64 0:0.11-1.el5.rf will be an update
      –> Processing Dependency: python(abi) = 2.4 for package: python-markupsafe-0.11-1.el5.rf.x86_64
      —> Package python-netaddr.noarch 0:0.7.5-4.el6 will be updated
      —> Package python-netaddr.noarch 0:0.7.10-1.el5.rf will be an update
      –> Processing Dependency: python(abi) = 2.4 for package: python-netaddr-0.7.10-1.el5.rf.noarch
      —> Package python-paramiko.noarch 0:1.7.5-2.1.el6 will be updated
      —> Package python-paramiko.noarch 0:1.7.6-1.el5.rf will be an update
      –> Processing Dependency: python(abi) = 2.4 for package: python-paramiko-1.7.6-1.el5.rf.noarch
      –> Finished Dependency Resolution
      Error: Package: python-beaker-1.5.3-1.el5.rf.noarch (rpmforge)
      Requires: python(abi) = 2.4
      Installed: python-2.6.6-36.el6.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.4)
      python(abi) = 2.6
      Error: Package: python-mako-0.3.5-1.el5.rf.noarch (rpmforge)
      Requires: python(abi) = 2.4
      Installed: python-2.6.6-36.el6.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.4)
      python(abi) = 2.6
      Error: Package: python-paramiko-1.7.6-1.el5.rf.noarch (rpmforge)
      Requires: python(abi) = 2.4
      Installed: python-2.6.6-36.el6.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.4)
      python(abi) = 2.6
      Error: Package: python-markupsafe-0.11-1.el5.rf.x86_64 (rpmforge)
      Requires: python(abi) = 2.4
      Installed: python-2.6.6-36.el6.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.4)
      python(abi) = 2.6
      Error: Package: python-netaddr-0.7.10-1.el5.rf.noarch (rpmforge)
      Requires: python(abi) = 2.4
      Installed: python-2.6.6-36.el6.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.4)
      python(abi) = 2.6
      You could try using –skip-broken to work around the problem
      You could try running: rpm -Va –nofiles –nodigest
      [root@CEntOS-TheBeast John]#

      Suggestions?

  4. sp says:

    I tried the above but still hit the error…any advice?

  5. Ray says:

    For John – I don’t think the rpmforge reinstall ever took – your system reported “package rpmforge-release-0.5.3-1.el5.rf.x86_64 (which is newer than rpmforge-release-0.5.2-2.el6.rf.x86_64) is already installed”.

    I “yum erase”d the existing rpmforge first, then ran the rpmforge rpm install listed above. After that, I ran the yum clean and yum update, which reupdated rpmforge.

  6. Sagar Bansal says:

    Thanks the solution worked for me as well.

  7. [root@ThinkPad niranjan]# wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
    –2014-10-23 12:12:33– http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
    Resolving packages.sw.be… 78.46.17.228
    Connecting to packages.sw.be|78.46.17.228|:80… connected.
    HTTP request sent, awaiting response… 301 Moved Permanently
    Location: http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm [following]
    –2014-10-23 12:12:34– http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
    Resolving pkgs.repoforge.org… 78.46.17.228
    Connecting to pkgs.repoforge.org|78.46.17.228|:80… connected.
    HTTP request sent, awaiting response… 302 Found
    Location: http://rpmforge.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm [following]
    –2014-10-23 12:12:34– http://rpmforge.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
    Resolving rpmforge.sw.be… 78.46.17.228
    Connecting to rpmforge.sw.be|78.46.17.228|:80… connected.
    HTTP request sent, awaiting response… 301 Moved Permanently
    Location: http://tree.repoforge.org/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm [following]
    –2014-10-23 12:12:35– http://tree.repoforge.org/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
    Resolving tree.repoforge.org… 78.46.17.228
    Connecting to tree.repoforge.org|78.46.17.228|:80… connected.
    HTTP request sent, awaiting response… 301 Moved Permanently
    Location: http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm [following]
    –2014-10-23 12:12:35– http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
    Resolving apt.sw.be… 193.1.193.67
    Connecting to apt.sw.be|193.1.193.67|:80… connected.
    HTTP request sent, awaiting response… 200 OK
    Length: 12700 (12K) [application/x-redhat-package-manager]
    Saving to: “rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm”

    100%[==============================================================================================================================>] 12,700 24.8K/s in 0.5s

    2014-10-23 12:12:37 (24.8 KB/s) – “rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm” saved [12700/12700]

    [root@ThinkPad niranjan]# rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
    Preparing… ########################################### [100%]
    package rpmforge-release-0.5.3-1.el5.rf.x86_64 (which is newer than rpmforge-release-0.5.2-2.el6.rf.x86_64) is already installed
    [root@ThinkPad niranjan]# yum clean all
    Loaded plugins: fastestmirror, refresh-packagekit, security
    Cleaning repos: base epel extras google-talkplugin linuxtech-release nux-dextop rpmforge updates virtualbox
    Cleaning up Everything
    Cleaning up list of fastest mirrors
    [root@ThinkPad niranjan]# yum update
    Loaded plugins: fastestmirror, refresh-packagekit, security
    Determining fastest mirrors
    epel/metalink | 4.8 kB 00:00
    * base: centos.excellmedia.net
    * epel: mirror01.idc.hinet.net
    * extras: centos.excellmedia.net
    * linuxtech-release: pkgrepo.linuxtech.net
    * nux-dextop: mirror.li.nux.ro
    * rpmforge: apt.sw.be
    * updates: centos.excellmedia.net
    base | 3.7 kB 00:00
    base/primary_db | 4.4 MB 00:11
    epel | 4.4 kB 00:00
    epel/primary_db | 6.3 MB 00:30
    extras | 3.3 kB 00:00
    extras/primary_db | 19 kB 00:00
    google-talkplugin | 951 B 00:00
    google-talkplugin/primary | 1.4 kB 00:00
    google-talkplugin 1/1
    linuxtech-release | 2.6 kB 00:00
    linuxtech-release/primary_db | 695 kB 00:04
    nux-dextop | 2.9 kB 00:00
    nux-dextop/primary_db | 859 kB 00:12
    rpmforge | 1.9 kB 00:00
    rpmforge/primary_db | 7.0 MB 00:45
    updates | 3.4 kB 00:00
    updates/primary_db | 5.4 MB 00:19
    virtualbox | 951 B 00:00
    virtualbox/primary | 5.3 kB 00:00
    virtualbox: [################################################################################################ ] 19/29Setting up Update Process
    Resolving Dependencies
    –> Running transaction check
    —> Package gstreamer-plugins-bad.x86_64 0:0.10.19-9.el6 will be updated
    —> Package gstreamer-plugins-bad.x86_64 0:0.10.22-2.el6.nux will be an update
    –> Processing Dependency: libmimic.so.0()(64bit) for package: gstreamer-plugins-bad-0.10.22-2.el6.nux.x86_64
    —> Package lame.x86_64 0:3.99.5-1.el5.rf will be updated
    –> Processing Dependency: libmp3lame.so.0()(64bit) for package: ffmpeg-libs_1.1-1.1.5-2.el6.x86_64
    –> Processing Dependency: libmp3lame.so.0()(64bit) for package: ffmpeg-libs_0.6-0.6.6-3.el6.x86_64
    –> Processing Dependency: libmp3lame.so.0()(64bit) for package: xvidcap-1.1.7-12.el6.nux.x86_64
    –> Processing Dependency: libmp3lame.so.0()(64bit) for package: mplayer-1.0.4-3.el6.x86_64
    –> Processing Dependency: libmp3lame.so.0()(64bit) for package: libquicktime-1.2.4-5.el6.x86_64
    –> Processing Dependency: libmp3lame.so.0()(64bit) for package: lame-3.99.5-1.el6.nux.x86_64
    —> Package lame.x86_64 0:3.99.5-1.el6.nux will be an update
    –> Processing Dependency: lame-libs = 3.99.5-1.el6.nux for package: lame-3.99.5-1.el6.nux.x86_64
    —> Package libdca.x86_64 0:0.0.5-3.el6 will be updated
    —> Package libdca.x86_64 0:0.0.5-5.el6.nux will be an update
    —> Package libfribidi.x86_64 0:0.19.2-3.el6 will be updated
    —> Package libfribidi.x86_64 0:0.19.2-3.el6.nux will be an update
    —> Package libmms.x86_64 0:0.6.2-1.el6 will be updated
    —> Package libmms.x86_64 0:0.6.2-1.el6.nux will be an update
    —> Package libmodplug.x86_64 1:0.8.8.5-1.el6 will be updated
    —> Package libmodplug.x86_64 1:0.8.8.5-2.el6.nux will be an update
    —> Package librtmp.x86_64 0:2.3-3.el6 will be updated
    —> Package librtmp.x86_64 0:2.4-0.3.20110811gitc58cfb3e.el6.nux will be an update
    —> Package openssl.i686 0:1.0.1e-16.el6_5.15 will be updated
    —> Package openssl.x86_64 0:1.0.1e-16.el6_5.15 will be updated
    —> Package openssl.i686 0:1.0.1e-30.el6_5.2 will be an update
    —> Package openssl.x86_64 0:1.0.1e-30.el6_5.2 will be an update
    —> Package python-beaker.noarch 0:1.3.1-7.el6 will be updated
    —> Package python-beaker.noarch 0:1.5.3-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-beaker-1.5.3-1.el5.rf.noarch
    —> Package python-crypto.x86_64 0:2.0.1-22.el6 will be updated
    —> Package python-crypto.x86_64 0:2.6.1-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-crypto-2.6.1-1.el5.rf.x86_64
    —> Package python-mako.noarch 0:0.3.4-1.el6 will be updated
    —> Package python-mako.noarch 0:0.3.5-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-mako-0.3.5-1.el5.rf.noarch
    —> Package python-markupsafe.x86_64 0:0.9.2-4.el6 will be updated
    —> Package python-markupsafe.x86_64 0:0.11-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-markupsafe-0.11-1.el5.rf.x86_64
    —> Package python-netaddr.noarch 0:0.7.5-4.el6 will be updated
    —> Package python-netaddr.noarch 0:0.7.10-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-netaddr-0.7.10-1.el5.rf.noarch
    —> Package python-paramiko.noarch 0:1.7.5-2.1.el6 will be updated
    —> Package python-paramiko.noarch 0:1.7.6-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-paramiko-1.7.6-1.el5.rf.noarch
    —> Package vlc.x86_64 0:2.0.7-10.el6 will be updated
    –> Processing Dependency: libvlccore.so.5()(64bit) for package: vlc-2.0.8-2.el6.nux.x86_64
    —> Package vlc.x86_64 0:2.0.8-2.el6.nux will be an update
    –> Processing Dependency: libcaca.so.0()(64bit) for package: vlc-2.0.8-2.el6.nux.x86_64
    –> Processing Dependency: libaa.so.1()(64bit) for package: vlc-2.0.8-2.el6.nux.x86_64
    –> Running transaction check
    —> Package aalib-libs.x86_64 0:1.4.0-0.18.rc5.el6.1 will be installed
    —> Package lame-libs.x86_64 0:3.99.5-1.el6.nux will be installed
    —> Package libcaca.x86_64 0:0.99-0.9.beta16.el6 will be installed
    –> Processing Dependency: libglut.so.3()(64bit) for package: libcaca-0.99-0.9.beta16.el6.x86_64
    —> Package libmimic.x86_64 0:1.0.4-4.el6.nux will be installed
    —> Package libmp3lame.x86_64 0:3.98.4-4.el6 will be installed
    —> Package python-beaker.noarch 0:1.5.3-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-beaker-1.5.3-1.el5.rf.noarch
    —> Package python-crypto.x86_64 0:2.6.1-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-crypto-2.6.1-1.el5.rf.x86_64
    —> Package python-mako.noarch 0:0.3.5-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-mako-0.3.5-1.el5.rf.noarch
    —> Package python-markupsafe.x86_64 0:0.11-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-markupsafe-0.11-1.el5.rf.x86_64
    —> Package python-netaddr.noarch 0:0.7.10-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-netaddr-0.7.10-1.el5.rf.noarch
    —> Package python-paramiko.noarch 0:1.7.6-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-paramiko-1.7.6-1.el5.rf.noarch
    —> Package vlc-core.x86_64 0:2.0.8-2.el6.nux will be installed
    –> Processing Dependency: libavutil.so.51(LIBAVUTIL_51)(64bit) for package: vlc-core-2.0.8-2.el6.nux.x86_64
    –> Processing Dependency: libavformat.so.53(LIBAVFORMAT_53)(64bit) for package: vlc-core-2.0.8-2.el6.nux.x86_64
    –> Processing Dependency: libavcodec.so.53(LIBAVCODEC_53)(64bit) for package: vlc-core-2.0.8-2.el6.nux.x86_64
    –> Processing Dependency: libzvbi.so.0()(64bit) for package: vlc-core-2.0.8-2.el6.nux.x86_64
    –> Processing Dependency: libx264.so.120()(64bit) for package: vlc-core-2.0.8-2.el6.nux.x86_64
    –> Processing Dependency: libtiger.so.5()(64bit) for package: vlc-core-2.0.8-2.el6.nux.x86_64
    –> Processing Dependency: libgme.so.0()(64bit) for package: vlc-core-2.0.8-2.el6.nux.x86_64
    –> Processing Dependency: libdvbpsi.so.6()(64bit) for package: vlc-core-2.0.8-2.el6.nux.x86_64
    –> Processing Dependency: libavutil.so.51()(64bit) for package: vlc-core-2.0.8-2.el6.nux.x86_64
    –> Processing Dependency: libavformat.so.53()(64bit) for package: vlc-core-2.0.8-2.el6.nux.x86_64
    –> Processing Dependency: libavcodec.so.53()(64bit) for package: vlc-core-2.0.8-2.el6.nux.x86_64
    –> Running transaction check
    —> Package ffmpeg-libs.x86_64 0:0.10.4-1.el6.nux will be installed
    –> Processing Dependency: libopenal.so.1()(64bit) for package: ffmpeg-libs-0.10.4-1.el6.nux.x86_64
    —> Package freeglut.x86_64 0:2.6.0-1.el6 will be installed
    —> Package game-music-emu.x86_64 0:0.6.0-5.el6 will be installed
    —> Package libtiger.x86_64 0:0.3.4-1.el6 will be installed
    —> Package python-beaker.noarch 0:1.5.3-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-beaker-1.5.3-1.el5.rf.noarch
    —> Package python-crypto.x86_64 0:2.6.1-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-crypto-2.6.1-1.el5.rf.x86_64
    —> Package python-mako.noarch 0:0.3.5-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-mako-0.3.5-1.el5.rf.noarch
    —> Package python-markupsafe.x86_64 0:0.11-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-markupsafe-0.11-1.el5.rf.x86_64
    —> Package python-netaddr.noarch 0:0.7.10-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-netaddr-0.7.10-1.el5.rf.noarch
    —> Package python-paramiko.noarch 0:1.7.6-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-paramiko-1.7.6-1.el5.rf.noarch
    —> Package vlc-core.x86_64 0:2.0.8-2.el6.nux will be installed
    –> Processing Dependency: libdvbpsi.so.6()(64bit) for package: vlc-core-2.0.8-2.el6.nux.x86_64
    —> Package x264-libs.x86_64 0:0.120-5.20120303.el6.nux will be installed
    —> Package zvbi.x86_64 0:0.2.33-6.el6 will be installed
    –> Running transaction check
    —> Package openal-soft.x86_64 0:1.12.854-1.el6 will be installed
    —> Package python-beaker.noarch 0:1.5.3-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-beaker-1.5.3-1.el5.rf.noarch
    —> Package python-crypto.x86_64 0:2.6.1-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-crypto-2.6.1-1.el5.rf.x86_64
    —> Package python-mako.noarch 0:0.3.5-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-mako-0.3.5-1.el5.rf.noarch
    —> Package python-markupsafe.x86_64 0:0.11-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-markupsafe-0.11-1.el5.rf.x86_64
    —> Package python-netaddr.noarch 0:0.7.10-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-netaddr-0.7.10-1.el5.rf.noarch
    —> Package python-paramiko.noarch 0:1.7.6-1.el5.rf will be an update
    –> Processing Dependency: python(abi) = 2.4 for package: python-paramiko-1.7.6-1.el5.rf.noarch
    —> Package vlc-core.x86_64 0:2.0.8-2.el6.nux will be installed
    –> Processing Dependency: libdvbpsi.so.6()(64bit) for package: vlc-core-2.0.8-2.el6.nux.x86_64
    –> Finished Dependency Resolution
    Error: Package: python-markupsafe-0.11-1.el5.rf.x86_64 (rpmforge)
    Requires: python(abi) = 2.4
    Installed: python-2.6.6-52.el6.x86_64 (@updates)
    python(abi) = 2.6
    Available: python-2.6.6-51.el6.x86_64 (base)
    python(abi) = 2.6
    Available: python27-2.7.3-6.2.el6.nux.x86_64 (nux-dextop)
    python(abi) = 2.7
    Error: Package: python-netaddr-0.7.10-1.el5.rf.noarch (rpmforge)
    Requires: python(abi) = 2.4
    Installed: python-2.6.6-52.el6.x86_64 (@updates)
    python(abi) = 2.6
    Available: python-2.6.6-51.el6.x86_64 (base)
    python(abi) = 2.6
    Available: python27-2.7.3-6.2.el6.nux.x86_64 (nux-dextop)
    python(abi) = 2.7
    Error: Package: python-paramiko-1.7.6-1.el5.rf.noarch (rpmforge)
    Requires: python(abi) = 2.4
    Installed: python-2.6.6-52.el6.x86_64 (@updates)
    python(abi) = 2.6
    Available: python-2.6.6-51.el6.x86_64 (base)
    python(abi) = 2.6
    Available: python27-2.7.3-6.2.el6.nux.x86_64 (nux-dextop)
    python(abi) = 2.7
    Error: Package: vlc-core-2.0.8-2.el6.nux.x86_64 (nux-dextop)
    Requires: libdvbpsi.so.6()(64bit)
    Available: libdvbpsi-0.1.7-1.el5.rf.x86_64 (rpmforge)
    libdvbpsi.so.6()(64bit)
    Available: libdvbpsi-0.1.7-1.el6.nux.x86_64 (nux-dextop)
    libdvbpsi.so.6()(64bit)
    Installed: libdvbpsi-0.2.2-2.el6.x86_64 (@linuxtech-release)
    Not found
    Available: libdvbpsi-0.1.2-0.el5.rf.x86_64 (rpmforge)
    Not found
    Available: libdvbpsi-0.1.5-2.el5.rf.x86_64 (rpmforge)
    Not found
    Error: Package: python-beaker-1.5.3-1.el5.rf.noarch (rpmforge)
    Requires: python(abi) = 2.4
    Installed: python-2.6.6-52.el6.x86_64 (@updates)
    python(abi) = 2.6
    Available: python-2.6.6-51.el6.x86_64 (base)
    python(abi) = 2.6
    Available: python27-2.7.3-6.2.el6.nux.x86_64 (nux-dextop)
    python(abi) = 2.7
    Error: Package: python-mako-0.3.5-1.el5.rf.noarch (rpmforge)
    Requires: python(abi) = 2.4
    Installed: python-2.6.6-52.el6.x86_64 (@updates)
    python(abi) = 2.6
    Available: python-2.6.6-51.el6.x86_64 (base)
    python(abi) = 2.6
    Available: python27-2.7.3-6.2.el6.nux.x86_64 (nux-dextop)
    python(abi) = 2.7
    Error: Package: python-crypto-2.6.1-1.el5.rf.x86_64 (rpmforge)
    Requires: python(abi) = 2.4
    Installed: python-2.6.6-52.el6.x86_64 (@updates)
    python(abi) = 2.6
    Available: python-2.6.6-51.el6.x86_64 (base)
    python(abi) = 2.6
    Available: python27-2.7.3-6.2.el6.nux.x86_64 (nux-dextop)
    python(abi) = 2.7
    You could try using –skip-broken to work around the problem
    You could try running: rpm -Va –nofiles –nodigest
    [root@ThinkPad niranjan]#

    =================
    Hi Rajiv, i did what you have done, but still iam getting same problem, can you tell me solution?
    +++++++++++++++++

  8. Rajiv Sharma says:

    Hi Niranjan,
    if you are using Centos6 so make sure you will have el6 repo.
    as i can see in your output there are some depenency from el5.
    that may clash.
    can you post here the output of “yum repolist all”.

    • [root@ThinkPad niranjan]# yum repolist all
      Loaded plugins: fastestmirror, refresh-packagekit, security
      Loading mirror speeds from cached hostfile
      * base: centos.excellmedia.net
      * epel: mirror01.idc.hinet.net
      * extras: centos.excellmedia.net
      * linuxtech-release: pkgrepo.linuxtech.net
      * nux-dextop: mirror.li.nux.ro
      * rpmforge: apt.sw.be
      * updates: centos.excellmedia.net
      repo id repo name status
      C6.0-base CentOS-6.0 – Base disabled
      C6.0-centosplus CentOS-6.0 – CentOSPlus disabled
      C6.0-contrib CentOS-6.0 – Contrib disabled
      C6.0-extras CentOS-6.0 – Extras disabled
      C6.0-updates CentOS-6.0 – Updates disabled
      C6.1-base CentOS-6.1 – Base disabled
      C6.1-centosplus CentOS-6.1 – CentOSPlus disabled
      C6.1-contrib CentOS-6.1 – Contrib disabled
      C6.1-extras CentOS-6.1 – Extras disabled
      C6.1-updates CentOS-6.1 – Updates disabled
      C6.2-base CentOS-6.2 – Base disabled
      C6.2-centosplus CentOS-6.2 – CentOSPlus disabled
      C6.2-contrib CentOS-6.2 – Contrib disabled
      C6.2-extras CentOS-6.2 – Extras disabled
      C6.2-updates CentOS-6.2 – Updates disabled
      C6.3-base CentOS-6.3 – Base disabled
      C6.3-centosplus CentOS-6.3 – CentOSPlus disabled
      C6.3-contrib CentOS-6.3 – Contrib disabled
      C6.3-extras CentOS-6.3 – Extras disabled
      C6.3-updates CentOS-6.3 – Updates disabled
      C6.4-base CentOS-6.4 – Base disabled
      C6.4-centosplus CentOS-6.4 – CentOSPlus disabled
      C6.4-contrib CentOS-6.4 – Contrib disabled
      C6.4-extras CentOS-6.4 – Extras disabled
      C6.4-updates CentOS-6.4 – Updates disabled
      base CentOS-6 – Base enabled: 6,367
      c6-media CentOS-6 – Media disabled
      centosplus CentOS-6 – Plus disabled
      contrib CentOS-6 – Contrib disabled
      debug CentOS-6 – Debuginfo disabled
      epel Extra Packages for Enterprise Linux 6 – x enabled: 11,125
      epel-debuginfo Extra Packages for Enterprise Linux 6 – x disabled
      epel-source Extra Packages for Enterprise Linux 6 – x disabled
      epel-testing Extra Packages for Enterprise Linux 6 – T disabled
      epel-testing-debuginfo Extra Packages for Enterprise Linux 6 – T disabled
      epel-testing-source Extra Packages for Enterprise Linux 6 – T disabled
      extras CentOS-6 – Extras enabled: 15
      google-talkplugin google-talkplugin enabled: 1
      linuxtech-backports LinuxTECH.NET el6 backports repo disabled
      linuxtech-release LinuxTECH.NET el6 main repo enabled: 1,154
      linuxtech-testing LinuxTECH.NET el6 testing repo disabled
      nux-dextop Nux.Ro RPMs for general desktop use enabled: 1,363
      nux-dextop-testing Nux.Ro RPMs for general desktop use – tes disabled
      rpmforge RHEL 6 – RPMforge.net – dag enabled: 11,403
      rpmforge-extras RHEL 6 – RPMforge.net – extras disabled
      rpmforge-testing RHEL 6 – RPMforge.net – testing disabled
      updates CentOS-6 – Updates enabled: 1,608
      virtualbox Oracle Linux / RHEL / CentOS-6 / x86_64 – enabled: 19
      repolist: 33,055
      [root@ThinkPad niranjan]#

  9. rpmforge-release-0.5.[b]3-1[/b].el5.rf.x86_64 (in step 2: rpmforge-release-0.5.3-1.el5.rf.x86_64)

  10. Todd says:

    Thanks Rajiv, this worked perfectly.

  11. tanglei says:

    thx man。it worked。so this problem seems to be the wrong repo of rpmforge …check your system by uname -a .

  12. Nik says:

    Resolving Dependencies
    –> Running transaction check
    —> Package cppunit.x86_64 0:1.12.0-3.el5.rf will be updated
    –> Processing Dependency: libcppunit-1.12.so.0()(64bit) for package: dirac-1.0.2-1.el5.rf.x86_64
    —> Package cppunit.x86_64 0:1.12.1-11.el7 will be an update
    –> Finished Dependency Resolution
    Error: Package: dirac-1.0.2-1.el5.rf.x86_64 (@rpmforge)
    Requires: libcppunit-1.12.so.0()(64bit)
    Removing: cppunit-1.12.0-3.el5.rf.x86_64 (@rpmforge)
    libcppunit-1.12.so.0()(64bit)
    Updated By: cppunit-1.12.1-11.el7.x86_64 (base)
    ~libcppunit-1.12.so.1()(64bit)
    You could try using –skip-broken to work around the problem
    You could try running: rpm -Va –nofiles –nodigest

  13. venkat says:

    Hello, i am using centos 7 . I am getting same problem . Can you suggest me regarding rpmforge for centos7

Leave a comment