[PlanetCCRMA] ccrma release file

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Tue Oct 5 13:48:01 2004


On Tue, 2004-10-05 at 13:14, Jack Tanner wrote:
> Fernando Pablo Lopez-Lezcano wrote:
> > You should do an "apt-get update" to sync with the repository, and then,
> > for example:
> >   apt-get install planetccrma-core
> 
> Right. That's how this whole thing got started. :)
> 
> # apt-get install planetccrma-core
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> 
> Since you only requested a single operation it is extremely likely that
> the package is simply not installable and a bug report against
> that package should be filed.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>    planetccrma-core: Depends: kernel-2.6.7-1.437.1.ll.rhfc2.ccrma-i686
>                      Depends: 
> kernel-module-alsa-2.6.7-1.437.1.ll.rhfc2.ccrma-i686 (= 
> 1.0.5a-1.cvs.rhfc2.ccrma)
>                      Depends: alsa-driver (= 1.0.5a-1.cvs.rhfc2.ccrma) 
> but it is not going to be installed
>                      Depends: alsa-lib (= 1.0.5-1.cvs.rhfc2.ccrma) but 
> 1.0.3a-2 is to be installed
>                      Depends: alsa-lib-devel (= 1.0.5-1.cvs.rhfc2.ccrma) 
> but it is not going to be installed
>                      Depends: alsa-utils (= 1.0.5-1.cvs.rhfc2.ccrma) but 
> 1.0.3-1 is to be installed
>                      Depends: alsa-tools (= 1.0.5-1.cvs.rhfc2.ccrma) but 
> it is not going to be installed
>                      Depends: alsa-firmware (= 1.0.5-1.cvs.rhfc2.ccrma) 
> but it is not going to be installed
>                      Depends: alsa-oss (= 1.0.5-1.cvs.rhfc2.ccrma) but 
> it is not going to be installed
> E: Broken packages

What version of alsa-* do you have currently installed?
rpm -q alsa-driver alsa-lib alsa-utils (and so on and so forth...)
I bet you have something more recent than 1.0.5...

> # apt-get install kernel-2.6.7-1.437.1.ll.rhfc2.ccrma-i686
> Reading Package Lists... Done
> Building Dependency Tree... Done
> E: Package kernel-2.6.7-1.437.1.ll.rhfc2.ccrma-i686 is a virtual package 
> with no good providers.

That would be:
apt-get install kernel#2.6.7-1.437.1.ll.rhfc2.ccrma-i686

(notice the "#")
If you want to see all the kernel candidates for install:
apt-get install kernel

-- Fernando