Hello,

I've a problem with aufs2 and my kernel. I'm building for chakra-project.org 
the live medias. Since archlinux changed to kernel-33 series I've to update 
mine aswell. Now I'm stuck in compiling madness:

http://chakra-project.org/bbs/viewtopic.php?id=2569
http://bbs.archlinux.org/viewtopic.php?id=95112

Tribe our installer uses marble which crashes due aufs2 update.
I searched the net and found this:

http://www.mail-archive.com/aufs-users@lists.sourceforge.net/msg02440.html

So I applyed the first patch but marble still crashes.
I also checked out latest aufs2-33 but couldn't compile it.

Seems that is the error:

/home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/f_op.c: In 
function 'aufs_mmap':
/home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/f_op.c:668: 
error: implicit declaration of function 'mutex_set_owner'
make[2]: *** 
[/home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/f_op.o] 
Error 1
make[1]: *** 
[_module_/home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs] 
Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.33-ARCH'
make: *** [fs/aufs/aufs.ko] Error 2

I had to change the include lines to get mutex.h found:

sed -i -e "s~#include <../kernel/mutex~#include <linux/mutex~g" fs/aufs/f_op.c

... but still no compile.

What can be still wrong?

greez

Phil


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev

Reply via email to