Current-Users archive

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

Re: *** Failed target: nfs_bio.o



On Thu Oct 16 2008 at 19:33:02 +0100, Mecislav Salar wrote:
> dependall ===> sys/rump/fs/lib/liblfs
> dependall ===> sys/rump/fs/lib/libmsdos
> dependall ===> sys/rump/fs/lib/libnfs
> cc1: warnings being treated as errors
> /usr/src/sys/rump/fs/lib/libnfs/../../../../nfs/nfs_bio.c: In function
> 'nfs_getpages':
> /usr/src/sys/rump/fs/lib/libnfs/../../../../nfs/nfs_bio.c:1197:
> warning: not protecting local variables: variable length buffer
> /usr/src/sys/rump/fs/lib/libnfs/../../../../nfs/nfs_bio.c: In function
> 'nfs_doio_write':
> /usr/src/sys/rump/fs/lib/libnfs/../../../../nfs/nfs_bio.c:917:
> warning: not protecting local variables: variable length buffer

Argh, the stack protector still isn't the default in the kernel.  I don't
have time to fix this file now, but I committed a fix which will allow
you to complete a build with USE_SSP=yes.


Home | Main Index | Thread Index | Old Index