I have tried to compile dazuko-2.1.0-pre8 under Debian Sarge with gcc 3.3.5 and kernel 2.6.11 However it fails with the following messages:
[EMAIL PROTECTED]:/DVD/src/dazuko-2.1.0-pre8$ fakeroot ./configure checking host system type... Linux checking for make utility... ok (make) checking for C compiler... ok (cc) kernel source in /lib/modules/2.6.11-1-686/build... yes acquiring Linux kernel code configuration... ok checking if Linux is RSBAC patched... no checking if devfs is enabled... yes discovered host system... Linux (2.6.11) 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 or suspend2) inspecting class type... ok (class_simple) 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 = yes rsbac support = no stacking support = yes local __d_path() = yes module debug = no library 1.x compatibility = yes [EMAIL PROTECTED]:/DVD/src/dazuko-2.1.0-pre8$ fakeroot ./make /usr/bin/fakeroot: line 150: ./make: No such file or directory [EMAIL PROTECTED]:/DVD/src/dazuko-2.1.0-pre8$ fakeroot make make -C /lib/modules/2.6.11-1-686/build SUBDIRS="/DVD/src/dazuko-2.1.0-pre8" modules make[1]: Entering directory `/usr/src/kernel-headers-2.6.11-1-686' CC [M] /DVD/src/dazuko-2.1.0-pre8/dazuko_core.o CC [M] /DVD/src/dazuko-2.1.0-pre8/dazuko_transport.o CC [M] /DVD/src/dazuko-2.1.0-pre8/dazuko_linux26_lsm.o CC [M] /DVD/src/dazuko-2.1.0-pre8/dazuko_linux26.o /DVD/src/dazuko-2.1.0-pre8/dazuko_linux26.c: In function `xp_wait_until_condition': /DVD/src/dazuko-2.1.0-pre8/dazuko_linux26.c:172: error: too few arguments to function `try_to_freeze' make[2]: *** [/DVD/src/dazuko-2.1.0-pre8/dazuko_linux26.o] Error 1 make[1]: *** [_module_/DVD/src/dazuko-2.1.0-pre8] Error 2 make[1]: Leaving directory `/usr/src/kernel-headers-2.6.11-1-686' make: *** [dummy_rule] Error 2 [EMAIL PROTECTED]:/DVD/src/dazuko-2.1.0-pre8$ Do you think there is a bug in dazuko_linux26.c? How could we fix this problem? Kai-Cheung Leung (Mr.) _______________________________________________ Dazuko-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-devel
