I've installed a 64 bits version of mageia2.
I'm having trouble with openafs.
The compilation of the kernel module fails because of the following error.
The dkms compilation line :
- Code: Select all
SMP=SP; eval `grep CONFIG_SMP /boot/config-3.3.6-desktop-2.mga2`; [ -n "$CONFIG_SMP" ] && SMP=MP; ./configure --with-linux-kernel-headers=/lib/modules/3.3.6-desktop-2.mga2/build; make MPS=$SMP
the compilation error :
- Code: Select all
CC [M] /var/lib/dkms/libafs/1.4.14-2.mga2/build/src/libafs/MODLOAD-3.3.6-desktop-2.mga2-MP/afs_daemons.o
/var/lib/dkms/libafs/1.4.14-2.mga2/build/src/libafs/MODLOAD-3.3.6-desktop-2.mga2-MP/afs_daemons.c: In function ‘afs_CheckRootVolume’:
/var/lib/dkms/libafs/1.4.14-2.mga2/build/src/libafs/MODLOAD-3.3.6-desktop-2.mga2-MP/afs_daemons.c:379:18: erreur: ‘dcache_lock’ undeclared (first use in this function)
/var/lib/dkms/libafs/1.4.14-2.mga2/build/src/libafs/MODLOAD-3.3.6-desktop-2.mga2-MP/afs_daemons.c:379:18: note: each undeclared identifier is reported only once for each function it appears in
/var/lib/dkms/libafs/1.4.14-2.mga2/build/src/libafs/MODLOAD-3.3.6-desktop-2.mga2-MP/afs_daemons.c:347:18: attention : unused variable ‘tvc’ [-Wunused-variable]
Then of course the module is not build and can't be loaded.
Any idea to solve this annoying issue ?
p-a
