[PlanetCCRMA] Dependancies?

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Thu Aug 4 10:26:06 2005


On Thu, 2005-08-04 at 01:20, Randy Burkhardt wrote:
> I wonder if I can get this planetccrma-core going with your help. 
> I've got apt-get working and the cdroms working ok.  But upon trying
> to get any of the kernels installed I get this type of result
> everytime.  I will appreciate any help. I would like to get this
> planetccrma-core installed on my RH9 machine.
> 
> [root@localhost root]# apt-get -o RPM::Install-Options::=--oldpackage
> install planetccrma-core
> Reading Package Lists... Done
> Building Dependency Tree... Done
> You might want to run `apt-get -f install' to correct these:
> The following packages have unmet dependencies:
>   MyODBC: Depends: libmysqlclient.so.10
>   perl-DBD-MySQL: Depends: libmysqlclient.so.10

Hmmm, it would seem that you are missing the "mysql" package, this is
what I have (from the rh9 updates):

# rpm -q -f /usr/lib/mysql/libmysqlclient.so.10
mysql-3.23.58-1.90.5.legacy
# rpm -q -a | grep MyODBC
MyODBC-2.50.39-11
# rpm -q -a | grep perl-DBD
perl-DBD-MySQL-2.1021-3

>   planetccrma-core: Depends: kernel-version-i686 (= 2.4.26-1.ll.rh90.ccrma)
>                     Depends: alsa-kernel-2.4.26-1.ll.rh90.ccrma-i686
> (= 1.0.4-1.cvs.rh90.ccrma)
>                     Depends:
> midishare-kernel-2.4.26-1.ll.rh90.ccrma-i686 (= 1.86-4.rh90.ccrma)
>                     Depends: alsa-driver (= 1.0.4-1.cvs.rh90.ccrma)
> but it is not going to be installed
>                     Depends: alsa-lib (= 1.0.4-1.cvs.rh90.ccrma) but
> it is not going to be installed
>                     Depends: alsa-lib-devel (= 1.0.4-1.cvs.rh90.ccrma)
> but it is not going to be installed
>                     Depends: alsa-utils (= 1.0.4-1.cvs.rh90.ccrma) but
> it is not going to be installed
>                     Depends: alsa-tools (= 1.0.4-1.cvs.rh90.ccrma) but
> it is not going to be installed
>                     Depends: alsa-firmware (= 1.0.4-1.cvs.rh90.ccrma) but it is
> not going to be installed
>                     Depends: alsa-oss (= 1.0.4-1.cvs.rh90.ccrma) but
> it is not going to be installed
> E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
> specify a solution).
> [root@localhost root]#

What does apt try to do if you try to do a "apt-get -f install"? (not
that you should "yes", of course). That should give more information
about why the planetccrma-core package is not happy. 

-- Fernando