On the most recent errata, I am getting a dependency conflict:
[root@lists etc]# yum update Gathering header information file(s) from server(s) Server: CentOS-3 - Addons Server: CentOS-3 - Base Server: CentOS-3 - Extras Server: CentOS-3 - Updates Finding updated packages Downloading needed headers Resolving dependencies .conflict between gtk2 and librsvg2 [root@lists etc]#
I looked in the yum.log, but only found successes in there. I tried updating each one individually, and librsvg2 reports as being current. So, I am at a loss as to how/where to go from here. Any hint or pointers
would be appreciated.
Thanks. Sean.
On Apr 5, 2005 11:24 AM, Sean Franklin sfranklin@sonomatech.com wrote:
On the most recent errata, I am getting a dependency conflict:
<<>>
.conflict between gtk2 and librsvg2 [root@lists etc]#
I did rpm -e librsvg2.. got an error about dup packages, then it seemed to update fine.
Dave,
Where did you get this fix? I also had the same error on one of my servers today but couldn't find anything specific on bugzilla.
Mike
Dave wrote:
On Apr 5, 2005 11:24 AM, Sean Franklin sfranklin@sonomatech.com wrote:
On the most recent errata, I am getting a dependency conflict:
<<>>
.conflict between gtk2 and librsvg2 [root@lists etc]#
I did rpm -e librsvg2.. got an error about dup packages, then it seemed to update fine. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Apr 5, 2005 4:14 PM, Michael addymin@pacbell.net wrote:
Dave,
Where did you get this fix? I also had the same error on one of my servers today but couldn't find anything specific on bugzilla.
I did a rpm -qa | grep librsvg2 and noticed there was dup packages, didnt know why there was two of them. Then removed all the librsvg2 packages, did a yum install librsvg2 and then yum upgrade. On the next server I just did the rpm -e librsvg2 and did yum update, without removing all the packages. Seemed to work ok.
I'm not sure if that will cause any problems in the future, but I was in a hurry lol. BTW anyone else seeing this?
On Tue, Apr 05, 2005 at 04:33:19PM -0700, Dave wrote:
On Apr 5, 2005 4:14 PM, Michael addymin@pacbell.net wrote:
Dave,
Where did you get this fix? I also had the same error on one of my servers today but couldn't find anything specific on bugzilla.
I did a rpm -qa | grep librsvg2 and noticed there was dup packages, didnt know why there was two of them. Then removed all the librsvg2 packages, did a yum install librsvg2 and then yum upgrade. On the next server I just did the rpm -e librsvg2 and did yum update, without removing all the packages. Seemed to work ok.
I'm not sure if that will cause any problems in the future, but I was in a hurry lol. BTW anyone else seeing this?
I posted a few days ago [CentOS-announce] CESA-2005-0402-001: CentOS 3.3 i386/x86_64 librsvg2 - dependency conflict resolution
which was relayed on the daily digest on the CentOS mailing list ([CentOS] CentOS-announce Digest, Vol 2, Issue 2) after the issue was reported on irc #centos
librsvg2 required update for CentOS 3.3 i386/x86_64 (resolving dependency conflicts) for the gtk2 security update (CESA 2005:344)
Maybe something was forgotten in the way :(
If someone is seeing this too, can you send the output of rpm -q librsvg2 gtk2 yum -y list librsvg2 gtk2
Thank you
Tru