dazuko-help
[Top][All Lists]
Advanced

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

[Dazuko-help] dazuko install


From: sadegh almahdi faghani
Subject: [Dazuko-help] dazuko install
Date: Sun, 4 May 2014 14:14:17 +0430

Hi
i want install dazuko on my linux with this Spec:
address@hidden dazukofs-3.1.4]# uname -r
2.6.39-300.26.1.el5uek
address@hidden dazukofs-3.1.4]# rpm -qa | grep kernel
kernel-uek-devel-2.6.39-300.26.1.el5uek
kernel-uek-firmware-2.6.39-300.26.1.el5uek
kernel-uek-2.6.39-300.26.1.el5uek
kernel-headers-2.6.18-348.el5
kernel-devel-2.6.18-348.el5
kernel-2.6.18-348.el5

when i install dazukofs-3.1.4 this error shown
address@hidden dazukofs-3.1.4]# make -C /lib/modules/2.6.18-348.el5/build SUBDIRS="`pwd`" modules
make: Entering directory `/usr/src/kernels/2.6.18-348.el5-x86_64'
  CC [M]  /tmp/dazuko/dazukofs-3.1.4/super.o
/tmp/dazuko/dazukofs-3.1.4/super.c: In function ‘dazukofs_evict_inode’:
/tmp/dazuko/dazukofs-3.1.4/super.c:74: error: implicit declaration of function ‘end_writeback’
/tmp/dazuko/dazukofs-3.1.4/super.c: At top level:
/tmp/dazuko/dazukofs-3.1.4/super.c:108: error: unknown field ‘evict_inode’ specified in initializer
/tmp/dazuko/dazukofs-3.1.4/super.c:108: warning: initialization from incompatible pointer type
/tmp/dazuko/dazukofs-3.1.4/super.c: In function ‘dazukofs_read_super’:
/tmp/dazuko/dazukofs-3.1.4/super.c:167: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.1.4/super.c:168: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.1.4/super.c:198: error: implicit declaration of function ‘path_put’
/tmp/dazuko/dazukofs-3.1.4/super.c:198: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.1.4/super.c: In function ‘init_caches’:
/tmp/dazuko/dazukofs-3.1.4/super.c:271: warning: passing argument 5 of ‘kmem_cache_create’ from incompatible pointer type
/tmp/dazuko/dazukofs-3.1.4/super.c:271: error: too few arguments to function ‘kmem_cache_create’
/tmp/dazuko/dazukofs-3.1.4/super.c:279: error: too few arguments to function ‘kmem_cache_create’
/tmp/dazuko/dazukofs-3.1.4/super.c:287: error: too few arguments to function ‘kmem_cache_create’
/tmp/dazuko/dazukofs-3.1.4/super.c:295: error: too few arguments to function ‘kmem_cache_create’
make[1]: *** [/tmp/dazuko/dazukofs-3.1.4/super.o] Error 1
make: *** [_module_/tmp/dazuko/dazukofs-3.1.4] Error 2
make: Leaving directory `/usr/src/kernels/2.6.18-348.el5-x86_64'

when install dazukofs-3.1.4 on kernel 2.6.39 this error

address@hidden dazukofs-3.1.4]# make -C /lib/modules/2.6.39-300.26.1.el5uek/build SUBDIRS="`pwd`" modules
make: Entering directory `/usr/src/kernels/2.6.39-300.26.1.el5uek'
  CC [M]  /tmp/dazuko/dazukofs-3.1.4/super.o
/tmp/dazuko/dazukofs-3.1.4/super.c: In function ‘dazukofs_read_super’:
/tmp/dazuko/dazukofs-3.1.4/super.c:163: error: implicit declaration of function ‘path_lookup’
/tmp/dazuko/dazukofs-3.1.4/super.c: In function ‘dazukofs_get_sb’:
/tmp/dazuko/dazukofs-3.1.4/super.c:209: error: implicit declaration of function ‘get_sb_nodev’
/tmp/dazuko/dazukofs-3.1.4/super.c: At top level:
/tmp/dazuko/dazukofs-3.1.4/super.c:309: error: unknown field ‘get_sb’ specified in initializer
/tmp/dazuko/dazukofs-3.1.4/super.c:309: warning: initialization makes integer from pointer without a cast
/tmp/dazuko/dazukofs-3.1.4/super.c:309: error: initializer element is not computable at load time
/tmp/dazuko/dazukofs-3.1.4/super.c:309: error: (near initialization for ‘dazukofs_fs_type.fs_flags’)
make[1]: *** [/tmp/dazuko/dazukofs-3.1.4/super.o] Error 1
make: *** [_module_/tmp/dazuko/dazukofs-3.1.4] Error 2
make: Leaving directory `/usr/src/kernels/2.6.39-300.26.1.el5uek'

when install dazuko 3.0.0
address@hidden dazukofs-3.0.0]# make -C /lib/modules/2.6.18-348.el5/build SUBDIRS="`pwd`" modules
make: Entering directory `/usr/src/kernels/2.6.18-348.el5-x86_64'
  CC [M]  /tmp/dazuko/dazukofs-3.0.0/inode.o
/tmp/dazuko/dazukofs-3.0.0/inode.c: In function ‘dazukofs_permission’:
/tmp/dazuko/dazukofs-3.0.0/inode.c:472: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.0.0/inode.c:473: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.0.0/inode.c:475: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.0.0/inode.c:476: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.0.0/inode.c:478: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.0.0/inode.c:479: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.0.0/inode.c:488: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.0.0/inode.c:489: error: ‘struct nameidata’ has no member named ‘path’
make[1]: *** [/tmp/dazuko/dazukofs-3.0.0/inode.o] Error 1
make: *** [_module_/tmp/dazuko/dazukofs-3.0.0] Error 2
make: Leaving directory `/usr/src/kernels/2.6.18-348.el5-x86_64'
how Do i DO ????
Help please


reply via email to

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