[OpenAFS] can't install on FC 10
Ethan Tira-Thompson
ejt@andrew.cmu.edu
Mon, 20 Jul 2009 20:30:19 -0400
This is an old thread, but I've been away at a conference and now
coming back to tie up loose ends.
The problem turned out to be quite silly: this is a fresh
installation, and I didn't have gcc installed yet in order for the
dkms build to work. Might want to add gcc & friends as a package
dependency...
Thanks for your time,
-Ethan
On Jun 25, 2009, at 2:48 PM, Simon Wilkinson wrote:
>
> 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.
>
>