ius-coredev team mailing list archive
-
ius-coredev team
-
Mailing list archive
-
Message #01589
[Bug 1005909] Re: Missing dependency when running YUM update
Hello Robin,
I see the issue here, you have the old IUS php53 packages.
unfortunately Redhat decided to use the php53 name and we were forced
to change from php53 to php53u.
What you are going to need to do is migrate from the old IUS php53 package to php53u,
the easiest way to migrate would be to use the yum replace module to replace php53 with php53u:
yum install yum-plugin-replace
yum replace php53 --replace-with php53u
You can review all the IUS EL5 packages in our repos at:
http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/
Please let us know if you have any issues or questions.
p.s. we are also available in irc.freenode.net #iuscommunity
Jeffrey-
--
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/1005909
Title:
Missing dependency when running YUM update
Status in IUS Community Project:
New
Bug description:
RHEL 5.5 x64
When running sudo yum update on RHEL 5.5 I get the following
dependency errors:
--> Processing Dependency: php53-common = 5.3.3-4.ius.el5 for package: php53-mcrypt
---> Package python-libs.x86_64 0:2.4.3-46.el5 set to be updated
--> Finished Dependency Resolution
php53-mcrypt-5.3.3-4.ius.el5.x86_64 from installed has depsolving problems
--> Missing Dependency: php53-common = 5.3.3-4.ius.el5 is needed by package php53-mcrypt-5.3.3-4.ius.el5.x86_64 (installed)
--> Running transaction check
---> Package kernel.x86_64 0:2.6.18-164.el5 set to be erased
--> Processing Dependency: php53-common = 5.3.3-4.ius.el5 for package: php53-mcrypt
--> Finished Dependency Resolution
php53-mcrypt-5.3.3-4.ius.el5.x86_64 from installed has depsolving problems
--> Missing Dependency: php53-common = 5.3.3-4.ius.el5 is needed by package php53-mcrypt-5.3.3-4.ius.el5.x86_64 (installed)
Error: Missing Dependency: php53-common = 5.3.3-4.ius.el5 is needed by package php53-mcrypt-5.3.3-4.ius.el5.x86_64 (installed)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.
Thanks!
To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/1005909/+subscriptions
References