[PlanetCCRMA] apt-get new kernel

Phil Moors pmoors@greenbelt.com
Wed Sep 24 19:17:02 2003


I'm running RH8.0 and just ran 'apt-get update' and 'apt-get dist-upgrade' 
last night. On running those commands this evening, I got all the 
'Depends' messages below. How should I fix this? I've been running the 
CCRMA kernel just fine on RH8.0 and have not had to resort to the 
'compromise' kernel. I'm running an ASUS A7M266 mobo and an AMD Duron 
750Mhz processor.

Thanks,
Phil

-------------
uname -a
Linux athos 2.4.21-1.ll.acpi #1 Sat Jun 14 12:49:35 PDT 2003 i686 athlon 
i386 GNU/Linux

-------------

apt-get upgrade
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:
  alsa-kernel-2.4.20-20.1.caps.rh80: Depends: kernel-version (= 
2.4.20-20.1.caps.rh80)
                                     Depends: kernel-version-arch (= 
2.4.20-20.1.caps.rh80-athlon)
  alsa-kernel-2.4.22-6.ll.rh80: Depends: kernel (= 2.4.22-6.ll.rh80)
                                Depends: kernel-version (= 
2.4.22-6.ll.rh80)
                                Depends: kernel-version-arch (= 
2.4.22-6.ll.rh80-athlon)
  planetccrma-core: Depends: kernel-version-arch (= 
2.4.22-6.ll.rh80-athlon)
E: Unmet dependencies. Try using -f.

------------------

/etc/apt/sources.list
rpm http://www-ccrma.stanford.edu/planetccrma/apt redhat/8.0/en/i386 os 
updates
rpm http://www-ccrma.stanford.edu/planetccrma/apt redhat/7.x/en/i386 
planetccrmarpm http://www-ccrma.stanford.edu/planetccrma/apt 
redhat/8.x/en/i386 planetcore
rpm http://www-ccrma.stanford.edu/planetccrma/apt redhat/8.0/en/i386 
planetccrma

-----------------

/etc/apt/apt.conf
// $Id: apt.conf,v 1.11 2003/02/23 16:14:11 dude Exp $
// See the apt.conf(5) man page for syntax and all available options

APT {
    Clean-Installed "false";
    Get {
        Assume-Yes "false";
        Download-Only "false";
        Show-Upgraded "true";
        Fix-Broken "false";
        Ignore-Missing "false";
        Compile "false";
    };
};

Acquire {
    Retries "0";
    Http {
        Proxy ""; // http://user:pass@host:port/
    }
};

RPM {
    Ignore { };
    Hold { };
    Allow-Duplicated { "^kernel$"; "^kernel-"; "^gpg-pubkey$" };
    Options { };
    Install-Options "";
    Erase-Options "";
    Source {
        Build-Command "rpmbuild --rebuild";
    };
};