Quantcast
Channel: FedoraForum.org
Viewing all articles
Browse latest Browse all 36171

PlanetCCRMA RT kernel breaks dkms akmod

$
0
0
I am trying to switch over completely to an RT kernel from the PlanetCCRMA project having initially installed Fedora 18 with standard kernels.
I booted into 3.8.13-201.rt8.1.fc18.ccrma.x86_64.rt which seems to work fine and then in order to prevent kernels coming from the main repositories I added exclude=kernel* to all of the fedora repos. I then removed 3.9.2 and 3.9.4 which and replaced the removed dependencies like gcc, etc.
My problem now is that no packages which use dkms or akmod will build. There are 2 I need for sure, akmod-nvidia and zfs but basically any time I try to get the modules to build I get an error I don't know what to do with. For instance if I do
Code:

yum reinstall spl spl-dkms
I get this error even though reinstall completes successfully:
Code:

Error! Bad return status for module build on kernel: 3.8.13-201.rt8.1.fc18.ccrma.x86_64.rt (x86_64)
Consult /var/lib/dkms/spl/0.6.1/build/make.log for more information.
warning: %post(spl-dkms-0.6.1-1.fc18.noarch) scriptlet failed, exit status 10
Non-fatal POSTIN scriptlet failure in rpm package spl-dkms-0.6.1-1.fc18.noarch

Or similarly if I try to reinstall zfs using:
Code:

yum reinstall zfs-dkms zfs-release zfs-dracut zfs-devel zfs-test zfs zfs-debuginfo
I get this error even though it completes successfully:
Code:

Building initial module for 3.8.13-201.rt8.1.fc18.ccrma.x86_64.rt
configure: error:
        *** Please make sure the kmod spl devel <kernel> package for your
        *** distribution is installed then try again.  If that fails you
        *** can specify the location of the spl objects with the
        *** '--with-spl-obj=PATH' option.
Error! Bad return status for module build on kernel: 3.8.13-201.rt8.1.fc18.ccrma.x86_64.rt (x86_64)
Consult /var/lib/dkms/zfs/0.6.1/build/make.log for more information.
warning: %post(zfs-dkms-0.6.1-1.fc18.noarch) scriptlet failed, exit status 10
Non-fatal POSTIN scriptlet failure in rpm package zfs-dkms-0.6.1-1.fc18.noarch

I am fairly certain the kernel is fine but that I need to reset/reinstall/remove something in order for the dkms system to work correctly only I don't know where to start. Anyone have any ideas? Can anyone explain the "Bad return status for module build on kernel"?

Viewing all articles
Browse latest Browse all 36171

Trending Articles