Compile dazuko fails

Dirk Vornheder <[email protected]>
Newsgroups gmane.linux.dazuko.devel
Message-ID <[email protected]>
Hi !

After installing kernel 2.6.14 dazuko 2.1.1-pre1 fails to compile:

make -C /lib/modules/2.6.14/build SUBDIRS="/privat/kernel/dazuko-2.1.1-pre1" 
modules
make[1]: Entering directory `/backup/privat/kernel/linux-2.6.14'
  CC [M]  /privat/kernel/dazuko-2.1.1-pre1/dazuko_core.o
  CC [M]  /privat/kernel/dazuko-2.1.1-pre1/dazuko_transport.o
  CC [M]  /privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.o
In file included 
from /privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c:20:
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.h:448: error: unknown 
field 'inode_post_create' specified in initializer
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.h:448: warning: 
initialization from incompatible pointer type
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.h:450: error: unknown 
field 'inode_post_link' specified in initializer
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.h:450: warning: 
initialization from incompatible pointer type
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.h:453: error: unknown 
field 'inode_post_symlink' specified in initializer
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.h:453: warning: 
initialization from incompatible pointer type
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.h:455: error: unknown 
field 'inode_post_mkdir' specified in initializer
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.h:455: warning: 
initialization from incompatible pointer type
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.h:458: error: unknown 
field 'inode_post_mknod' specified in initializer
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.h:458: warning: 
initialization from incompatible pointer type
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.h:460: error: unknown 
field 'inode_post_rename' specified in initializer
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.h:460: warning: 
initialization from incompatible pointer type
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c: In function 
'dazuko_security_inode_post_create':
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c:362: error: 'struct 
security_operations' has no member named 'inode_post_create'
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c:362: error: 'struct 
security_operations' has no member named 'inode_post_create'
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c: In function 
'dazuko_security_inode_post_link':
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c:374: error: 'struct 
security_operations' has no member named 'inode_post_link'
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c:374: error: 'struct 
security_operations' has no member named 'inode_post_link'
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c: In function 
'dazuko_security_inode_post_symlink':
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c:393: error: 'struct 
security_operations' has no member named 'inode_post_symlink'
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c:393: error: 'struct 
security_operations' has no member named 'inode_post_symlink'
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c: In function 
'dazuko_security_inode_post_mkdir':
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c:405: error: 'struct 
security_operations' has no member named 'inode_post_mkdir'
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c:405: error: 'struct 
security_operations' has no member named 'inode_post_mkdir'
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c: In function 
'dazuko_security_inode_post_mknod':
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c:424: error: 'struct 
security_operations' has no member named 'inode_post_mknod'
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c:424: error: 'struct 
security_operations' has no member named 'inode_post_mknod'
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c: In function 
'dazuko_security_inode_post_rename':
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c:436: error: 'struct 
security_operations' has no member named 'inode_post_rename'
/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.c:436: error: 'struct 
security_operations' has no member named 'inode_post_rename'
make[2]: *** [/privat/kernel/dazuko-2.1.1-pre1/dazuko_linux26_lsm.o] Error 1
make[1]: *** [_module_/privat/kernel/dazuko-2.1.1-pre1] Error 2
make[1]: Leaving directory `/backup/privat/kernel/linux-2.6.14'
make: *** [dummy_rule] Error 2

Dirk
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.