bugDazuko - Bugs: bug #16297, Error compile with linux-2.6.16

 
 

bug #16297: Error compile with linux-2.6.16

Submitted by:  None
Submitted on:  Fri 07 Apr 2006 07:55:14 AM UTC  
 
Status: NoneAssigned to: John Ogness <ogman>
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Fri 09 Jun 2006 11:16:43 PM UTC, comment #2:

This has been fixed with the latest release: 2.2.1

John Ogness <ogman>
Project AdministratorIn charge of this item.
Mon 10 Apr 2006 06:46:23 PM UTC, comment #1:

This has been fixed in CVS. The fix will be available with the next release.

$ env CVS_RSH=ssh cvs -z3 \
-d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/dazuko \
co dazuko

John Ogness <ogman>
Project AdministratorIn charge of this item.
Fri 07 Apr 2006 07:55:14 AM UTC, original submission:

Hello

I Have new error. Can you help me.

# uname -r
2.6.16-1.2069_FC4.root

A new kernel with capabilities module.

# /bin/grep CAPA /boot/config-2.6.16-1.2069_FC4.root
CONFIG_SECURITY_CAPABILITIES=m

# ./configure --kernelsrcdir=/usr/src/linux
checking host system type... Linux
checking for make utility... ok (make)
checking for C compiler... ok (cc)
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.16)
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)
checking whether __d_path() is exported... yes
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() = no
module debug = no
library 1.x compatibility = yes

# /usr/bin/make
/usr/bin/make -C /usr/src/linux SUBDIRS="/usr/tmp/dazuko" modules
make[1]: Entering directory `/usr/src/redhat/BUILD/kernel-2.6.16/linux-2.6.16'
CC [M] /usr/tmp/dazuko/dazuko_core.o
CC [M] /usr/tmp/dazuko/dazuko_transport.o
CC [M] /usr/tmp/dazuko/dazuko_linux26_lsm.o
/usr/tmp/dazuko/dazuko_linux26_lsm.c: In function ‘dazuko_security_xfrm_policy_alloc’:
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1258: erreur: ‘struct security_operations’ has no member named ‘xfrm_policy_alloc’
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1258: erreur: ‘struct security_operations’ has no member named ‘xfrm_policy_alloc’
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1258: erreur: ‘struct security_operations’ has no member named ‘xfrm_policy_alloc’
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1258: erreur: ‘struct security_operations’ has no member named ‘xfrm_policy_alloc’
/usr/tmp/dazuko/dazuko_linux26_lsm.c: In function ‘dazuko_security_xfrm_policy_clone’:
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1267: erreur: ‘struct security_operations’ has no member named ‘xfrm_policy_clone’
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1267: erreur: ‘struct security_operations’ has no member named ‘xfrm_policy_clone’
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1267: erreur: ‘struct security_operations’ has no member named ‘xfrm_policy_clone’
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1267: erreur: ‘struct security_operations’ has no member named ‘xfrm_policy_clone’
/usr/tmp/dazuko/dazuko_linux26_lsm.c: In function ‘dazuko_security_xfrm_policy_free’:
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1276: erreur: ‘struct security_operations’ has no member named ‘xfrm_policy_free’
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1276: erreur: ‘struct security_operations’ has no member named ‘xfrm_policy_free’
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1276: erreur: ‘struct security_operations’ has no member named ‘xfrm_policy_free’
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1276: erreur: ‘struct security_operations’ has no member named ‘xfrm_policy_free’
/usr/tmp/dazuko/dazuko_linux26_lsm.c: In function ‘dazuko_security_xfrm_state_alloc’:
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1283: erreur: ‘struct security_operations’ has no member named ‘xfrm_state_alloc’
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1283: erreur: ‘struct security_operations’ has no member named ‘xfrm_state_alloc’
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1283: erreur: ‘struct security_operations’ has no member named ‘xfrm_state_alloc’
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1283: erreur: ‘struct security_operations’ has no member named ‘xfrm_state_alloc’
/usr/tmp/dazuko/dazuko_linux26_lsm.c: In function ‘dazuko_security_xfrm_state_free’:
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1292: erreur: ‘struct security_operations’ has no member named ‘xfrm_state_free’
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1292: erreur: ‘struct security_operations’ has no member named ‘xfrm_state_free’
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1292: erreur: ‘struct security_operations’ has no member named ‘xfrm_state_free’
/usr/tmp/dazuko/dazuko_linux26_lsm.c:1292: erreur: ‘struct security_operations’ has no member named ‘xfrm_state_free’
make[2]: *** [/usr/tmp/dazuko/dazuko_linux26_lsm.o] Erreur 1
make[1]: *** [_module_/usr/tmp/dazuko] Erreur 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/kernel-2.6.16/linux-2.6.16'
make: *** [dummy_rule] Erreur 2

Thank you for our help
AR

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 2 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Fri 09 Jun 2006 11:16:43 PM UTCogmanOpen/ClosedOpen=>Closed
Mon 10 Apr 2006 06:46:23 PM UTCogmanAssigned toNone=>ogman

Back to the top


Powered by Savane 3.1-cleanup1