Anyone else getting ruby conflicts with the latest update?
[root@mail2 bin]# yum update Gathering header information file(s) from server(s) Server: CentOS-3 - Base Server: CentOS-3 - Updates Finding updated packages Downloading needed headers Resolving dependencies ....Unable to satisfy dependencies Package irb needs ruby = 1.6.8-9.EL3.3, this is not available. Package ruby-tcltk needs ruby-libs = 1.6.8-9.EL3.3, this is not available.
[root@mail2 bin]# rpm -qa | grep ruby-libs ruby-libs-1.6.8-9.EL3.3
Dave wrote:
Anyone else getting ruby conflicts with the latest update?
[root@mail2 bin]# yum update Gathering header information file(s) from server(s) Server: CentOS-3 - Base Server: CentOS-3 - Updates Finding updated packages Downloading needed headers Resolving dependencies ....Unable to satisfy dependencies Package irb needs ruby = 1.6.8-9.EL3.3, this is not available. Package ruby-tcltk needs ruby-libs = 1.6.8-9.EL3.3, this is not available.
[root@mail2 bin]# rpm -qa | grep ruby-libs ruby-libs-1.6.8-9.EL3.3
do you have the addon's repository enabled ?
- K
On Wed, Oct 12, 2005 at 12:54:54AM +0100, Karanbir Singh wrote:
Dave wrote:
Anyone else getting ruby conflicts with the latest update?
[root@mail2 bin]# yum update Gathering header information file(s) from server(s) Server: CentOS-3 - Base Server: CentOS-3 - Updates Finding updated packages Downloading needed headers Resolving dependencies ....Unable to satisfy dependencies Package irb needs ruby = 1.6.8-9.EL3.3, this is not available.
irb is only provides in the "Addons" repository, not in the Base/Updates ones.
do you have the addon's repository enabled ?
/etc/yum.conf: [...] #packages used/produced in the build but not released [addons] name=CentOS-$releasever - Addons baseurl=http://mirror.centos.org/centos-3/$releasever/addons/$basearch/ gpgcheck=1
[...]
Tru
On 10/11/05, Karanbir Singh mail-lists@karan.org wrote:
Dave wrote:
Anyone else getting ruby conflicts with the latest update?
do you have the addon's repository enabled ?
Ahh, took that out awhile back thinking I didn't need it.