dazuko-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dazuko-devel] Buildreport with linux 2.6.14-rc3


From: Thomas Kosch
Subject: [Dazuko-devel] Buildreport with linux 2.6.14-rc3
Date: Thu, 06 Oct 2005 08:41:02 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.5 (cilantro, linux)

Hi,

yesterday i tried to compile dazuko with kernel 2.6.14-rc3 and get 

address@hidden:~/Documents/dazuko-2.1.1-pre1$ ./configure;make
checking host system type... Linux
checking for make utility... ok (make)
checking for C compiler... ok (cc)
kernel source in /lib/modules/2.6.14-rc3-git4-1/build... yes
acquiring Linux kernel code configuration... ok
checking if Linux is RSBAC patched... no
checking if devfs is enabled... no
discovered host system... Linux (2.6.14)
checking if security module support is enabled... yes
verifying capabilities are not built-in... ok
locating LSM API header... ok
identifying LSM API... ok
inspecting suspend function... ok (suspend1)
inspecting class type... ok (class)
disabling ON_CLOSE events (not available for Linux 2.6)
configure: creating Makefile
configure: creating library/Makefile
configure: creating example_c/Makefile

./configure successful

=======================
 Configuration summary
=======================

module events = ON_OPEN ON_EXEC
devfs support = no
rsbac support = no
stacking support = yes
local __d_path() = yes
module debug = no
library 1.x compatibility = yes

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

ttyl8er, t.k.

  
-- 
"Only wimps use tape backup: _real_ men just upload their important stuff
on ftp, and let the rest of the world mirror it ;)" - Linus




reply via email to

[Prev in Thread] Current Thread [Next in Thread]