[PlanetCCRMA] error upgrading to fc5

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Thu Jun 8 09:52:03 2006


On Thu, 2006-06-08 at 09:21 -0500, Chris Synan wrote:
> Hello, I'm running CCRMA on FC4 (SMP) and I get this error trying to 
> upgrade to FC5.  I have added the ccrma fc5 repository, and i'm running 
> 'yum upgrade' or 'yum install planetccrma-core-smp' either way i end up 
> getting these same errors.  any ideas?
> 
> --> Running transaction check
> Error: Missing Dependency: libXm.so.3 is needed by package snd-motif
> Error: Missing Dependency: libXm.so.3 is needed by package ceres3

Erase both the snd packages and ceres3 (using "rpm -e")

> Error: Unable to satisfy dependencies
> Error: Package kernel-module-alsa-2.6.16-1.2080.13.rrt.rhfc5.ccrmasmp 
> needs kernel-i686 = 2.6.16-1.2080.13.rrt.rhfc5.ccrmasmp, this is not 
> available.

Hmm, not sure about this one, make sure you have changed
both /etc/yum/plugin.conf.d/installonly.conf and /etc/yum.conf as
outlined here:
http://ccrma.stanford.edu/planetccrma/software/installtwosix.html

> Error: Package snd-motif needs libXm.so.3, this is not available.
> Error: Package kernel-module-alsa-2.6.16-1.2080.13.rrt.rhfc5.ccrmasmp 
> needs kernel-smp = 2.6.16-1.2080.13.rrt.rhfc5.ccrma, this is not available.
> Error: Package ceres3 needs libXm.so.3, this is not available.
> Error: Package kernel-module-alsa-2.6.16-1.2080.13.rrt.rhfc5.ccrma needs 
> kernel-i686 = 2.6.16-1.2080.13.rrt.rhfc5.ccrma, this is not available.
> Error: Package planetccrma-kernel-edge-smp needs kernel-i686 = 
> 2.6.16-1.2080.13.rrt.rhfc5.ccrmasmp, this is not available.
> Error: Package planetccrma-kernel-edge-smp needs kernel-i686 = 
> 2.6.16-1.2080.13.rrt.rhfc5.ccrma, this is not available.
> Error: Package kudzu conflicts with kernel < 2.6.13.

You probably have older fedora and/or Planet CCRMA kernels that are not
compatible with the kudzu that comes with fc5. Check what you have with:

  rpm -q -a | grep ^kernel 

or filter it further with:

  rpm -q -a | grep ^kernel | grep rhfc4

then erase all older kernels and matching kernel-module-alsa packages
(but not the one you are booting into, of course!)

-- Fernando