LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   RPM conflicts during installation (https://www.linuxquestions.org/questions/linux-newbie-8/rpm-conflicts-during-installation-940828/)

dann_radkov 04-20-2012 08:20 AM

RPM conflicts during installation
 
Hello Guys ,
Based on the following below I understand that :
1)ipa-python requires a package that is not present on my REPO1 (libipa_hbac-python)

2)ipa-client has a dependency problem since sssd needs to be updated.


--> Running transaction check
---> Package dhcp-common.x86_64 12:4.1.1-25.P1.el6_2.1 will be installed
---> Package ipa-client.x86_64 0:2.1.3-9.el6 will be an update
--> Processing Dependency: sssd >= 1.5.1-60 for package: ipa-client-2.1.3-9.el6.x86_64
---> Package ipa-python.x86_64 0:2.1.3-9.el6 will be an update
--> Processing Dependency: libipa_hbac-python for package: ipa-python-2.1.3-9.el6.x86_64
--> Finished Dependency Resolution
Error: Package: ipa-python-2.1.3-9.el6.x86_64 (REPO1)
Requires: libipa_hbac-python
Error: Package: ipa-client-2.1.3-9.el6.x86_64 (REPO1)
Requires: sssd >= 1.5.1-60
Installed: sssd-1.5.1-34.el6_1.3.x86_64 (@anaconda-RedHatEnterpriseLinux-201105101844.x86_64/6.1)
sssd = 1.5.1-34.el6_1.3
You could try using --skip-broken to work around the problem
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
RHEL6SERVER2011.x86_64 is a duplicate with RHEL6SERVER-2011security.x86_64
Installation completed
No updates were applied to this system.


The following kits were retrieved but not installed:

bind-9.7.3-2.el6_1.P3.3.x86_64.rpm
bind-chroot-9.7.3-2.el6_1.P3.3.x86_64.rpm
bind-devel-9.7.3-2.el6_1.P3.3.i686.rpm
bind-devel-9.7.3-2.el6_1.P3.3.x86_64.rpm
bind-libs-9.7.3-2.el6_1.P3.3.i686.rpm
bind-libs-9.7.3-2.el6_1.P3.3.x86_64.rpm
bind-sdb-9.7.3-2.el6_1.P3.3.x86_64.rpm
bind-utils-9.7.3-2.el6_1.P3.3.x86_64.rpm
cups-1.4.2-44.el6.x86_64.rpm
cups-devel-1.4.2-44.el6.i686.rpm
cups-devel-1.4.2-44.el6.x86_64.rpm

and so on and so on....

DO I understand right ?
So I have to 1)blacklist because there is no libipa_hbac-python available
2)blacklist ipa-client or get a newer version of sssd

amani 04-20-2012 09:46 AM

0. yum clean all
1. remove the files /var/lib/rpm/_*.*
2. rpm --rebuilddb -vv
3. yum update


All times are GMT -5. The time now is 12:51 AM.