On Thu October 9 2008 4:22:03 pm John Ogness wrote: > I have posted the next release candidate for DazukoFS 3.0.0. One major > bug and several minor bugs were discovered in the process management > code. These have been fixed. If you encounter _any_ warnings or > errors, please report them to this list. Even if you can't provide (or > don't have time for) a detailed report, it is still helpful for me to > know if problems exist.
As previously reported on 9/28, this won't build on openSuSE 11.0. The error is in inode.c, presumably from nullfs, and is reproduced below. Also, any other comments on my 9/28 post would be appreciated: [EMAIL PROTECTED] 10/19/08 11:44AM:~ [501] > tar xvf jimbur\~1/downloads/unix/dazukofs-3.0.0-rc2.tar.gz dazukofs-3.0.0-rc2/ dazukofs-3.0.0-rc2/Makefile dazukofs-3.0.0-rc2/group_dev.c dazukofs-3.0.0-rc2/event.c dazukofs-3.0.0-rc2/CHANGELOG dazukofs-3.0.0-rc2/dev.c dazukofs-3.0.0-rc2/ctrl_dev.c dazukofs-3.0.0-rc2/dev.h dazukofs-3.0.0-rc2/file.c dazukofs-3.0.0-rc2/dentry.c dazukofs-3.0.0-rc2/ign_dev.c dazukofs-3.0.0-rc2/mmap.c dazukofs-3.0.0-rc2/dazukofs_fs.h dazukofs-3.0.0-rc2/LICENSE.GPL-2 dazukofs-3.0.0-rc2/README dazukofs-3.0.0-rc2/super.c dazukofs-3.0.0-rc2/inode.c dazukofs-3.0.0-rc2/test/ dazukofs-3.0.0-rc2/test/Makefile dazukofs-3.0.0-rc2/test/lib/ dazukofs-3.0.0-rc2/test/lib/Makefile dazukofs-3.0.0-rc2/test/lib/dazukofs.h dazukofs-3.0.0-rc2/test/lib/dazukofs.c dazukofs-3.0.0-rc2/test/lib/LICENSE.LGPL-2.1 dazukofs-3.0.0-rc2/test/LICENSE.GPL-2 dazukofs-3.0.0-rc2/test/showfiles.c [EMAIL PROTECTED] 10/19/08 11:44AM:~ [502] > cd dazukofs-3.0.0-rc2 [EMAIL PROTECTED] 10/19/08 11:44AM:~/dazukofs-3.0.0-rc2 [503] > make make -C /lib/modules/`uname -r`/build SUBDIRS="`pwd`" modules make[1]: Entering directory `/usr/src/linux-2.6.25.16-0.1-obj/i386/pae' make -C /usr/src/linux-2.6.25.16-0.1 O=/usr/src/linux-2.6.25.16-0.1- obj/i386/pae/. modules CC [M] /home/jimb/dazukofs-3.0.0-rc2/super.o CC [M] /home/jimb/dazukofs-3.0.0-rc2/inode.o /home/jimb/dazukofs-3.0.0-rc2/inode.c: In function ‘dazukofs_mknod’: /home/jimb/dazukofs-3.0.0-rc2/inode.c:294: warning: passing argument 3 of ‘vfs_mknod’ makes pointer from integer without a cast /home/jimb/dazukofs-3.0.0-rc2/inode.c:294: error: too few arguments to function‘vfs_mknod’ /home/jimb/dazukofs-3.0.0-rc2/inode.c: In function ‘dazukofs_mkdir’: /home/jimb/dazukofs-3.0.0-rc2/inode.c:335: warning: passing argument 3 of ‘vfs_mkdir’ makes pointer from integer without a cast /home/jimb/dazukofs-3.0.0-rc2/inode.c:335: error: too few arguments to function‘vfs_mkdir’ /home/jimb/dazukofs-3.0.0-rc2/inode.c: In function ‘dazukofs_symlink’: /home/jimb/dazukofs-3.0.0-rc2/inode.c:440: warning: passing argument 3 of ‘vfs_symlink’ from incompatible pointer type /home/jimb/dazukofs-3.0.0-rc2/inode.c:440: warning: passing argument 4 of ‘vfs_symlink’ makes pointer from integer without a cast /home/jimb/dazukofs-3.0.0-rc2/inode.c:440: error: too few arguments to function‘vfs_symlink’ /home/jimb/dazukofs-3.0.0-rc2/inode.c: In function ‘dazukofs_setattr’: /home/jimb/dazukofs-3.0.0-rc2/inode.c:637: warning: passing argument 2 of ‘notify_change’ from incompatible pointer type /home/jimb/dazukofs-3.0.0-rc2/inode.c:637: error: too few arguments to function‘notify_change’ /home/jimb/dazukofs-3.0.0-rc2/inode.c: In function ‘dazukofs_link’: /home/jimb/dazukofs-3.0.0-rc2/inode.c:826: warning: passing argument 2 of ‘vfs_link’ from incompatible pointer type /home/jimb/dazukofs-3.0.0-rc2/inode.c:826: warning: passing argument 3 of ‘vfs_link’ from incompatible pointer type /home/jimb/dazukofs-3.0.0-rc2/inode.c:826: error: too few arguments to function‘vfs_link’ /home/jimb/dazukofs-3.0.0-rc2/inode.c: In function ‘dazukofs_unlink’: /home/jimb/dazukofs-3.0.0-rc2/inode.c:865: error: too few arguments to function‘vfs_unlink’ /home/jimb/dazukofs-3.0.0-rc2/inode.c: In function ‘dazukofs_rmdir’: /home/jimb/dazukofs-3.0.0-rc2/inode.c:902: error: too few arguments to function‘vfs_rmdir’ /home/jimb/dazukofs-3.0.0-rc2/inode.c: In function ‘dazukofs_rename’: /home/jimb/dazukofs-3.0.0-rc2/inode.c:959: warning: passing argument 3 of ‘vfs_rename’ from incompatible pointer type /home/jimb/dazukofs-3.0.0-rc2/inode.c:959: warning: passing argument 4 of ‘vfs_rename’ from incompatible pointer type /home/jimb/dazukofs-3.0.0-rc2/inode.c:959: error: too few arguments to function‘vfs_rename’ make[4]: *** [/home/jimb/dazukofs-3.0.0-rc2/inode.o] Error 1 make[3]: *** [_module_/home/jimb/dazukofs-3.0.0-rc2] Error 2 make[2]: *** [sub-make] Error 2 make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/src/linux-2.6.25.16-0.1-obj/i386/pae' make: *** [dazukofs_modules] Error 2 [1] 21545 exit 2 make [EMAIL PROTECTED] 10/19/08 11:44AM:~/dazukofs-3.0.0-rc2 [504] > _______________________________________________ Dazuko-devel mailing list Dazuko-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/dazuko-devel