Hi all, I am also trying to get the patchless client working as well. My client is a debian 3.1 with kernel 2.6.16 vanilla. I ran the configure script and everything worked there. then I ran make and this is the error I get. CC [M] /root/lustre-1.5.95/lustre/lvfs/lvfs_linux.o In file included from /root/lustre-1.5.95/lnet/include/libcfs/kp30.h:12, from /root/lustre-1.5.95/lustre/lvfs/lvfs_linux.c:39: /root/lustre-1.5.95/lnet/include/libcfs/linux/kp30.h:184:6: warning: "KLWT_SUPPORT" is not defined In file included from /root/lustre-1.5.95/lustre/include/lustre_cfg.h:189, from /root/lustre-1.5.95/lustre/include/lustre_lib.h:30, from /root/lustre-1.5.95/lustre/include/obd.h:30, from /root/lustre-1.5.95/lustre/include/linux/lustre_fsfilt.h:34, from /root/lustre-1.5.95/lustre/include/lustre_fsfilt.h:29, from /root/lustre-1.5.95/lustre/lvfs/lvfs_linux.c:40: /root/lustre-1.5.95/lustre/include/obd_support.h:317:5: warning: "POISON_BULK" is not defined /root/lustre-1.5.95/lustre/lvfs/lvfs_linux.c: In function ''simple_mkdir'': /root/lustre-1.5.95/lustre/lvfs/lvfs_linux.c:307: error: too few arguments to function ''vfs_mkdir'' make[6]: *** [/root/lustre-1.5.95/lustre/lvfs/lvfs_linux.o] Error 1 make[5]: *** [/root/lustre-1.5.95/lustre/lvfs] Error 2 make[4]: *** [/root/lustre-1.5.95/lustre] Error 2 make[3]: *** [_module_/root/lustre-1.5.95] Error 2 make[3]: Leaving directory `/usr/src/linux-2.6.16'' make[2]: *** [modules] Error 2 make[2]: Leaving directory `/root/lustre-1.5.95'' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/lustre-1.5.95'' make: *** [all] Error 2 Any thought on this error as well are greatly appreciated. Thanks, Jon Scottorn Systems Administrator The Possibility Forge, Inc. http://www.possibilityforge.com 435.635.0591 x.1004 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.clusterfs.com/pipermail/lustre-discuss/attachments/20061018/08be2a1e/attachment.html
Jon Scottorn wrote:> Hi all, > > I am also trying to get the patchless client working as well. > My client is a debian 3.1 with kernel 2.6.16 vanilla. > I ran the configure script and everything worked there. > then I ran make and this is the error I get. > > CC [M] /root/lustre-1.5.95/lustre/lvfs/lvfs_linux.o > In file included from /root/lustre-1.5.95/lnet/include/libcfs/kp30.h:12, > from /root/lustre-1.5.95/lustre/lvfs/lvfs_linux.c:39: > /root/lustre-1.5.95/lnet/include/libcfs/linux/kp30.h:184:6: warning: > "KLWT_SUPPORT" is not defined > In file included from /root/lustre-1.5.95/lustre/include/lustre_cfg.h:189, > from /root/lustre-1.5.95/lustre/include/lustre_lib.h:30, > from /root/lustre-1.5.95/lustre/include/obd.h:30, > from > /root/lustre-1.5.95/lustre/include/linux/lustre_fsfilt.h:34, > from /root/lustre-1.5.95/lustre/include/lustre_fsfilt.h:29, > from /root/lustre-1.5.95/lustre/lvfs/lvfs_linux.c:40: > /root/lustre-1.5.95/lustre/include/obd_support.h:317:5: warning: > "POISON_BULK" is not defined > /root/lustre-1.5.95/lustre/lvfs/lvfs_linux.c: In function ''simple_mkdir'': > /root/lustre-1.5.95/lustre/lvfs/lvfs_linux.c:307: error: too few > arguments to function ''vfs_mkdir''Odd. What the line 307 looks like? Should be: err = vfs_mkdir(dir->d_inode, dchild, mode); -- Qi Yong System Software Engineer Cluster File Systems, Inc.
On Thu, 2006-10-19 at 11:25 +0800, Qi Yong wrote:> Jon Scottorn wrote: > > Hi all, > > > > I am also trying to get the patchless client working as well. > > My client is a debian 3.1 with kernel 2.6.16 vanilla. > > I ran the configure script and everything worked there. > > then I ran make and this is the error I get. > > > > CC [M] /root/lustre-1.5.95/lustre/lvfs/lvfs_linux.o > > In file included from /root/lustre-1.5.95/lnet/include/libcfs/kp30.h:12, > > from /root/lustre-1.5.95/lustre/lvfs/lvfs_linux.c:39: > > /root/lustre-1.5.95/lnet/include/libcfs/linux/kp30.h:184:6: warning: > > "KLWT_SUPPORT" is not defined > > In file included from /root/lustre-1.5.95/lustre/include/lustre_cfg.h:189, > > from /root/lustre-1.5.95/lustre/include/lustre_lib.h:30, > > from /root/lustre-1.5.95/lustre/include/obd.h:30, > > from > > /root/lustre-1.5.95/lustre/include/linux/lustre_fsfilt.h:34, > > from /root/lustre-1.5.95/lustre/include/lustre_fsfilt.h:29, > > from /root/lustre-1.5.95/lustre/lvfs/lvfs_linux.c:40: > > /root/lustre-1.5.95/lustre/include/obd_support.h:317:5: warning: > > "POISON_BULK" is not defined > > /root/lustre-1.5.95/lustre/lvfs/lvfs_linux.c: In function ''simple_mkdir'': > > /root/lustre-1.5.95/lustre/lvfs/lvfs_linux.c:307: error: too few > > arguments to function ''vfs_mkdir'' > > Odd. What the line 307 looks like? > Should be: > > err = vfs_mkdir(dir->d_inode, dchild, mode); >This is exactly what I have on line 307. Any thoughts as to why I would be getting these errors? Thanks, Jon Scottorn Systems Administrator The Possibility Forge, Inc. http://www.possibilityforge.com 435.635.0591 x.1004 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.clusterfs.com/pipermail/lustre-discuss/attachments/20061019/ec64fba2/attachment.html