Hello,

I try to install the very famous AVIRA antivirus but the version of dazukofs in their package was too old for my kernel 2.6.28.

So I've download on your site, the new version of Dazuko to manually install it.

With the two version (3.0.0 and 3.0.1-rc1), I have quite the same result when I invoke the make command.

3.0.0 :
r...@p4mdf:~/Telechargement/Avira/dazukofs-3.0.0# make
make -C /lib/modules/`uname -r`/build SUBDIRS="`pwd`" modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.28-11-generic »
  CC [M]  /root/Telechargement/Avira/dazukofs-3.0.0/super.o
  CC [M]  /root/Telechargement/Avira/dazukofs-3.0.0/inode.o
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c: In function ‘dazukofs_mknod’:
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c:226: attention : passing argument 3 of ‘vfs_mknod’ makes pointer from integer without a cast
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c:226: erreur: too few arguments to function ‘vfs_mknod’
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c: In function ‘dazukofs_mkdir’:
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c:258: attention : passing argument 3 of ‘vfs_mkdir’ makes pointer from integer without a cast
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c:258: erreur: too few arguments to function ‘vfs_mkdir’
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c: In function ‘dazukofs_symlink’:
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c:343: attention : passing argument 3 of ‘vfs_symlink’ from incompatible pointer type
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c:343: erreur: too few arguments to function ‘vfs_symlink’
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c: In function ‘dazukofs_setattr’:
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c:471: attention : passing argument 2 of ‘notify_change’ from incompatible pointer type
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c:471: erreur: too few arguments to function ‘notify_change’
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c: In function ‘dazukofs_link’:
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c:614: attention : passing argument 2 of ‘vfs_link’ from incompatible pointer type
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c:614: attention : passing argument 3 of ‘vfs_link’ from incompatible pointer type
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c:614: erreur: too few arguments to function ‘vfs_link’
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c: In function ‘dazukofs_unlink’:
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c:645: erreur: too few arguments to function ‘vfs_unlink’
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c: In function ‘dazukofs_rmdir’:
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c:674: erreur: too few arguments to function ‘vfs_rmdir’
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c: In function ‘dazukofs_rename’:
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c:721: attention : passing argument 3 of ‘vfs_rename’ from incompatible pointer type
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c:721: attention : passing argument 4 of ‘vfs_rename’ from incompatible pointer type
/root/Telechargement/Avira/dazukofs-3.0.0/inode.c:721: erreur: too few arguments to function ‘vfs_rename’
make[2]: *** [/root/Telechargement/Avira/dazukofs-3.0.0/inode.o] Erreur 1
make[1]: *** [_module_/root/Telechargement/Avira/dazukofs-3.0.0] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.28-11-generic »
make: *** [dazukofs_modules] Erreur 2
r...@p4mdf:~/Telechargement/Avira/dazukofs-3.0.0#

3.0.1-rc1 :
r...@p4mdf:~/Telechargement/Avira/dazukofs-3.0.1-rc1# make
make -C /lib/modules/`uname -r`/build SUBDIRS="`pwd`" modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.28-11-generic »
  CC [M]  /root/Telechargement/Avira/dazukofs-3.0.1-rc1/super.o
  CC [M]  /root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.o
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c: In function ‘dazukofs_mknod’:
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c:260: attention : passing argument 3 of ‘vfs_mknod’ makes pointer from integer without a cast
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c:260: erreur: too few arguments to function ‘vfs_mknod’
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c: In function ‘dazukofs_mkdir’:
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c:292: attention : passing argument 3 of ‘vfs_mkdir’ makes pointer from integer without a cast
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c:292: erreur: too few arguments to function ‘vfs_mkdir’
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c: In function ‘dazukofs_symlink’:
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c:377: attention : passing argument 3 of ‘vfs_symlink’ from incompatible pointer type
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c:377: erreur: too few arguments to function ‘vfs_symlink’
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c: In function ‘dazukofs_setattr’:
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c:515: attention : passing argument 2 of ‘notify_change’ from incompatible pointer type
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c:515: erreur: too few arguments to function ‘notify_change’
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c: In function ‘dazukofs_link’:
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c:662: attention : passing argument 2 of ‘vfs_link’ from incompatible pointer type
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c:662: attention : passing argument 3 of ‘vfs_link’ from incompatible pointer type
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c:662: erreur: too few arguments to function ‘vfs_link’
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c: In function ‘dazukofs_unlink’:
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c:693: erreur: too few arguments to function ‘vfs_unlink’
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c: In function ‘dazukofs_rmdir’:
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c:722: erreur: too few arguments to function ‘vfs_rmdir’
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c: In function ‘dazukofs_rename’:
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c:769: attention : passing argument 3 of ‘vfs_rename’ from incompatible pointer type
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c:769: attention : passing argument 4 of ‘vfs_rename’ from incompatible pointer type
/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.c:769: erreur: too few arguments to function ‘vfs_rename’
make[2]: *** [/root/Telechargement/Avira/dazukofs-3.0.1-rc1/inode.o] Erreur 1
make[1]: *** [_module_/root/Telechargement/Avira/dazukofs-3.0.1-rc1] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.28-11-generic »
make: *** [dazukofs_modules] Erreur 2
r...@p4mdf:~/Telechargement/Avira/dazukofs-3.0.1-rc1#


I have already verify in the Makefile if the path are good.
I work under the last Ubuntu 9.04

r...@p4mdf:~# uname -a
Linux p4mdf 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux

What can I do ?

Thanks Alain.


_______________________________________________
Dazuko-help mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/dazuko-help

Reply via email to