[PlanetCCRMA] planet ccrma for RedHat 9

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Thu May 8 10:47:00 2003


> I'm trying to install on top of a fresh Red Hat 9 installation.  Here is
> what happened:
>
> root@penguin root]# cat /etc/redhat-release
> Red Hat Linux release 9 (Shrike)
> [root@penguin root]# rpm -q rpm
> rpm-4.2-0.69
> [root@penguin root]# apt-get update
> Ign http://www-ccrma.stanford.edu redhat/9/en/i386 release
> Ign http://www-ccrma.stanford.edu redhat/7.x/en/i386 release
> Ign http://www-ccrma.stanford.edu redhat/8.x/en/i386 release
> Hit http://www-ccrma.stanford.edu redhat/9/en/i386/os pkglist
> Hit http://www-ccrma.stanford.edu redhat/9/en/i386/os release
> Get:1 http://www-ccrma.stanford.edu redhat/9/en/i386/updates pkglist [124kB]
> Hit http://www-ccrma.stanford.edu redhat/9/en/i386/updates release
> Hit http://www-ccrma.stanford.edu redhat/7.x/en/i386/planetccrma pkglist
> Hit http://www-ccrma.stanford.edu redhat/7.x/en/i386/planetccrma release
> Hit http://www-ccrma.stanford.edu redhat/8.x/en/i386/planetcore pkglist
> Hit http://www-ccrma.stanford.edu redhat/8.x/en/i386/planetcore release
> Get:2 http://www-ccrma.stanford.edu redhat/9/en/i386/planetccrma pkglist
> [140kB]
> Hit http://www-ccrma.stanford.edu redhat/9/en/i386/planetccrma release
> Fetched 264kB in 1s (149kB/s)
> Reading Package Lists... Done
> Building Dependency Tree... Done
> You have new mail in /var/spool/mail/root
> [root@penguin root]# apt-get install planetccrma-core
> Reading Package Lists... Done
> Building Dependency Tree... Done
> planetccrma-core is already the newest version.

Which means it is already installed? This must be your second try I
guess. Very strange. Most probably the previous install did not finish
and things were left in an inconsisten state. Do you remember what
happened before?

> You might want to run `apt-get -f install' to correct these:
> The following packages have unmet dependencies:
>   alsa-kernel-2.4.20-4.ll.acpi: Depends: kernel-version (= 2.4.20-4.ll.acpi)
>   planetccrma-core: Depends: kernel-version (= 2.4.20-4.ll.acpi)

The alsa packages are installed but the kernel is missing (according to
apt). 

> E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify
> a s
> olution).
> [root@penguin root]# apt-get -f install
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Correcting dependencies... Done
> The following extra packages will be installed:
>   kernel#2.4.20-4.ll.acpi
> The following NEW packages will be installed:
>   kernel#2.4.20-4.ll.acpi
> 0 packages upgraded, 1 newly installed, 0 removed and 48 not upgraded.
> Need to get 0B/12.6MB of archives.
> After unpacking 29.3MB of additional disk space will be used.
> Do you want to continue? [Y/n] y
> Executing RPM (-ivh)...
> Preparing...                ###########################################
> [100%]
>         package kernel-2.4.20-8 (which is newer than
> kernel-2.4.20-4.ll.acpi) is already installed

Make sure that you have the correct /etc/apt/apt.conf file installed.
The file is in the web pages that deal with installing apt. This is
strange, apt is actually trying to use "-ivh" to install (which would
point to you having the right apt.conf file) so rpm should not be
complaining about newer packages (but it is). 

-- Fernando