[PlanetCCRMA] alsa-driver 1.0.5a-1.cvs.rhfc2.ccrma rebuild issue

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Wed Jul 21 10:33:01 2004


On Wed, 2004-07-21 at 01:14, Vella Massimiliano wrote:
> Hi all! I've FC2 installed with kernel 2.6.7-1.486. I need to rebuild
> alsa-driver to obtain the correct kernel module. Well, the rebuilding
> operation is ok, but when I try to install the kernel module I obtain
> the following nodeps:
> 
> [root@pcmax root]# rpm
> -Uvh/usr/src/redhat/RPMS/i386/kernel-module-alsa-2.6.7-1.486-1.0.5a-1.cvs.i386.rpm
> /etc/security/selinux/file_contexts: No such file or directory
> error: Failed dependencies:
>         kernel-2.6.7-1.486-i386 is needed by
> kernel-module-alsa-2.6.7-1.486-1.0.5a-1.cvs

If you are rebuilding for a pure fedora kernel you need to turn off the
"strictdeps" flag at the beginning of the alsa-driver spec file (set it
to "0"). My kernels provide that dependency so that it becomes
impossible to install kernel module packages with the wrong architecture
(ie: install i386 modules on top of a i686 kernel, for example). This
used to be a recurring problem a while ago. 

-- Fernando