[OpenAFS] can't install on FC 10

Simon Wilkinson sxw@inf.ed.ac.uk
Thu, 25 Jun 2009 19:48:43 +0100


On 25 Jun 2009, at 19:42, Ethan Tira-Thompson wrote:

>
> SMP=SP; eval `grep CONFIG_SMP /boot/ 
> config-2.6.27.25-170.2.72.fc10.i686`;
> [ -n "$CONFIG_SMP" ] && SMP=MP; KMODNAME=openafs.ko; DSTKMOD=".";  
> [ "`echo
> "2.6.27.25-170.2.72.fc10.i686" | sed -e 's/^\([0-9]*\.[0-9]*\)\..*/ 
> \1/'`"
> = "2.4" ] && KMODNAME="libafs-*" && DSTKMOD=openafs.o; ./configure
> --with-linux-kernel-headers=/lib/modules/ 
> 2.6.27.25-170.2.72.fc10.i686/build;
> make MPS=$SMP; mv src/libafs/MODLOAD-*/$KMODNAME $DSTKMOD....(bad exit
> status: 1)

This seems like you're building a very old kernel. Have you rebooted  
since doing the post-install updates?

> Error! Bad return status for module build on kernel:
> 2.6.27.25-170.2.72.fc10.i686 (i686)
> Consult the make.log in the build directory
> /var/lib/dkms/openafs/fc10.1.1/build/ for more information.

What does this log say?

S.