← Back to team overview

ius-coredev team mailing list archive

[Bug 453543] Re: Dependency resolution issues

 

Packages for yum3 have been added to ius-el5-testing and should be
pushed to stable within the next week after some more testing.  Fingers
crossed this issue will be fixed in the next Yum release as well as RHEL
5.5 (we hope).  Once that happens we will drop the optional yum3
package.

Quick instructs:

yumdownloader yum3
rpm -e yum --nodeps
rpm -Uvh yum3*.rpm


It is exactly the same version as RHEL5 with 1 additional patch to add better dependency resolution (which is being added upstream).

** Branch linked: lp:~ius-coredev/ius/yum3

-- 
Dependency resolution issues
https://bugs.launchpad.net/bugs/453543
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.

Status in IUS Community Project: Confirmed

Bug description:
[root@centos5-2 ~]# rpm -qa | grep php
php52-common-5.2.11-1.1.ius.el5
php52-cli-5.2.11-1.1.ius.el5
php52-5.2.11-1.1.ius.el5

[root@centos5-2 ~]# yum repolist
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * epel: mirrors.tummy.com
 * base: mirror.5ninesolutions.com
 * updates: mirror.raystedman.net
 * addons: www.cyberuse.com
 * ius: dl.iuscommunity.org
 * extras: www.cyberuse.com
epel                                                                         | 3.4 kB     00:00     
base                                                                         | 1.1 kB     00:00     
updates                                                                      |  951 B     00:00     
addons                                                                       |  951 B     00:00     
ius                                                                          | 1.9 kB     00:00     
primary.sqlite.bz2                                                           | 105 kB     00:00     
extras                                                                       | 1.1 kB     00:00     
repo id              repo name                                status  
addons               CentOS-5 - Addons                        enabled :       0
base                 CentOS-5 - Base                          enabled :    3272
epel                 Extra Packages for Enterprise Linux 5 -  enabled :    4469
extras               CentOS-5 - Extras                        enabled :     288
ius                  IUS Community Packages for Enterprise Li enabled :     187
updates              CentOS-5 - Updates                       enabled :     700
repolist: 8916


[root@centos5-2 ~]# yum install cacti
...output snipped...
Resolving Dependencies
--> Running transaction check
---> Package cacti.noarch 0:0.8.7e-1.el5 set to be updated
--> Processing Dependency: php-mysql for package: cacti
--> Processing Dependency: php-snmp for package: cacti
--> Running transaction check
---> Package php-mysql.x86_64 0:5.1.6-23.el5 set to be updated
--> Processing Dependency: php-common = 5.1.6-23.el5 for package: php-mysql
--> Processing Dependency: php-pdo for package: php-mysql
---> Package php-snmp.x86_64 0:5.1.6-23.el5 set to be updated
--> Running transaction check
---> Package php-common.x86_64 0:5.1.6-23.el5 set to be updated
---> Package php-pdo.x86_64 0:5.1.6-23.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

====================================================================================================
 Package                  Arch                 Version                     Repository          Size
====================================================================================================
Installing:
 cacti                    noarch               0.8.7e-1.el5                epel               2.1 M
Installing for dependencies:
 php-common               x86_64               5.1.6-23.el5                base               154 k
 php-mysql                x86_64               5.1.6-23.el5                base                87 k
 php-pdo                  x86_64               5.1.6-23.el5                base                64 k
 php-snmp                 x86_64               5.1.6-23.el5                base                29 k

Transaction Summary
====================================================================================================
Install      5 Package(s)         
Update       0 Package(s)         
Remove       0 Package(s)         

Total download size: 2.5 M
Is this ok [y/N]:



References